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

Function foo

IPython/core/tests/test_ultratb.py:407–408  ·  view source on GitHub ↗
(a, b, bar=1)

Source from the content-addressed store, hash-verified

405 foo(x, y)
406
407 def foo(a, b, bar=1):
408 eggs(a, b + bar)
409
410 def eggs(f, g, z=globals()):
411 h = f + g

Callers 1

spamFunction · 0.70

Calls 1

eggsFunction · 0.85

Tested by

no test coverage detected