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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
weakref.py 19 CallableProxyType,
28 ProxyTypes = (ProxyType, CallableProxyType)
32 "CallableProxyType", "ProxyTypes", "WeakValueDictionary", 'WeakSet']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
weakref.py 19 CallableProxyType,
28 ProxyTypes = (ProxyType, CallableProxyType)
32 "CallableProxyType", "ProxyTypes", "WeakValueDictionary", 'WeakSet']
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py 282 self.assertTrue(type(ref1) is weakref.CallableProxyType,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakref.py 282 self.assertTrue(type(ref1) is weakref.CallableProxyType,
    [all...]

Completed in 244 milliseconds