1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
**********************************************************************
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
|