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

Method __init__

IPython/core/inputtransformer2.py:424–427  ·  view source on GitHub ↗
(self, start, q_locn)

Source from the content-addressed store, hash-verified

422 priority = 5
423
424 def __init__(self, start, q_locn):
425 super().__init__(start)
426 self.q_line = q_locn[0] - 1 # Shift from 1-indexed to 0-indexed
427 self.q_col = q_locn[1]
428
429 @classmethod
430 def find(cls, tokens_by_line):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected