File extension - text following the final period.
(self)
| 1178 | return self.Split()[1] |
| 1179 | |
| 1180 | def Extension(self): |
| 1181 | """File extension - text following the final period.""" |
| 1182 | return self.Split()[2] |
| 1183 | |
| 1184 | def NoExtension(self): |
| 1185 | """File has no source file extension.""" |
no test coverage detected