(self)
| 46 | self.build_path = self.source_path |
| 47 | |
| 48 | def is_html(self): |
| 49 | return urllib.parse.urlparse(self.source_path).path.endswith('.html') |
| 50 | |
| 51 | def is_index(self): |
| 52 | return urllib.parse.urlparse(self.source_path).path.endswith('index.html') |
no outgoing calls
no test coverage detected