Searched refs:test_callable (Results 1 – 13 of 13) sorted by relevance
22 test_callable = callable variable156 'callable': test_callable,
11 test_callable = callable variable192 "callable": test_callable,
107 def test_callable(self): member in ValidateCallableTest
44 def test_callable(self): member in FnArgsTest157 def test_callable(self): member in HasKwargsTest
2309 def test_callable(o): function2317 signature = test_callable(_testcapi.docstring_with_signature_with_defaults)2330 test_callable(object)2336 test_callable(d.dump)2339 test_callable(bytes.maketrans)2340 test_callable(b'abc'.maketrans)2343 test_callable(dict.fromkeys)2344 test_callable({}.fromkeys)2349 test_callable((3).__add__)2353 test_callable(min.__call__)[all …]
185 def test_callable(self): member in BoolTest
266 def test_callable(self): member in BuiltinTest
178 void test_callable(Callable c, Callable2 c2, const Callable2& c2c, in test_callable() function
458 def test_callable(): function466 assert six.callable(test_callable)
182 def test_callable(self): member in BoolTest
165 def test_callable(self): member in BuiltinTest
841 def test_callable(self, cycles): member in LoadTest