Package twisted :: Package python :: Module runtime :: Class Platform
[show private | hide private]
[frames | no frames]

Class Platform


Gives us information about the platform we're running on
Method Summary
  __init__(self)
  getType(self)
Return 'posix', 'win32' or 'java'
  isKnown(self)
Do we know about this platform?
  isWinNT(self)
Are we running in Windows NT?

Method Details

getType(self)

Return 'posix', 'win32' or 'java'

isKnown(self)

Do we know about this platform?

isWinNT(self)

Are we running in Windows NT?

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:38 2003 http://epydoc.sf.net