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

Method execute

IPython/core/history.py:84–85  ·  view source on GitHub ↗
(*args: typing.Any, **kwargs: typing.Any)

Source from the content-addressed store, hash-verified

82 Only used in the absence of sqlite"""
83
84 def execute(*args: typing.Any, **kwargs: typing.Any) -> list:
85 return []
86
87 def commit(self, *args, **kwargs): # type: ignore [no-untyped-def]
88 pass

Callers 14

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
_make_history_dbFunction · 0.80

Calls

no outgoing calls