Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_db
Method · 0.80
_run_sql
Method · 0.80
get_session_info
Method · 0.80
new_session
Method · 0.80
end_session
Method · 0.80
name_session
Method · 0.80
_writeout_input_cache
Method · 0.80
_writeout_output_cache
Method · 0.80
start
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected