Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ create_session_mock
Function
create_session_mock
tests/test_shortcuts.py:354–357 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
352
353
354
def
create_session_mock():
355
session = Mock()
356
session.default_buffer = Buffer()
357
return
session
358
359
360
def
test_navigable_provider_connection():
Callers
1
test_navigable_provider_connection
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…