pygit2
Installation
Recipes
General
Backends
Blame
The Blame type
The BlameHunk type
Constants
Branches
Commit log
Configuration files
Diff
Feature detection
Index file & Working copy
Mailmap
Merge & Cherrypick
Objects
Object IDs
Packing
References
Remotes
Repository
Revision parsing
Settings
Submodules
Worktrees
The development version
pygit2
»
Blame
View page source
Blame
¶
Contents
Blame
The Blame type
The BlameHunk type
Constants
The Blame type
¶
Blame.
__iter__
(
)
¶
Blame.
__len__
(
)
¶
Blame.
__getitem__
(
n
)
¶
The BlameHunk type
¶
Attributes:
Getters:
Constants
¶
GIT_BLAME_NORMAL
¶
GIT_BLAME_TRACK_COPIES_SAME_FILE
¶
GIT_BLAME_TRACK_COPIES_SAME_COMMIT_MOVES
¶
GIT_BLAME_TRACK_COPIES_SAME_COMMIT_COPIES
¶
GIT_BLAME_TRACK_COPIES_ANY_COMMIT_COPIES
¶
GIT_BLAME_FIRST_PARENT
¶
GIT_BLAME_USE_MAILMAP
¶
GIT_BLAME_IGNORE_WHITESPACE
¶