Searched refs:test_callable (Results 1 – 11 of 11) sorted by relevance
22 test_callable = callable variable156 'callable': test_callable,
44 def test_callable(self): member in FnArgsTest148 def test_callable(self): member in HasKwargsTest
107 def test_callable(self): member in ValidateCallableTest
2120 def test_callable(o): function2128 signature = test_callable(_testcapi.docstring_with_signature_with_defaults)2141 test_callable(object)2147 test_callable(d.dump)2150 test_callable(str.maketrans)2151 test_callable('abc'.maketrans)2154 test_callable(dict.fromkeys)2155 test_callable({}.fromkeys)2160 test_callable((3).__add__)2164 test_callable(min.__call__)[all …]
187 def test_callable(self): member in BoolTest
253 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
585 def test_callable(self, cycles): member in LoadTest