Searched refs:test_classmethod (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Lib/test/ | ||
D | test_decorators.py | 102 def test_classmethod(self): member in TestDecorators |
/external/python/cpython3/Lib/test/test_unittest/testmock/ | ||
D | testhelpers.py | 1161 def test_classmethod(self): member in TestCallablePredicate |
/external/pytorch/test/dynamo/ | ||
D | test_autograd_function.py | 382 def test_classmethod(self): member in AutogradFunctionTests |
/external/pytorch/test/jit/ | ||
D | test_class_type.py | 1311 def test_classmethod(self): member in TestClassType |
/external/python/cpython3/Lib/test/test_pydoc/ | ||
D | test_pydoc.py | 1629 def test_classmethod(self): member in TestDescriptions |
/external/python/cpython3/Lib/test/test_inspect/ | ||
D | test_inspect.py | 3277 def test_classmethod(*args): # NOQA member in TestSignatureObject.test_signature_without_self.A |