Part of twisted.python.runtime View Source View In Hierarchy
Method | __init__ | Undocumented |
Method | isKnown | Do we know about this platform? |
Method | getType | Return 'posix', 'win32' or 'java' |
Method | isMacOSX | Return if we are runnng on Mac OS X. |
Method | isWinNT | Are we running in Windows NT? |
Method | isWindows | Undocumented |
Method | isVista | Check if current platform is Windows Vista or Windows Server 2008. |
Method | supportsThreads | Can threads be created? |
Method | supportsINotify | Return True if we can use the inotify API on this
platform.
|
Returns | True if the current platform has been detected as Vista
(type: bool
) |
True
if we can use the inotify API on this
platform.
Present Since | 10.1 |