(self)
| 56 | |
| 57 | # Read-only access |
| 58 | def commits(self): |
| 59 | # https://networkx.github.io/documentation/stable/tutorial.html#graph-attributes |
| 60 | return self._digraph.graph['commits'] |
| 61 | |
| 62 | # Read-only access |
| 63 | def __contains__(self, node): |
no outgoing calls