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

Function locate_profile

IPython/utils/path.py:277–280  ·  view source on GitHub ↗
(profile='default')

Source from the content-addressed store, hash-verified

275
276@undoc
277def locate_profile(profile='default'):
278 warn("locate_profile has moved to the IPython.paths module since IPython 4.0.", DeprecationWarning, stacklevel=2)
279 from IPython.paths import locate_profile
280 return locate_profile(profile=profile)
281
282def expand_path(s):
283 """Expand $VARS and ~names in a string, like a shell

Callers

nothing calls this directly

Calls 1

locate_profileFunction · 0.90

Tested by

no test coverage detected