19 lines
542 B
ReStructuredText
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.
|