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