Home
last modified time | relevance | path

Searched defs:cpython_only (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/watchdog/tests/
Dmarkers.py7 cpython_only = pytest.mark.skipif(python_implementation() != "CPython", reason="CPython only.") variable
/aosp_15_r20/external/python/cpython2/Lib/test/support/
D__init__.py1475 def cpython_only(test): function
/aosp_15_r20/external/python/cpython3/Lib/test/support/
D__init__.py1010 def cpython_only(test): function