MCPcopy Index your code
hub / github.com/ipython/ipython / commit

Method commit

IPython/core/history.py:87–88  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

85 return []
86
87 def commit(self, *args, **kwargs): # type: ignore [no-untyped-def]
88 pass
89
90 def __enter__(self, *args, **kwargs): # type: ignore [no-untyped-def]
91 pass

Callers 2

startMethod · 0.80
_make_history_dbFunction · 0.80

Calls

no outgoing calls

Tested by 1

_make_history_dbFunction · 0.64