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

/external/python/cpython3/Lib/test/
H A Dtest_weakref.py58 def other_method(self): member in class:Object
1071 c = weakref.WeakMethod(x.other_method)
1072 d = weakref.WeakMethod(y.other_method)
1084 f = weakref.WeakMethod(z.other_method)
1105 c = weakref.WeakMethod(y.other_method)

Completed in 110 milliseconds