Package schrodinger :: Package test :: Module darwinconsole
[hide private]
[frames] | no frames]

Module darwinconsole

Classes [hide private]
  Utmpx
This struct utmpx definition is only correct on Darwin.
  UnsupportedPlatformException
Functions [hide private]
 
is_console_user(user=None)
Returns True if the user is logged into an interactive console.
Variables [hide private]
  libc_path = 'libc.so.6'
  libc = <CDLL 'libc.so.6', handle 7f59773a14c8 at 7f59470c0e10>
  __package__ = 'schrodinger.test'
Function Details [hide private]

is_console_user(user=None)

 

Returns True if the user is logged into an interactive console. This is really only useful on Darwin.