(self, *args, **kwargs)
| 225 | func: callable |
| 226 | |
| 227 | async def __call__(self, *args, **kwargs) -> np.ndarray: |
| 228 | return await self.func(*args, **kwargs) |
| 229 | |
| 230 | |
| 231 | # Decorators ------------------------------------------------------------------------ |
nothing calls this directly
no outgoing calls
no test coverage detected