|
__init__(self,
folder,
call_later=<__builtin__.function object>,
call_delayed=<__builtin__.function object>,
MainLoop=None,
process_events=<__builtin__.function object>,
app_path=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
track_module_in_tasks(self,
module,
untrack=False) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
exec_file(self,
fname,
raise_exceptions=True,
as_module=None) |
source code
|
|
|
exec_init_scripts(self)
executes each .py file in app_path/InitScripts then user
init_script_dir, in sorted() order, with the global (__main__)
namespace. |
source code
|
|
|
|
|
save(self)
writes init_script_dir, path and script to disk |
source code
|
|
|
write(self,
x)
Aappends x to sys.stdout and the log-file, and passes x to any
OnOutput listeners. |
source code
|
|
|
|
|
rotate_logs(self)
moves the older log files along toward oblivion; called automatically
on construction. |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|