adesklets.initializer
index
initializer.py

adesklets initializer module

 
Modules
        
re
types
 
Functions
        
putenv(...)
putenv(key, value)
 
Change or add an environment variable.
sleep(...)
sleep(seconds)
 
Delay execution for a given number of seconds.  The argument may be
a floating point number for subsecond precision.
 
Data
         ADESKLETSErrors = {0: 'generic error', 1: 'adesklets process exited', 2: 'only a single class of this type should exists', 3: 'adesklets interpreter initialization error', 4: 'adesklets command error', 5: 'adesklets python initialization aborted'}
argv = ['/usr/bin/pydoc', '-w', 'adesklets.initializer']
stdin = <open file '<stdin>', mode 'r'>