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

Method get_tail

IPython/core/history.py:124–125  ·  view source on GitHub ↗
(self, n=10, raw=True, output=False, include_latest=False)

Source from the content-addressed store, hash-verified

122 """An abstract class for History Accessors """
123
124 def get_tail(self, n=10, raw=True, output=False, include_latest=False):
125 raise NotImplementedError
126
127 def search(self, pattern="*", raw=True, search_raw=True,
128 output=False, n=None, unique=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected