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.py1138 def test_staticmethod(self): member in TestDescriptions
Dtest_functools.py1744 def test_staticmethod(x): member in TestLRU.test_lru_cache_weakrefable.A
1749 weakref.ref(A.test_staticmethod)]
Dtest_inspect.py2399 def test_staticmethod(*args): # NOQA member in TestSignatureObject.test_signature_without_self.A
2404 f3 = functools.partialmethod((test_staticmethod), 1)
/third_party/python/Lib/unittest/test/testmock/
Dtesthelpers.py1103 def test_staticmethod(self): member in TestCallablePredicate