Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/unittest/test/testmock/
Dtesthelpers.py1103 def test_staticmethod(self): member in TestCallablePredicate
/external/python/mock/mock/tests/
Dtesthelpers.py1163 def test_staticmethod(self): member in TestCallablePredicate
/external/python/cpython3/Lib/test/
Dtest_pydoc.py1138 def test_staticmethod(self): member in TestDescriptions
Dtest_functools.py1705 def test_staticmethod(x): member in TestLRU.test_lru_cache_weakrefable.A
1710 weakref.ref(A.test_staticmethod)]
Dtest_inspect.py2274 def test_staticmethod(*args): # NOQA member in TestSignatureObject.test_signature_without_self.A
2279 f3 = functools.partialmethod((test_staticmethod), 1)