Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/autograph/converters/
Dcall_trees_test.py92 return self.other_method(a) + 1
105 return self.other_method(a) + 1
/external/tensorflow/tensorflow/python/autograph/impl/
Dapi_test.py298 def other_method(self): member in ApiTest.test_converted_call_method_converts_recursively.TestClass
304 return self.other_method()
/external/python/cpython3/Lib/test/
Dtest_weakref.py60 def other_method(self): member in Object
1072 c = weakref.WeakMethod(x.other_method)
1073 d = weakref.WeakMethod(y.other_method)
1085 f = weakref.WeakMethod(z.other_method)
1106 c = weakref.WeakMethod(y.other_method)