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

1 2 3 4 5 6 78 9

  /external/lldb/www/python_reference/
lldb.SBSection-class.html 611 <code>__new__</code>,
    [all...]
lldb.SBSymbol-class.html 501 <code>__new__</code>,
    [all...]
lldb.SBSymbolContext-class.html 557 <code>__new__</code>,
    [all...]
lldb.SBSymbolContextList-class.html 531 <code>__new__</code>,
    [all...]
lldb.value-class.html     [all...]
lldb.SBBreakpoint-class.html     [all...]
lldb.SBDebugger-class.html     [all...]
lldb.SBFrame-class.html     [all...]
lldb.SBModule-class.html     [all...]
lldb.SBThread-class.html     [all...]
lldb.SBType-class.html     [all...]
lldb.SBTypeCategory-class.html     [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...]
pickletools.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 338 tar = object.__new__(tarfile.TarFile)
    [all...]
test_multiprocessing.py     [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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 338 tar = object.__new__(tarfile.TarFile)
    [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...]
  /prebuilts/python/linux-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...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Nodes.py 109 def __new__(cls, name, bases, attrs): member in class:VerboseCodeWriter
116 return super(VerboseCodeWriter, cls).__new__(cls, name, bases, attrs)
126 def __new__(cls, name, bases, attrs): member in class:CheckAnalysers
140 return super(CheckAnalysers, cls).__new__(cls, name, bases, attrs)
    [all...]
ExprNodes.py 56 def __new__(cls): member in class:NotConstant
58 NotConstant._obj = super(NotConstant, cls).__new__(cls)
    [all...]

Completed in 1070 milliseconds

1 2 3 4 5 6 78 9