(self, **kwargs)
| 71 | is_template = True |
| 72 | |
| 73 | def __init__(self, **kwargs): |
| 74 | super().__init__(source="upload", **kwargs) |
| 75 | |
| 76 | def preprocess(self, x): |
| 77 | return super().preprocess(x) |
nothing calls this directly
no outgoing calls
no test coverage detected