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

Function get_sys_info

IPython/utils/sysinfo.py:95–99  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

93 )
94
95def get_sys_info():
96 """Return useful information about IPython and the system, as a dict."""
97 p = os.path
98 path = p.realpath(p.dirname(p.abspath(p.join(__file__, '..'))))
99 return pkg_info(path)
100
101def sys_info():
102 """Return useful information about IPython and the system, as a string.

Callers 2

reportFunction · 0.90
sys_infoFunction · 0.85

Calls 1

pkg_infoFunction · 0.85

Tested by 1

reportFunction · 0.72