Home
last modified time | relevance | path

Searched refs:test_callable (Results 1 - 6 of 6) sorted by relevance

/third_party/node/tools/inspector_protocol/jinja2/
H A Dtests.py22 test_callable = callable variable
156 'callable': test_callable,
/third_party/node/deps/v8/third_party/jinja2/
H A Dtests.py15 test_callable = callable variable
196 "callable": test_callable,
/third_party/skia/third_party/externals/jinja2/
H A Dtests.py15 test_callable = callable variable
196 "callable": test_callable,
/third_party/python/Lib/test/
H A Dtest_inspect.py2525 def test_callable(o): function
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(mi
[all...]
H A Dtest_bool.py182 def test_callable(self): member in BoolTest
H A Dtest_builtin.py267 def test_callable(self): member in BuiltinTest

Completed in 13 milliseconds