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

Lines Matching refs:platform

493         if sys.platform == "win32" and code and code[:2] == "0x":
496 # ...add other platform-specific processing here, if
559 if sys.platform.startswith("win"):