File: submodule.rst

package info (click to toggle)
python-pygit2 1.18.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,720 kB
  • sloc: ansic: 12,584; python: 9,337; sh: 205; makefile: 26
file content (24 lines) | stat: -rw-r--r-- 638 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
**********************************************************************
Submodules
**********************************************************************

A submodule is a foreign repository that is embedded within a
dedicated subdirectory of the repositories tree.

.. autoclass:: pygit2.Repository
   :members: listall_submodules

   .. py:attribute:: Repository.submodules

      The collection of submodules, an instance of
      :py:class:`pygit2.submodules.SubmoduleCollection`

.. autoclass:: pygit2.submodules.SubmoduleCollection
   :members:


The Submodule type
====================

.. autoclass:: pygit2.Submodule
   :members: