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

Function get_sys_info

IPython/utils/sysinfo.py:97–100  ·  view source on GitHub ↗

Return useful information about IPython and the system, as a dict.

()

Source from the content-addressed store, hash-verified

95 )
96
97def get_sys_info() -> dict:
98 """Return useful information about IPython and the system, as a dict."""
99 path = Path(__file__, "..").resolve().parent
100 return pkg_info(str(path))
101
102def sys_info() -> str:
103 """Return useful information about IPython and the system, as a string.

Callers 1

sys_infoFunction · 0.85

Calls 1

pkg_infoFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…