Lines Matching refs:test_callable
2525 def test_callable(o):
2533 signature = test_callable(_testcapi.docstring_with_signature_with_defaults)
2546 test_callable(object)
2552 test_callable(d.dump)
2555 test_callable(bytes.maketrans)
2556 test_callable(b'abc'.maketrans)
2559 test_callable(dict.fromkeys)
2560 test_callable({}.fromkeys)
2565 test_callable((3).__add__)
2569 test_callable(min.__call__)
2576 test_callable(ThisWorksNow())
2583 test_callable(_testcapi.docstring_with_signature_but_no_doc)