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.
Parameterssource_fileA file-like object that supports read() and readline()
filenameThe 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.