Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_weakref.py61 def other_method(self): member in Object
1178 c = weakref.WeakMethod(x.other_method)
1179 d = weakref.WeakMethod(y.other_method)
1191 f = weakref.WeakMethod(z.other_method)
1215 c = weakref.WeakMethod(y.other_method)