This is the entry point of the searching process
(self, **args)
| 28 | raise NotImplementedError |
| 29 | |
| 30 | def start(self, **args): |
| 31 | """This is the entry point of the searching process""" |
| 32 | raise NotImplementedError |
| 33 |
nothing calls this directly
no outgoing calls
no test coverage detected