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

Function spam

IPython/core/tests/test_ultratb.py:401–405  ·  view source on GitHub ↗
(c, d_e)

Source from the content-addressed store, hash-verified

399# module testing (minimal)
400def test_handlers():
401 def spam(c, d_e):
402 (d, e) = d_e
403 x = c + d
404 y = c * d
405 foo(x, y)
406
407 def foo(a, b, bar=1):
408 eggs(a, b + bar)

Callers 1

test_handlersFunction · 0.85

Calls 1

fooFunction · 0.70

Tested by

no test coverage detected