HomeSort by relevance Sort by last modified time
    Searched refs:newarg (Results 1 - 19 of 19) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_deque.py 646 def __init__(self, newarg=1):
652 SubclassWithKwargs(newarg=1)
test_random.py 542 def __init__(self, newarg=None):
544 Subclass(newarg=1)
test_array.py 16 def __init__(self, typecode, newarg=None):
786 ArraySubclassWithKwargs('b', newarg=1)
    [all...]
test_itertools.py     [all...]
test_set.py 576 def __init__(self, iterable=[], newarg=None):
583 SetSubclassWithKeywordArgs(newarg=1)
    [all...]
  /external/python/cpython2/Lib/test/
test_random.py 620 def __init__(self, newarg=None):
622 Subclass(newarg=1)
test_deque.py 679 def __init__(self, newarg=1):
685 SubclassWithKwargs(newarg=1)
test_array.py 17 def __init__(self, typecode, newarg=None):
812 ArraySubclassWithKwargs('b', newarg=1)
    [all...]
test_set.py 594 def __init__(self, iterable=[], newarg=None):
601 SetSubclassWithKeywordArgs(newarg=1)
    [all...]
test_itertools.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
classobject.c 2589 PyObject *newarg = PyTuple_New(argcount + 1); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
classobject.c 2565 PyObject *newarg = PyTuple_New(argcount + 1); local
    [all...]
  /external/python/cpython2/Objects/
classobject.c 2587 PyObject *newarg = PyTuple_New(argcount + 1); local
    [all...]
  /external/python/cpython3/Lib/test/
test_random.py     [all...]
test_bytes.py     [all...]
test_deque.py 912 def __init__(self, newarg=1):
918 SubclassWithKwargs(newarg=1)
    [all...]
test_array.py 24 def __init__(self, typecode, newarg=None):
    [all...]
test_itertools.py     [all...]
test_set.py 660 def __init__(self, iterable=[], newarg=None):
667 SetSubclassWithKeywordArgs(newarg=1)
    [all...]

Completed in 740 milliseconds