Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 527 Bytes

config.rst

File metadata and controls

23 lines (16 loc) · 527 Bytes

Configuration files

.. autoclass:: pygit2.Repository
   :members: config
   :noindex:


The Config type

.. autoclass:: pygit2.Config
   :members:
   :undoc-members:
   :special-members: __contains__, __delitem__, __getitem__, __iter__, __setitem__


The ConfigEntry type

.. autoclass:: pygit2.config.ConfigEntry
   :members: name, value, level