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

Method get_range

IPython/core/history.py:131–132  ·  view source on GitHub ↗
(self, session, start=1, stop=None, raw=True,output=False)

Source from the content-addressed store, hash-verified

129 raise NotImplementedError
130
131 def get_range(self, session, start=1, stop=None, raw=True,output=False):
132 raise NotImplementedError
133
134 def get_range_by_str(self, rangestr, raw=True, output=False):
135 raise NotImplementedError

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected