(self, title)
| 25 | return self.leet.check_flask(title) |
| 26 | |
| 27 | def is_valid_title(self, title): |
| 28 | return title.isdigit() |
| 29 | |
| 30 | def post_process(self, path): |
| 31 | self.add_finish_icon(path) |
nothing calls this directly
no outgoing calls
no test coverage detected