Home
last modified time | relevance | path

Searched refs:check_shared_without_callback (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_weakref.py284 self.check_shared_without_callback(weakref.ref)
287 self.check_shared_without_callback(weakref.proxy)
289 def check_shared_without_callback(self, makeref): member in ReferencesTestCase
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_weakref.py332 self.check_shared_without_callback(weakref.ref)
335 self.check_shared_without_callback(weakref.proxy)
337 def check_shared_without_callback(self, makeref): member in ReferencesTestCase