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

Function ipdt_flush

IPython/testing/tests/test_ipunittest.py:62–78  ·  view source on GitHub ↗

In [20]: print(1) 1 In [26]: for i in range(4): ....: print(i) ....: ....: 0 1 2 3 In [27]: 3+4 Out[27]: 7

()

Source from the content-addressed store, hash-verified

60
61@ipdoctest
62def ipdt_flush():
63 """
64In [20]: print(1)
651
66
67In [26]: for i in range(4):
68 ....: print(i)
69 ....:
70 ....:
710
721
732
743
75
76In [27]: 3+4
77Out[27]: 7
78"""
79
80
81@ipdoctest

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected