Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ context
Method
context
IPython/core/debugger.py:338–339 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
336
337
@property
338
def
context(self) -> int:
339
return
self._context
340
341
@context.setter
342
def
context(self, value: int | str) -> None:
Callers
1
test_external_changed_api
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_external_changed_api
Function · 0.36