MCPcopy Create free account
hub / github.com/ipython/ipython / __init__

Method __init__

IPython/core/inputsplitter.py:106–110  ·  view source on GitHub ↗
(self, s, start, end, line)

Source from the content-addressed store, hash-verified

104class IncompleteString:
105 type = exact_type = INCOMPLETE_STRING
106 def __init__(self, s, start, end, line):
107 self.s = s
108 self.start = start
109 self.end = end
110 self.line = line
111
112class InMultilineStatement:
113 type = exact_type = IN_MULTILINE_STATEMENT

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected