Home
last modified time | relevance | path

Searched defs:static_method (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/test/
Dtest_call.py362 def static_method(): member in PythonClass
Dtest_inspect.py1322 def static_method(): pass member in TestIsDataDescriptor.test_functions.Test
/third_party/python/Lib/unittest/test/testmock/
Dtestmock.py1590 def static_method(): pass member in MockTest.test_create_autospec_classmethod_and_staticmethod.TestClass
Dtestpatch.py53 def static_method(): pass member in Foo