|
|
__init__(self,
context)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| install_file(self,
path,
contents=None,
source=None,
mode=None) |
source code
|
|
|
|
| install_from_template(self,
path,
tmplname,
context=None,
mode=None) |
source code
|
|
|
|
post_install(self)
This is called just after the distro is installed, before it gets
copied to the fs images. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| set_setting_valid_options(self,
name,
valid_options) |
source code
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|