(self, param1=None, param2=None)
| 164 | @registry.register_module() |
| 165 | class TestClass: |
| 166 | def __init__(self, param1=None, param2=None): |
| 167 | self.param1 = param1 |
| 168 | self.param2 = param2 |
| 169 | |
| 170 | return registry |
| 171 |
nothing calls this directly
no outgoing calls
no test coverage detected