Home
last modified time | relevance | path

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

123456

/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dbuiltin_callable.pyx7 def test_callable(x): function
9 >>> test_callable(None)
11 >>> test_callable('ABC')
15 >>> test_callable(C)
17 >>> test_callable(C())
20 >>> test_callable(int)
22 >>> test_callable(test_callable)
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dbuiltin_callable.pyx7 def test_callable(x): function
9 >>> test_callable(None)
11 >>> test_callable('ABC')
15 >>> test_callable(C)
17 >>> test_callable(C())
20 >>> test_callable(int)
22 >>> test_callable(test_callable)
/dports/dns/py-namebench/namebench-1.3.1/nb_third_party/jinja2/
H A Dtests.py23 test_callable = callable
25 def test_callable(x): function
143 'callable': test_callable,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/jinja2/
H A Dtests.py21 test_callable = callable variable
179 'callable': test_callable,
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/jinja2/
H A Dtests.py21 test_callable = callable variable
155 'callable': test_callable,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/jinja2/
H A Dtests.py22 test_callable = callable variable
156 'callable': test_callable,
/dports/www/node10/node-v10.24.1/tools/jinja2/
H A Dtests.py22 test_callable = callable variable
156 'callable': test_callable,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/jinja2/
H A Dtests.py22 test_callable = callable variable
156 'callable': test_callable,
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/jinja2/jinja2/
H A Dtests.py21 test_callable = callable variable
155 'callable': test_callable,
/dports/www/node10/node-v10.24.1/deps/v8/third_party/jinja2/
H A Dtests.py22 test_callable = callable variable
156 'callable': test_callable,
/dports/www/firefox/firefox-99.0/third_party/python/Jinja2/jinja2/
H A Dtests.py15 test_callable = callable variable
196 "callable": test_callable,
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/Jinja2/jinja2/
H A Dtests.py15 test_callable = callable variable
196 "callable": test_callable,
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/Jinja2/jinja2/
H A Dtests.py15 test_callable = callable variable
196 "callable": test_callable,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/Jinja2/src/jinja2/
H A Dtests.py15 test_callable = callable variable
196 "callable": test_callable,
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/jinja2/
H A Dtests.py15 test_callable = callable variable
196 "callable": test_callable,
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/test_files/handlers/
H A Dclass.php9 function test_callable(callable $arg) {} function in Elgg\\test_1457227310
/dports/devel/py-flaky/flaky-3.7.0/flaky/
H A D_flaky_plugin.py414 test_callable = cls._get_test_callable(test)
415 if test_callable is None:
421 attr_on_callable = getattr(test_callable, attr, None)
H A Dflaky_nose_plugin.py280 test_callable = getattr(
285 return test_callable
/dports/devel/py-py/py-1.9.0/testing/root/
H A Dtest_builtin.py101 def test_callable(): function
103 assert py.builtin.callable(test_callable)
/dports/devel/py-pydantic/pydantic-1.8.2/tests/
H A Dtest_callable.py9 def test_callable(annotation): function
/dports/devel/py-funcy/funcy-1.15/tests/
H A Dtest_funcmakers.py7 def test_callable(): function
/dports/devel/py-types-Jinja2/types-Jinja2-2.11.9/jinja2-stubs/
H A Dtests.pyi5 test_callable: Any
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/Jinja2/jinja2/
H A Dtests.pyi5 test_callable: Any
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2and3/jinja2/
H A Dtests.pyi5 test_callable: Any
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/py/testing/root/
H A Dtest_builtin.py124 def test_callable(): function
126 assert py.builtin.callable(test_callable)

123456