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

Method sortby

IPython/core/inputtransformer2.py:184–185  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

182 priority = 10
183
184 def sortby(self):
185 return self.start_line, self.start_col, self.priority
186
187 def __init__(self, start):
188 self.start_line = start[0] - 1 # Shift from 1-index to 0-index

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected