We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5eae89 commit 9dd74ddCopy full SHA for 9dd74dd
1 file changed
docs/diff.rst
@@ -101,3 +101,12 @@ The DiffStats type
101
.. autoattribute :: pygit2.DiffStats.deletions
102
.. autoattribute :: pygit2.DiffStats.files_changed
103
.. automethod :: pygit2.DiffStats.format
104
+
105
+The DiffLine type
106
+====================
107
108
+.. autoattribute :: pygit2.DiffLine.origin
109
+.. autoattribute :: pygit2.DiffLine.content
110
+.. autoattribute :: pygit2.DiffLine.old_lineno
111
112
+.. autoattribute :: pygit2.DiffLine.num_lines
0 commit comments