MCPcopy 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
354def create_session_mock():
355 session = Mock()
356 session.default_buffer = Buffer()
357 return session
358
359
360def test_navigable_provider_connection():

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…