/external/lldb/www/python_reference/ |
lldb.SBInstruction-class.html | 585 <code>__new__</code>, [all...] |
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...] |
pickletools.py | [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...] |