Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_decorators.py102 def test_classmethod(self): member in TestDecorators
/external/python/cpython3/Lib/test/test_unittest/testmock/
Dtesthelpers.py1161 def test_classmethod(self): member in TestCallablePredicate
/external/pytorch/test/dynamo/
Dtest_autograd_function.py382 def test_classmethod(self): member in AutogradFunctionTests
/external/pytorch/test/jit/
Dtest_class_type.py1311 def test_classmethod(self): member in TestClassType
/external/python/cpython3/Lib/test/test_pydoc/
Dtest_pydoc.py1629 def test_classmethod(self): member in TestDescriptions
/external/python/cpython3/Lib/test/test_inspect/
Dtest_inspect.py3277 def test_classmethod(*args): # NOQA member in TestSignatureObject.test_signature_without_self.A
3284 f1 = functools.partialmethod((test_classmethod), 1)