setup for enviroment and other things, called before downloading (possibly more than one time)
(self)
| 218 | pass |
| 219 | |
| 220 | def setup(self): |
| 221 | """ setup for enviroment and other things, called before downloading (possibly more than one time)""" |
| 222 | pass |
| 223 | |
| 224 | def preprocessing(self, thread): |
| 225 | """ handles important things to do before starting """ |
no outgoing calls
no test coverage detected