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

Method init_pushd_popd_magic

IPython/core/interactiveshell.py:836–840  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

834 pass
835
836 def init_pushd_popd_magic(self):
837 # for pushd/popd management
838 self.home_dir = get_home_dir()
839
840 self.dir_stack = []
841
842 def init_logger(self) -> None:
843 self.logger = Logger(self.home_dir, logfname='ipython_log.py',

Callers 1

__init__Method · 0.95

Calls 1

get_home_dirFunction · 0.90

Tested by

no test coverage detected