File extension - text following the final period, includes that period.
(self)
| 1640 | return self.Split()[1] |
| 1641 | |
| 1642 | def Extension(self): |
| 1643 | """File extension - text following the final period, includes that period.""" |
| 1644 | return self.Split()[2] |
| 1645 | |
| 1646 | def NoExtension(self): |
| 1647 | """File has no source file extension.""" |
no test coverage detected