Searched defs:not_callable (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/unittest/test/testmock/ | ||
D | testhelpers.py | 1111 not_callable = staticmethod(None) variable in TestCallablePredicate.test_non_callable_staticmethod.BadStaticMethod |
/external/python/mock/mock/tests/ | ||
D | testhelpers.py | 1171 not_callable = staticmethod(None) variable in TestCallablePredicate.test_non_callable_staticmethod.BadStaticMethod |