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

Function call_doctest_bad

IPython/testing/tests/test_decorators.py:73–81  ·  view source on GitHub ↗

Check that we can still call the decorated functions. >>> doctest_bad(3,y=4) x: 3 y: 4 k: {}

()

Source from the content-addressed store, hash-verified

71
72
73def call_doctest_bad():
74 """Check that we can still call the decorated functions.
75
76 >>> doctest_bad(3,y=4)
77 x: 3
78 y: 4
79 k: {}
80 """
81 pass
82
83
84def test_skip_dt_decorator():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected