MCPcopy Index your code
hub / github.com/prompt-toolkit/ptpython / __init__

Method __init__

src/ptpython/ipython.py:68–70  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

66
67class IPythonValidator(PythonValidator):
68 def __init__(self, *args, **kwargs):
69 super().__init__(*args, **kwargs)
70 self.isp = TransformerManager()
71
72 def validate(self, document: Document) -> None:
73 document = Document(text=self.isp.transform_cell(document.text))

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected