HomeSort by relevance Sort by last modified time
    Searched full:__new__ (Results 101 - 125 of 136) sorted by null

1 2 3 45 6

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py 849 def __new__(type, ob, callback, slot1, slot2): member in class:SubclassableWeakrefTestCase.test_subclass_refs_with_slots.MyRef
850 return weakref.ref.__new__(type, ob, callback)
    [all...]
test_exceptions.py 470 def __new__(cls, *args): member in class:ExceptionTests.test_new_returns_invalid_instance.MyException
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...]
test_unicode.py 1246 def __new__(cls, content=""): member in class:UnicodeTest.test_conversion.Foo8
    [all...]
test_tarfile.py 338 tar = object.__new__(tarfile.TarFile)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakref.py 849 def __new__(type, ob, callback, slot1, slot2): member in class:SubclassableWeakrefTestCase.test_subclass_refs_with_slots.MyRef
850 return weakref.ref.__new__(type, ob, callback)
    [all...]
test_exceptions.py 470 def __new__(cls, *args): member in class:ExceptionTests.test_new_returns_invalid_instance.MyException
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...]
test_unicode.py 1246 def __new__(cls, content=""): member in class:UnicodeTest.test_conversion.Foo8
    [all...]
test_tarfile.py 338 tar = object.__new__(tarfile.TarFile)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 426 def __new__(cls, value): member in class:NavigableString
431 passed in to the superclass's __new__ or the superclass won't know
435 return unicode.__new__(cls, value)
436 return unicode.__new__(cls, value, DEFAULT_OUTPUT_ENCODING)
    [all...]
  /external/chromium_org/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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py 248 def __new__(cls, *args, **kwargs): member in class:OpenWrapper
    [all...]
decimal.py 514 # We're immutable, so use __new__ not __init__
515 def __new__(cls, value="0", context=None): member in class:Decimal
538 self = object.__new__(cls)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py 248 def __new__(cls, *args, **kwargs): member in class:OpenWrapper
    [all...]
decimal.py 514 # We're immutable, so use __new__ not __init__
515 def __new__(cls, value="0", context=None): member in class:Decimal
538 self = object.__new__(cls)
    [all...]
  /external/chromium_org/tools/telemetry/third_party/png/
png.py 2258 def __new__(cls, typecode, init=None): member in class:Reader.asRGBA._array_shim
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 270 def __new__(cls, x, y): member in class:Vec2D
271 return tuple.__new__(cls, (x, y))
    [all...]

Completed in 1343 milliseconds

1 2 3 45 6