c.l.i.c.IConfigLoader(
Interface
) : interface documentation
Part of
canonical
.
lazr
.
interfaces
.
config
View In Hierarchy
A configuration file loader.
Method
load
Load a configuration from the file at filename.
Method
loadFile
Load a configuration from the open source_file.
def load(filename):
Load a configuration from the file at filename.
def loadFile(source_file, filename=None):
Load a configuration from the open source_file.
Parameters
source_file
A file-like object that supports read() and readline()
filename
The name of the configuration. If filename is None, The name will be taken from source_file.name.
API Documentation
for Launchpad, generated by
pydoctor
at 2010-09-27 00:00:11.