|
|
|
|
|
|
|
|
|
_create_home(self)
Create .xyzcmd in homedir |
source code
|
|
|
parse_args(self)
Parse command line arguments |
source code
|
|
|
init_logger(self)
Initiate Logger object and put it into builtin namespace |
source code
|
|
|
|
|
|
|
|
|
|
|
_parse_skins(self)
Load all skins in system and user home dirs |
source code
|
|
|
_parse_file(self,
file,
tmpl=None,
error=True)
Parse XYZCommander config |
source code
|
|
|
|
|
|
|
|
|
error(self,
msg,
quit=True)
Print error message and optionally quit |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|