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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py 84 self.check_basic_callback(C)
85 self.check_basic_callback(create_function)
86 self.check_basic_callback(create_bound_method)
87 self.check_basic_callback(create_unbound_method)
143 def check_basic_callback(self, factory): member in class:ReferencesTestCase
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakref.py 84 self.check_basic_callback(C)
85 self.check_basic_callback(create_function)
86 self.check_basic_callback(create_bound_method)
87 self.check_basic_callback(create_unbound_method)
143 def check_basic_callback(self, factory): member in class:ReferencesTestCase
    [all...]

Completed in 30 milliseconds