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

Method profile

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

Source from the content-addressed store, hash-verified

606 profile_dir = Instance('IPython.core.application.ProfileDir', allow_none=True)
607 @property
608 def profile(self):
609 if self.profile_dir is not None:
610 name = os.path.basename(self.profile_dir.location)
611 return name.replace('profile_','')
612
613
614 # Private interface

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected