Home
last modified time | relevance | path

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

/third_party/python/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