Lines Matching refs:test_callable
2434 def test_callable(o): function
2442 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__)
2485 test_callable(ThisWorksNow())
2492 test_callable(_testcapi.docstring_with_signature_but_no_doc)