MCPcopy Create free account
hub / github.com/Kaggle/docker-python / call_get_ipynb

Method call_get_ipynb

tests/test_user_session.py:84–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 source = "import foo"
83
84 def call_get_ipynb():
85 client = UserSessionClient()
86 response = client.get_exportable_ipynb()
87 self.assertEqual(source, response['source'])
88
89 self._test_client(
90 call_get_ipynb,

Callers

nothing calls this directly

Calls 2

get_exportable_ipynbMethod · 0.95
UserSessionClientClass · 0.90

Tested by

no test coverage detected