/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_collections.py | 195 # test __new__ [all...] |
test_unicode.py | 1246 def __new__(cls, content=""): member in class:UnicodeTest.test_conversion.Foo8 [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/ |
MetaFileParser.py | 130 def __new__(Class, FilePath, *args, **kwargs):
member in class:MetaFileParser 134 ParserObject = super(MetaFileParser, Class).__new__(Class)
[all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
MetaFileParser.py | 133 def __new__(Class, FilePath, *args, **kwargs):
member in class:MetaFileParser 137 ParserObject = super(MetaFileParser, Class).__new__(Class)
[all...] |
/external/autotest/site_utils/ |
run_suite.py | 1591 def __new__(cls, return_code, output_dict): member in class:SuiteResult [all...] |
/external/python/cpython2/Lib/test/ |
test_unicode.py | 1254 def __new__(cls, content=""): member in class:UnicodeTest.test_conversion.Foo8 [all...] |
test_builtin.py | [all...] |
test_tarfile.py | 479 tar = object.__new__(tarfile.TarFile) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
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/gdb/linux-x86/lib/python2.7/test/ |
test_unicode.py | 1246 def __new__(cls, content=""): member in class:UnicodeTest.test_conversion.Foo8 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_unicode.py | 1246 def __new__(cls, content=""): member in class:UnicodeTest.test_conversion.Foo8 [all...] |
/prebuilts/python/linux-x86/2.7.5/bin/ |
python | |
python2 | |
python2.7 | |
/external/python/cpython2/Misc/ |
HISTORY | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
_pyio.py | 247 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...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_multiprocessing.py | [all...] |
test_tarfile.py | 340 tar = object.__new__(tarfile.TarFile)
[all...] |
/external/python/cpython2/Lib/ |
decimal.py | 513 # We're immutable, so use __new__ not __init__ 514 def __new__(cls, value="0", context=None): member in class:Decimal 537 self = object.__new__(cls) [all...] |
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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...] |