Searched defs:class_method (Results 1 – 6 of 6) sorted by relevance
| /third_party/mindspore/mindspore-src/source/tests/st/pi_jit/ | ||
| D | test_class.py | 82 def class_method(): function |
| /third_party/python/Lib/test/ | ||
| D | test_call.py | 391 def class_method(cls): member in PythonClass |
| D | test_inspect.py | 1475 def class_method(cls): pass member in TestIsDataDescriptor.test_functions.Test |
| /third_party/python/Lib/unittest/test/testmock/ | ||
| D | testpatch.py | 56 def class_method(cls): pass member in Foo |
| D | testhelpers.py | 967 def class_method(cls, a, b=10, *, c): pass member in SpecSignatureTest.test_autospec_signature_classmethod.Foo |
| D | testmock.py | 1623 def class_method(cls): pass member in MockTest.test_create_autospec_classmethod_and_staticmethod.TestClass |