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

Function requires_python

tests/test_targets.py:114–116  ·  view source on GitHub ↗
(template)

Source from the content-addressed store, hash-verified

112 patch_is_zero = 0 == patch
113
114 def requires_python(template):
115 # type: (str) -> str
116 return template.format(major=major, minor=minor, patch=patch)
117
118 def assert_requires_python(
119 expected_result, # type: bool

Callers 1

assert_requires_pythonFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…