Home
last modified time | relevance | path

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

/third_party/python/Lib/wsgiref/
Dsimple_server.py24 sys_version = python_implementation() + "/" + sys.version.split()[0] variable
/third_party/python/Lib/
Dplatform.py989 def _sys_version(sys_version=None): argument
/third_party/python/Lib/http/
Dserver.py253 sys_version = "Python/" + sys.version.split()[0] variable in BaseHTTPRequestHandler