Searched refs:test_callable (Results 1 – 9 of 9) sorted by relevance
20 test_callable = callable variable146 'callable': test_callable,
106 def test_callable(self): member in ValidateCallableTest
34 def test_callable(self): member in FnArgsTest
1976 def test_callable(o): function1984 signature = test_callable(_testcapi.docstring_with_signature_with_defaults)1997 test_callable(object)2003 test_callable(d.dump)2006 test_callable(str.maketrans)2007 test_callable('abc'.maketrans)2010 test_callable(dict.fromkeys)2011 test_callable({}.fromkeys)2016 test_callable((3).__add__)2020 test_callable(min.__call__)[all …]
183 def test_callable(self): member in BoolTest
248 def test_callable(self): member in BuiltinTest
178 void test_callable(Callable c, Callable2 c2, const Callable2& c2c, in test_callable() function
182 def test_callable(self): member in BoolTest
165 def test_callable(self): member in BuiltinTest