Searched refs:argue (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/test/ |
H A D | inspect_fodder.py | 39 self.argue(a, b, c) 41 def argue(self, a, b, c): function
|
H A D | test_inspect.py | 155 self.istest(inspect.ismethod, 'git.argue') 270 self.assertTrue(inspect.isroutine(git.argue)) 390 (modfile, 43, 'argue', [' spam(a, b, c)\n'], 0)) 394 (modfile, 39, 'abuse', [' self.argue(a, b, c)\n'], 0)) 409 (modfile, 43, 'argue', [' spam(a, b, c)\n'], 0))
|
Completed in 9 milliseconds