Searched defs:static_method (Results 1 – 5 of 5) sorted by relevance
| /third_party/python/Lib/test/ | ||
| D | test_call.py | 395 def static_method(): member in PythonClass |
| D | test_inspect.py | 1477 def static_method(): pass member in TestIsDataDescriptor.test_functions.Test |
| /third_party/python/Lib/unittest/test/testmock/ | ||
| D | testpatch.py | 53 def static_method(): pass member in Foo |
| D | testhelpers.py | 958 def static_method(a, b=10, *, c): pass member in SpecSignatureTest.test_autospec_signature_staticmethod.Foo |
| D | testmock.py | 1626 def static_method(): pass member in MockTest.test_create_autospec_classmethod_and_staticmethod.TestClass |