Trees | Indices | Help |
|
---|
|
object --+ | GitCommit
A git commit
|
|||
Inherited from |
|
|||
bool
|
|
|
|||
sha1_re = re.compile(r'
|
|
|||
Inherited from |
|
Is value a valid 40 digit SHA1? >>> GitCommit.is_sha1('asdf') False >>> GitCommit.is_sha1('deadbeef') False >>> GitCommit.is_sha1('17975594b2d42f2a3d144a9678fdf2c2c1dd96a0') True >>> GitCommit.is_sha1('17975594b2d42f2a3d144a9678fdf2c2c1dd96a0toolong') False
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Dec 31 11:30:00 2016 | http://epydoc.sourceforge.net |