(self, _interactive)
| 877 | __slots__ = ['_interactive'] |
| 878 | |
| 879 | def __init__(self, _interactive): |
| 880 | self._interactive = _interactive |
| 881 | |
| 882 | def __call__(self, *args, _kind=None, **kwargs): |
| 883 | # The underscore in _kind is to not overwrite it |
nothing calls this directly
no outgoing calls
no test coverage detected