HomeSort by relevance Sort by last modified time
    Searched full:__methods__ (Results 1 - 25 of 48) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
find_recursionlimit.py 29 NB: A program that does not use __methods__ can set a higher limit.
  /external/python/cpython2/Tools/scripts/
find_recursionlimit.py 29 NB: A program that does not use __methods__ can set a higher limit.
  /external/python/cpython3/Tools/scripts/
find_recursionlimit.py 29 NB: A program that does not use __methods__ can set a higher limit.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
methodobject.c 355 if (strcmp(name, "__methods__") == 0) {
356 if (PyErr_WarnPy3k("__methods__ not supported in 3.x",
object.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
methodobject.c 355 if (strcmp(name, "__methods__") == 0) {
356 if (PyErr_WarnPy3k("__methods__ not supported in 3.x",
  /external/python/cpython2/Objects/
methodobject.c 355 if (strcmp(name, "__methods__") == 0) {
356 if (PyErr_WarnPy3k("__methods__ not supported in 3.x",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_descrtut.py 167 Under the new proposal, the __methods__ attribute no longer exists:
169 >>> [].__methods__
172 AttributeError: 'list' object has no attribute '__methods__'
test_py3kwarn.py 192 expected = '__members__ and __methods__ not supported in 3.x'
194 __methods__ = ['a'] variable in class:TestPy3KWarnings.test_methods_members.C
  /external/python/cpython2/Lib/test/
test_descrtut.py 167 Under the new proposal, the __methods__ attribute no longer exists:
169 >>> [].__methods__
172 AttributeError: 'list' object has no attribute '__methods__'
test_py3kwarn.py 193 expected = '__members__ and __methods__ not supported in 3.x'
195 __methods__ = ['a'] variable in class:TestPy3KWarnings.test_methods_members.C
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_descrtut.py 167 Under the new proposal, the __methods__ attribute no longer exists:
169 >>> [].__methods__
172 AttributeError: 'list' object has no attribute '__methods__'
test_py3kwarn.py 192 expected = '__members__ and __methods__ not supported in 3.x'
194 __methods__ = ['a'] variable in class:TestPy3KWarnings.test_methods_members.C
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_descrtut.py 167 Under the new proposal, the __methods__ attribute no longer exists:
169 >>> [].__methods__
172 AttributeError: 'list' object has no attribute '__methods__'
test_py3kwarn.py 192 expected = '__members__ and __methods__ not supported in 3.x'
194 __methods__ = ['a'] variable in class:TestPy3KWarnings.test_methods_members.C
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descrtut.py 167 Under the new proposal, the __methods__ attribute no longer exists:
169 >>> [].__methods__
172 AttributeError: 'list' object has no attribute '__methods__'
test_py3kwarn.py 192 expected = '__members__ and __methods__ not supported in 3.x'
194 __methods__ = ['a'] variable in class:TestPy3KWarnings.test_methods_members.C
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descrtut.py 167 Under the new proposal, the __methods__ attribute no longer exists:
169 >>> [].__methods__
172 AttributeError: 'list' object has no attribute '__methods__'
test_py3kwarn.py 192 expected = '__members__ and __methods__ not supported in 3.x'
194 __methods__ = ['a'] variable in class:TestPy3KWarnings.test_methods_members.C
  /external/python/cpython2/Lib/idlelib/
rpc.py 175 if methodname == "__methods__":
563 "__methods__", (), {})
  /external/python/cpython3/Lib/idlelib/
rpc.py 176 if methodname == "__methods__":
576 "__methods__", (), {})
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
rpc.py 175 if methodname == "__methods__":
566 "__methods__", (), {})
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
rpc.py 175 if methodname == "__methods__":
566 "__methods__", (), {})
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 175 if methodname == "__methods__":
566 "__methods__", (), {})
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 175 if methodname == "__methods__":
566 "__methods__", (), {})

Completed in 712 milliseconds

1 2