Searched defs:python_version (Results 1 – 15 of 15) sorted by relevance
2 python_version = 3.9 key
2 python_version = 3.6 key
33 python_version = float('%s.%s' % sys.version_info[:2]) variable
48 string python_version = 4 [(google.api.field_behavior) = OPTIONAL]; field
65 python_version=_PY_VERSION, argument
2 python_version = 3.7 key
409 def _is_valid_python_version(python_version, requires_python): argument
249 def python_version(ctx: DoctorContext): function
1119 def python_version(): function
1492 def python_version(): function
659 string python_version = 6; field
703 string python_version = 6 [(google.api.field_behavior) = OPTIONAL]; field
1348 string python_version = 6; field
1332 string python_version = 6 [(google.api.field_behavior) = OPTIONAL]; field
26 python_version = sys.version_info[:2] variable