deb-python-pygit2/docs/blame.rst
2014-02-04 07:52:58 +01:00

1.1 KiB

Blame

pygit2.Repository.blame

The Blame type

pygit2.Blame.for_line

Blame.__iter__()

Blame.__len__()

Blame.__getitem__(n)

The BlameHunk type

Attributes:

pygit2.BlameHunk.lines_in_hunk

pygit2.BlameHunk.final_commit_id

pygit2.BlameHunk.final_start_line_number

pygit2.BlameHunk.orig_commit_id

pygit2.BlameHunk.orig_path

pygit2.BlameHunk.orig_start_line_number

pygit2.BlameHunk.boundary

Getters:

pygit2.BlameHunk.final_committer

pygit2.BlameHunk.orig_committer

Constants