MCPcopy Create free account
hub / github.com/theskumar/python-dotenv / load_ipython_extension

Function load_ipython_extension

src/dotenv/ipython.py:37–39  ·  view source on GitHub ↗

Register the %dotenv magic.

(ipython)

Source from the content-addressed store, hash-verified

35
36
37def load_ipython_extension(ipython):
38 """Register the %dotenv magic."""
39 ipython.register_magics(IPythonDotEnv)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected