Searched refs:test_callable (Results 1 – 8 of 8) sorted by relevance
25 test_callable = callable variable159 'callable': test_callable,
15 test_callable = callable variable196 "callable": test_callable,
33 def test_callable(): function73 test_callable()
16 run test_callable.cpp /boost//unit_test_framework ;
2434 def test_callable(o): function2442 signature = test_callable(_testcapi.docstring_with_signature_with_defaults)2455 test_callable(object)2461 test_callable(d.dump)2464 test_callable(bytes.maketrans)2465 test_callable(b'abc'.maketrans)2468 test_callable(dict.fromkeys)2469 test_callable({}.fromkeys)2474 test_callable((3).__add__)2478 test_callable(min.__call__)[all …]
176 def test_callable(self): member in BoolTest
267 def test_callable(self): member in BuiltinTest