OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:safe_callback
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py
625
def
safe_callback
(ignore):
function in function:ReferencesTestCase.test_callbacks_on_callback
626
alist.append("
safe_callback
called")
638
external_wr = weakref.ref(callback,
safe_callback
) # but this will
643
# trash, and no cyclic trash is reachable from it, so
safe_callback
651
self.assertEqual(alist, ["
safe_callback
called"])
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakref.py
625
def
safe_callback
(ignore):
function in function:ReferencesTestCase.test_callbacks_on_callback
626
alist.append("
safe_callback
called")
638
external_wr = weakref.ref(callback,
safe_callback
) # but this will
643
# trash, and no cyclic trash is reachable from it, so
safe_callback
651
self.assertEqual(alist, ["
safe_callback
called"])
[
all
...]
Completed in 1029 milliseconds