Files
deb-python-pygit2/docs/config.rst
2013-04-03 19:09:48 +02:00

19 lines
542 B
ReStructuredText

**********************************************************************
Configuration files
**********************************************************************
.. autoattribute:: pygit2.Repository.config
The Config type
================
.. automethod:: pygit2.Config.get_system_config
.. automethod:: pygit2.Config.get_global_config
.. automethod:: pygit2.Config.foreach
.. automethod:: pygit2.Config.add_file
.. automethod:: pygit2.Config.get_multivar
.. automethod:: pygit2.Config.set_multivar
The :class:`Config` Mapping interface.