Home
last modified time | relevance | path

Searched refs:test_callable (Results 1 – 8 of 8) sorted by relevance

/third_party/node/tools/inspector_protocol/jinja2/
Dtests.py25 test_callable = callable variable
159 'callable': test_callable,
/third_party/skia/third_party/externals/jinja2/
Dtests.py15 test_callable = callable variable
196 "callable": test_callable,
/third_party/jinja2/
Dtests.py15 test_callable = callable variable
196 "callable": test_callable,
/third_party/mindspore/tests/ut/python/dataset/
Dtest_pair_truncate.py33 def test_callable(): function
73 test_callable()
/third_party/boost/libs/type_erasure/test/
DJamfile.jam16 run test_callable.cpp /boost//unit_test_framework ;
/third_party/python/Lib/test/
Dtest_inspect.py2434 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__)
[all …]
Dtest_bool.py176 def test_callable(self): member in BoolTest
Dtest_builtin.py267 def test_callable(self): member in BuiltinTest