Trees | Indices | Help |
|
---|
|
object --+ | GitModifier
Stores authorship/committer information
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
dict
|
|
||
dict
|
|
||
|
|||
|
|||
Inherited from |
|
|||
|
|
|||
date Return date as a git raw date |
|||
datetime Return the date as datetime object |
|||
tz_offset Return the date's UTC offset |
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Get env vars for authorship information >>> g = GitModifier("foo", "bar") >>> g.get_author_env() {'GIT_AUTHOR_EMAIL': 'bar', 'GIT_AUTHOR_NAME': 'foo'}
|
Get env vars for committer information >>> g = GitModifier("foo", "bar") >>> g.get_committer_env() {'GIT_COMMITTER_NAME': 'foo', 'GIT_COMMITTER_EMAIL': 'bar'}
|
|
dateReturn date as a git raw date |
datetimeReturn the date as datetime object
|
tz_offsetReturn the date's UTC offset
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Dec 31 11:30:00 2016 | http://epydoc.sourceforge.net |