HomeSort by relevance Sort by last modified time
    Searched refs:_abc_registry (Results 1 - 16 of 16) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
abc.py 99 cls._abc_registry = WeakSet()
116 cls._abc_registry.add(subclass)
174 for rcls in cls._abc_registry:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
abc.py 99 cls._abc_registry = WeakSet()
116 cls._abc_registry.add(subclass)
174 for rcls in cls._abc_registry:
  /external/python/cpython2/Lib/
abc.py 99 cls._abc_registry = WeakSet()
116 cls._abc_registry.add(subclass)
174 for rcls in cls._abc_registry:
  /external/python/cpython3/Lib/
abc.py 145 cls._abc_registry = WeakSet()
165 cls._abc_registry.add(subclass)
220 for rcls in cls._abc_registry:
typing.py 867 # cls and its extra share the same _abc_registry.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
abc.py 99 cls._abc_registry = WeakSet()
116 cls._abc_registry.add(subclass)
174 for rcls in cls._abc_registry:
  /prebuilts/gdb/linux-x86/lib/python2.7/
abc.py 99 cls._abc_registry = WeakSet()
116 cls._abc_registry.add(subclass)
174 for rcls in cls._abc_registry:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
abc.py 99 cls._abc_registry = WeakSet()
116 cls._abc_registry.add(subclass)
174 for rcls in cls._abc_registry:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
abc.py 99 cls._abc_registry = WeakSet()
116 cls._abc_registry.add(subclass)
174 for rcls in cls._abc_registry:
  /external/python/cpython3/Lib/test/libregrtest/
refleak.py 69 abcs[obj] = obj._abc_registry.copy()
150 obj._abc_registry = abcs.get(obj, WeakSet()).copy()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
regrtest.py     [all...]
  /external/python/cpython2/Lib/test/
regrtest.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
regrtest.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
regrtest.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py     [all...]

Completed in 775 milliseconds