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

Method get_range_by_str

IPython/core/history.py:134–135  ·  view source on GitHub ↗
(self, rangestr, raw=True, output=False)

Source from the content-addressed store, hash-verified

132 raise NotImplementedError
133
134 def get_range_by_str(self, rangestr, raw=True, output=False):
135 raise NotImplementedError
136
137
138class HistoryAccessor(HistoryAccessorBase):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected