MCPcopy Create free account
hub / github.com/pex-tool/pex / _applicable_py_versions

Function _applicable_py_versions

testing/__init__.py:860–865  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

858
859
860def _applicable_py_versions():
861 # type: () -> Iterable[str]
862 for version in ALL_PY_VERSIONS:
863 if WINDOWS and _ALL_PY_VERSIONS_TO_VERSION_INFO[version][:2] < (3, 8):
864 continue
865 yield version
866
867
868def all_pythons():

Callers 2

all_pythonsFunction · 0.85
all_python_venvsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…