Configuration which reads from multiple config files..
Method __init__ Undocumented
Method __repr__ Undocumented
Class Method default Undocumented
Class Method default_backends Retrieve the default configuration.
Method get Retrieve the contents of a configuration setting.
Method set Set a configuration value.

Inherited from Config:

Method get_boolean Retrieve a configuration setting as boolean.
Method iteritems Iterate over the configuration pairs for a specific section.
Method itersections Iterate over the sections.
Method has_section Check if a specified section exists.
def __init__(self, backends, writable=None):
Undocumented
def __repr__(self):
Undocumented
@classmethod
def default(cls):
Undocumented
@classmethod
def default_backends(cls):

Retrieve the default configuration.

See git-config(1) for details on the files searched.

def get(self, section, name):
Retrieve the contents of a configuration setting.
ParameterssectionTuple with section name and optional subsection namee
subsectionSubsection name
ReturnsContents of the setting
RaisesKeyErrorif the value is not set
def set(self, section, name, value):
Set a configuration value.
ParameterssectionTuple with section name and optional subsection namee
nameName of the configuration value, including section and optional subsection
Value of the setting
API Documentation for Dulwich, generated by pydoctor at 2018-11-17 19:05:54.