File extension - text following the final period, includes that period.
(self)
| 1655 | return self.Split()[1] |
| 1656 | |
| 1657 | def Extension(self): |
| 1658 | """File extension - text following the final period, includes that period.""" |
| 1659 | return self.Split()[2] |
| 1660 | |
| 1661 | def NoExtension(self): |
| 1662 | """File has no source file extension.""" |
no test coverage detected