The `commit` property. Returns: the value of the property.
(self)
| 95 | # Body and metadata properties |
| 96 | @property |
| 97 | def commit(self) -> str: |
| 98 | """The `commit` property. |
| 99 | |
| 100 | Returns: |
| 101 | the value of the property. |
| 102 | """ |
| 103 | return self.get_body().commit |
| 104 | |
| 105 | @property |
| 106 | def subdirectory(self) -> str: |
no test coverage detected