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

Function load_ipython_extension

src/dotenv/__init__.py:7–9  ·  view source on GitHub ↗
(ipython: Any)

Source from the content-addressed store, hash-verified

5
6
7def load_ipython_extension(ipython: Any) -> None:
8 from .ipython import load_ipython_extension
9 load_ipython_extension(ipython)
10
11
12def get_cli_string(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected