Lines Matching defs:sys
11 import sys
34 win32 (all others - specifically, sys.platform is returned)
36 For other non-POSIX platforms, currently just returns 'sys.platform'.
40 if 'amd64' in sys.version.lower():
42 if '(arm)' in sys.version.lower():
44 if '(arm64)' in sys.version.lower():
46 return sys.platform
55 return sys.platform
80 machine += ".%s" % bitness[sys.maxsize]
362 # nothing is done if sys.dont_write_bytecode is True
363 if sys.dont_write_bytecode:
424 cmd = [sys.executable]