/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_py3kwarn.py | 10 from test.test_support import __warningregistry__ as _registry namespace 15 past_warnings = _registry.keys() 16 del _registry
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_py3kwarn.py | 10 from test.test_support import __warningregistry__ as _registry namespace 15 past_warnings = _registry.keys() 16 del _registry
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
managers.py | 470 _registry = {} variable in class:BaseManager 492 return Server(self._registry, self._address, 519 args=(self._registry, self._address, self._authkey, 644 if '_registry' not in cls.__dict__: 645 cls._registry = cls._registry.copy() 660 cls._registry[typeid] = ( 765 proxytype = self._manager._registry[token.typeid][-1] [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
managers.py | 470 _registry = {} variable in class:BaseManager 492 return Server(self._registry, self._address, 519 args=(self._registry, self._address, self._authkey, 644 if '_registry' not in cls.__dict__: 645 cls._registry = cls._registry.copy() 660 cls._registry[typeid] = ( 765 proxytype = self._manager._registry[token.typeid][-1] [all...] |