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

1 2 3 4 5 6 78 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_mmap.py 541 def __new__(klass, *args, **kwargs): member in class:MmapTests.test_subclass.anon_mmap
542 return mmap.mmap.__new__(klass, -1, *args, **kwargs)
test_str.py 90 def __new__(cls, content=""): member in class:StrTest.test_conversion.Foo8
91 return str.__new__(cls, 2*content)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
mapping_tests.py 458 def __new__(cls): member in class:TestMappingProtocol.test_fromkeys.mydict
594 def __new__(cls): member in class:TestHashMappingProtocol.test_fromkeys.mydict
test_dict.py 224 def __new__(cls): member in class:DictTest.test_fromkeys.mydict
258 def __new__(cls): member in class:DictTest.test_fromkeys.baddict3
test_memoryio.py 600 def __new__(cls, *args, **kwargs): member in class:PyStringIOPickleTest.ioclass
704 def __new__(cls, *args, **kwargs): member in class:CStringIOPickleTest.ioclass
test_mmap.py 541 def __new__(klass, *args, **kwargs): member in class:MmapTests.test_subclass.anon_mmap
542 return mmap.mmap.__new__(klass, -1, *args, **kwargs)
test_str.py 90 def __new__(cls, content=""): member in class:StrTest.test_conversion.Foo8
91 return str.__new__(cls, 2*content)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
mapping_tests.py 458 def __new__(cls): member in class:TestMappingProtocol.test_fromkeys.mydict
594 def __new__(cls): member in class:TestHashMappingProtocol.test_fromkeys.mydict
test_dict.py 224 def __new__(cls): member in class:DictTest.test_fromkeys.mydict
258 def __new__(cls): member in class:DictTest.test_fromkeys.baddict3
test_memoryio.py 600 def __new__(cls, *args, **kwargs): member in class:PyStringIOPickleTest.ioclass
704 def __new__(cls, *args, **kwargs): member in class:CStringIOPickleTest.ioclass
test_mmap.py 541 def __new__(klass, *args, **kwargs): member in class:MmapTests.test_subclass.anon_mmap
542 return mmap.mmap.__new__(klass, -1, *args, **kwargs)
test_str.py 90 def __new__(cls, content=""): member in class:StrTest.test_conversion.Foo8
91 return str.__new__(cls, 2*content)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
mapping_tests.py 458 def __new__(cls): member in class:TestMappingProtocol.test_fromkeys.mydict
594 def __new__(cls): member in class:TestHashMappingProtocol.test_fromkeys.mydict
test_dict.py 224 def __new__(cls): member in class:DictTest.test_fromkeys.mydict
258 def __new__(cls): member in class:DictTest.test_fromkeys.baddict3
test_memoryio.py 600 def __new__(cls, *args, **kwargs): member in class:PyStringIOPickleTest.ioclass
704 def __new__(cls, *args, **kwargs): member in class:CStringIOPickleTest.ioclass
test_mmap.py 541 def __new__(klass, *args, **kwargs): member in class:MmapTests.test_subclass.anon_mmap
542 return mmap.mmap.__new__(klass, -1, *args, **kwargs)
test_str.py 90 def __new__(cls, content=""): member in class:StrTest.test_conversion.Foo8
91 return str.__new__(cls, 2*content)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]
  /external/python/cpython2/Lib/pydoc_data/
topics.py     [all...]
  /external/python/cpython2/Lib/test/
test_io.py 873 bufio = self.tp.__new__(self.tp)
875 bufio = self.tp.__new__(self.tp)
    [all...]
  /external/python/cpython2/Modules/_ctypes/
_ctypes.c 32 PyCStructType_Type __new__(), from_address(), __mul__(), from_param()
33 UnionType_Type __new__(), from_address(), __mul__(), from_param()
34 PyCPointerType_Type __new__(), from_address(), __mul__(), from_param(), set_type()
35 PyCArrayType_Type __new__(), from_address(), __mul__(), from_param()
36 PyCSimpleType_Type __new__(), from_address(), __mul__(), from_param()
39 Struct_Type __new__(), __init__()
40 PyCPointer_Type __new__(), __init__(), _as_parameter_, contents
41 PyCArray_Type __new__(), __init__(), _as_parameter_, __get/setitem__(), __len__()
42 Simple_Type __new__(), __init__(), _as_parameter_
    [all...]
  /external/autotest/client/common_lib/
base_job_unittest.py 70 A self.job attribute where self.job is a __new__'ed instance of
155 job = base_job.base_job.__new__(base_job.base_job)
201 self.job = base_job.base_job.__new__(base_job.base_job)
    [all...]
  /external/libmojo/third_party/jinja2/
environment.py 346 rv = object.__new__(self.__class__)
881 def __new__(cls, source, member in class:Template
    [all...]
  /external/python/cpython2/Doc/library/
pickle.rst 431 is affected by the values passed to the :meth:`__new__` method for the type
435 obj = C.__new__(C, *args)
469 :meth:`__new__` nor :meth:`__init__` will be called.
    [all...]
  /build/make/tools/releasetools/
pylintrc 365 defining-attr-methods=__init__,__new__,setUp

Completed in 533 milliseconds

1 2 3 4 5 6 78 91011>>