(self)
| 246 | |
| 247 | # This function should be overloaded |
| 248 | def generate(self): |
| 249 | print("WARNING: This should not be called from the child class") |
| 250 | return |
| 251 | |
| 252 | # This function is dense, it does all the magic to set the right extensions dependencies! |
| 253 | # |
no outgoing calls
no test coverage detected