Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_decorators.py103 def test_classmethod(self): member in TestDecorators
Dtest_pydoc.py1189 def test_classmethod(self): member in TestDescriptions
Dtest_inspect.py2486 def test_classmethod(*args): # NOQA member in TestSignatureObject.test_signature_without_self.A
2493 f1 = functools.partialmethod((test_classmethod), 1)
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/testmock/
Dtesthelpers.py1153 def test_classmethod(self): member in TestCallablePredicate
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/testmock/
H A Dtesthelpers.py1153 def test_classmethod(self): member in TestCallablePredicate
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_autograd_function.py382 def test_classmethod(self): member in AutogradFunctionTests
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_class_type.py1311 def test_classmethod(self): member in TestClassType