MCPcopy 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

Calls

no outgoing calls

Tested by 1