Home
last modified time | relevance | path

Searched refs:test_staticmethod (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/test/
Dtest_decorators.py97 def test_staticmethod(self): member in TestDecorators
Dtest_pydoc.py1168 def test_staticmethod(self): member in TestDescriptions
Dtest_functools.py1841 def test_staticmethod(x): member in TestLRU.test_lru_cache_weakrefable.A
1846 weakref.ref(A.test_staticmethod)]
Dtest_inspect.py2490 def test_staticmethod(*args): # NOQA member in TestSignatureObject.test_signature_without_self.A
2495 f3 = functools.partialmethod((test_staticmethod), 1)
/third_party/python/Lib/unittest/test/testmock/
Dtesthelpers.py1142 def test_staticmethod(self): member in TestCallablePredicate