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

Method search

IPython/core/history.py:127–129  ·  view source on GitHub ↗
(self, pattern="*", raw=True, search_raw=True,
               output=False, n=None, unique=False)

Source from the content-addressed store, hash-verified

125 raise NotImplementedError
126
127 def search(self, pattern="*", raw=True, search_raw=True,
128 output=False, n=None, unique=False):
129 raise NotImplementedError
130
131 def get_range(self, session, start=1, stop=None, raw=True,output=False):
132 raise NotImplementedError

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected