Gives us information about the platform we're running on
Methods
|
|
__init__
getType
isKnown
isWinNT
|
|
__init__
|
__init__ ( self )
|
|
getType
|
getType ( self )
Return posix , win32 or java
|
|
isKnown
|
isKnown ( self )
Do we know about this platform?
|
|
isWinNT
|
isWinNT ( self )
Are we running in Windows NT?
Exceptions
|
|
ValueError, "this is not a Windows platform"
|
|
|