mirror of
https://github.com/python/cpython.git
synced 2025-08-28 12:45:07 +00:00
Merge 3.6
This commit is contained in:
commit
cd992bbe73
3 changed files with 18 additions and 2 deletions
|
@ -1951,9 +1951,8 @@ class _Call(tuple):
|
|||
|
||||
If the _Call has no name then it will match any name.
|
||||
"""
|
||||
def __new__(cls, value=(), name=None, parent=None, two=False,
|
||||
def __new__(cls, value=(), name='', parent=None, two=False,
|
||||
from_kall=True):
|
||||
name = ''
|
||||
args = ()
|
||||
kwargs = {}
|
||||
_len = len(value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue