Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_pydoc.py1158 def test_classmethod(self): member in TestDescriptions
Dtest_inspect.py2270 def test_classmethod(*args): # NOQA member in TestSignatureObject.test_signature_without_self.A
2277 f1 = functools.partialmethod((test_classmethod), 1)
/external/python/cpython3/Lib/unittest/test/testmock/
Dtesthelpers.py1114 def test_classmethod(self): member in TestCallablePredicate
/external/python/mock/mock/tests/
Dtesthelpers.py1174 def test_classmethod(self): member in TestCallablePredicate