Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/unittest/test/testmock/
Dtesthelpers.py1150 not_callable = staticmethod(None) variable in TestCallablePredicate.test_non_callable_staticmethod.BadStaticMethod
1161 not_callable = classmethod(None) variable in TestCallablePredicate.test_non_callable_classmethod.BadClassMethod
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/testmock/
H A Dtesthelpers.py1150 not_callable = staticmethod(None) variable in TestCallablePredicate.test_non_callable_staticmethod.BadStaticMethod
1161 not_callable = classmethod(None) variable in TestCallablePredicate.test_non_callable_classmethod.BadClassMethod