(self, name)
| 22 | |
| 23 | @abc.abstractmethod |
| 24 | def __init__(self, name): |
| 25 | interpreters[name] = self |
| 26 | |
| 27 | # ------------------------------------------------------------------------------- # |
| 28 |
nothing calls this directly
no outgoing calls
no test coverage detected