Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_decorators.py103 def test_classmethod(self): member in TestDecorators
Dtest_pydoc.py1159 def test_classmethod(self): member in TestDescriptions
Dtest_inspect.py2395 def test_classmethod(*args): # NOQA member in TestSignatureObject.test_signature_without_self.A
2402 f1 = functools.partialmethod((test_classmethod), 1)
/third_party/python/Lib/unittest/test/testmock/
Dtesthelpers.py1114 def test_classmethod(self): member in TestCallablePredicate