Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_inspect.py2387 def test_args_only(*args): # NOQA function
2403 f2 = functools.partialmethod((test_args_only), 1)
2407 self.assertEqual(self.signature(test_args_only),