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

Method execute

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

Source from the content-addressed store, hash-verified

37
38 Only used in the absence of sqlite"""
39 def execute(*args, **kwargs):
40 return []
41
42 def commit(self, *args, **kwargs):
43 pass

Callers 9

init_dbMethod · 0.80
_run_sqlMethod · 0.80
get_session_infoMethod · 0.80
new_sessionMethod · 0.80
end_sessionMethod · 0.80
name_sessionMethod · 0.80
_writeout_input_cacheMethod · 0.80
startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected