Home | History | Annotate | Download | only in python2.7

Lines Matching refs:platform

104 if sys.platform[:3] == "win":
175 if sys.platform[:3] == 'win':
192 if sys.platform[:3] == 'win':
448 # Platform support for Unix
536 # Platform support for Windows
539 if sys.platform[:3] == "win":
566 # Platform support for MacOS
569 if sys.platform == 'darwin':
649 # Platform support for OS/2
652 if sys.platform[:3] == "os2" and _iscommand("netscape"):
660 # platform are, allow user to override them with the BROWSER variable.