Home
last modified time | relevance | path

Searched refs:not_callable (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/unittest/test/testmock/
H A Dtesthelpers.py1150 not_callable = staticmethod(None) variable in TestCallablePredicate.test_non_callable_staticmethod.BadStaticMethod
1151 self.assertFalse(_callable(BadStaticMethod.not_callable))
1161 not_callable = classmethod(None) variable in TestCallablePredicate.test_non_callable_classmethod.BadClassMethod
1162 self.assertFalse(_callable(BadClassMethod.not_callable))
/third_party/node/deps/v8/src/ic/
H A Dkeyed-store-generic.cc1014 Label not_callable(this); in EmitGenericPropertyStore()
1023 GotoIfNot(IsCallableMap(setter_map), &not_callable); in EmitGenericPropertyStore() local
1028 BIND(&not_callable); in EmitGenericPropertyStore()
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-compiler.cc1682 Label is_smi, not_callable, undetectable; in VisitTestTypeOf() local
1690 Condition::kZero, &not_callable, Label::kNear); in VisitTestTypeOf()
1698 __ Bind(&not_callable); in VisitTestTypeOf()
/third_party/python/Lib/unittest/
H A Dmock.py1478 not_callable = '__call__' not in this_spec
1480 not_callable = not callable(this_spec)
1483 elif not_callable:

Completed in 11 milliseconds