Home | History | Annotate | Download | only in distutils

Lines Matching refs:platform

17     """Return a string that identifies the current platform.  This is used
18 mainly to distinguish platform-specific build directories and
19 platform-specific built distributions. Typically includes the OS name
36 win32 (all others - specifically, sys.platform is returned)
38 For other non-POSIX platforms, currently just returns 'sys.platform'.
45 return sys.platform
52 return sys.platform
61 return sys.platform
83 # We can't use "platform.architecture()[0]" because a
138 sys.platform == "win32" and sys.version.find("GCC") >= 0):
171 "nothing known about platform '%s'" % os.name
180 PLAT - description of the current platform, including hardware