Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_functools.py476 spec_keywords = functools.partialmethod(capture, self=1, func=2) variable in TestPartialMethod.A
510 self.assertEqual(self.a.spec_keywords(), ((self.a,), {'self': 1, 'func': 2}))

Completed in 5 milliseconds