HomeSort by relevance Sort by last modified time
    Searched full:__new__ (Results 276 - 300 of 355) sorted by null

<<1112131415

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_unicode.py 1024 def __new__(cls, content=""): member in class:UnicodeTest.test_conversion.Foo8
    [all...]
pickletester.py 850 x = object.__new__(SimpleNewObj) # avoid __init__
    [all...]
test_collections.py 195 # test __new__
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
FvImage.py 51 def __new__(cls, *args, **kwargs): member in class:Image
52 return array.__new__(cls, 'B')
    [all...]
  /external/libmojo/third_party/jinja2/
compiler.py 186 rv = object.__new__(self.__class__)
188 rv.identifiers = object.__new__(self.identifiers.__class__)
    [all...]
parser.py 109 rv = object.__new__(nodes.InternalName)
    [all...]
  /external/python/cpython2/Lib/test/
pickletester.py     [all...]
test_float.py 179 def __new__(cls, value=0.): member in class:GeneralFloatCases.test_floatconversion.Foo3
180 return float.__new__(cls, 2*value)
    [all...]
test_weakref.py 852 def __new__(type, ob, callback, slot1, slot2): member in class:SubclassableWeakrefTestCase.test_subclass_refs_with_slots.MyRef
853 return weakref.ref.__new__(type, ob, callback)
    [all...]
test_collections.py 238 # test __new__
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_float.py 139 def __new__(cls, value=0.): member in class:GeneralFloatCases.test_floatconversion.Foo3
140 return float.__new__(cls, 2*value)
    [all...]
pickletester.py 882 x = object.__new__(SimpleNewObj) # avoid __init__
    [all...]
test_collections.py 195 # test __new__
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_float.py 139 def __new__(cls, value=0.): member in class:GeneralFloatCases.test_floatconversion.Foo3
140 return float.__new__(cls, 2*value)
    [all...]
pickletester.py 882 x = object.__new__(SimpleNewObj) # avoid __init__
    [all...]
test_collections.py 195 # test __new__
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_float.py 139 def __new__(cls, value=0.): member in class:GeneralFloatCases.test_floatconversion.Foo3
140 return float.__new__(cls, 2*value)
    [all...]
pickletester.py 882 x = object.__new__(SimpleNewObj) # avoid __init__
    [all...]
test_collections.py 195 # test __new__
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_float.py 139 def __new__(cls, value=0.): member in class:GeneralFloatCases.test_floatconversion.Foo3
140 return float.__new__(cls, 2*value)
    [all...]
pickletester.py 882 x = object.__new__(SimpleNewObj) # avoid __init__
    [all...]
  /external/python/cpython2/Doc/faq/
general.rst 423 '__len__', '__lt__', '__mul__', '__ne__', '__new__', '__reduce__',
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
AutoGen.py 168 def __new__(Class, Workspace, MetaFile, Target, Toolchain, Arch, *args, **kwargs): member in class:AutoGen
173 AutoGenObject = super(AutoGen, Class).__new__(Class)
218 # (in super class's __new__ method)
    [all...]
  /external/python/cpython2/Modules/_ctypes/
callproc.c     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyrun.swg 329 data->newraw = PyObject_GetAttrString(data->klass, (char *)"__new__");
    [all...]

Completed in 792 milliseconds

<<1112131415