(template)
| 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 |
no outgoing calls
no test coverage detected
searching dependent graphs…