MCPcopy Index your code
hub / github.com/ipython/ipython / init_environment

Method init_environment

IPython/core/interactiveshell.py:776–778  ·  view source on GitHub ↗

Any changes we need to make to the user's environment.

(self)

Source from the content-addressed store, hash-verified

774 self._post_execute = {}
775
776 def init_environment(self):
777 """Any changes we need to make to the user's environment."""
778 pass
779
780 def init_encoding(self):
781 # Get system encoding at startup time. Certain terminals (like Emacs

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected