| 22 | from typing import Set |
| 23 | |
| 24 | class KillEmbedded(Exception):pass |
| 25 | |
| 26 | # kept for backward compatibility as IPython 6 was released with |
| 27 | # the typo. See https://github.com/ipython/ipython/pull/10706 |
no outgoing calls
no test coverage detected
searching dependent graphs…