MCPcopy Create free account
hub / github.com/ipython/ipython / init_environment

Method init_environment

IPython/core/interactiveshell.py:773–775  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

771 self._post_execute = {}
772
773 def init_environment(self):
774 """Any changes we need to make to the user's environment."""
775 pass
776
777 def init_encoding(self):
778 # 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