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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py 253 self.check_shared_without_callback(weakref.ref)
256 self.check_shared_without_callback(weakref.proxy)
258 def check_shared_without_callback(self, makeref): member in class:ReferencesTestCase
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakref.py 253 self.check_shared_without_callback(weakref.ref)
256 self.check_shared_without_callback(weakref.proxy)
258 def check_shared_without_callback(self, makeref): member in class:ReferencesTestCase
    [all...]

Completed in 29 milliseconds