A Git configuration file, like .git/config or ~/.gitconfig.
Class Method from_file Read configuration from a file-like object.
Class Method from_path Read configuration from a file on disk.
Method write_to_path Write configuration to a file on disk.
Method write_to_file Write configuration to a file-like object.

Inherited from Config (via ConfigDict):

Method get_boolean Retrieve a configuration setting as boolean.
Method has_section Check if a specified section exists.

Inherited from Config (via ConfigDict):

Method get_boolean Retrieve a configuration setting as boolean.
Method has_section Check if a specified section exists.
@classmethod
def from_file(cls, f):
Read configuration from a file-like object.
@classmethod
def from_path(cls, path):
Read configuration from a file on disk.
def write_to_path(self, path=None):
Write configuration to a file on disk.
def write_to_file(self, f):
Write configuration to a file-like object.
API Documentation for Dulwich, generated by pydoctor at 2018-11-17 19:05:54.