Home
last modified time | relevance | path

Searched defs:not_callable (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/unittest/test/testmock/
Dtesthelpers.py1111 not_callable = staticmethod(None) variable in TestCallablePredicate.test_non_callable_staticmethod.BadStaticMethod
1122 not_callable = classmethod(None) variable in TestCallablePredicate.test_non_callable_classmethod.BadClassMethod
/external/python/mock/mock/tests/
Dtesthelpers.py1171 not_callable = staticmethod(None) variable in TestCallablePredicate.test_non_callable_staticmethod.BadStaticMethod
1182 not_callable = classmethod(None) variable in TestCallablePredicate.test_non_callable_classmethod.BadClassMethod