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

Function _add

IPython/testing/iptestcontroller.py:252–253  ·  view source on GitHub ↗
(name, value)

Source from the content-addressed store, hash-verified

250 inf = get_sys_info()
251 out = []
252 def _add(name, value):
253 out.append((name, value))
254
255 _add('IPython version', inf['ipython_version'])
256 _add('IPython commit', "{} ({})".format(inf['commit_hash'], inf['commit_source']))

Callers 1

reportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected