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

Function eggs

IPython/core/tests/test_ultratb.py:410–413  ·  view source on GitHub ↗
(f, g, z=globals())

Source from the content-addressed store, hash-verified

408 eggs(a, b + bar)
409
410 def eggs(f, g, z=globals()):
411 h = f + g
412 i = f - g
413 return h / i
414
415 buff = io.StringIO()
416

Callers 1

fooFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected