File extension - text following the final period, includes that period.
(self)
| 1842 | return self.Split()[1] |
| 1843 | |
| 1844 | def Extension(self): |
| 1845 | """File extension - text following the final period, includes that period.""" |
| 1846 | return self.Split()[2] |
| 1847 | |
| 1848 | def NoExtension(self): |
| 1849 | """File has no source file extension.""" |
no test coverage detected