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

Function ipdt_indented_test

IPython/testing/tests/test_ipunittest.py:82–98  ·  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

80
81@ipdoctest
82def ipdt_indented_test():
83 """
84 In [20]: print(1)
85 1
86
87 In [26]: for i in range(4):
88 ....: print(i)
89 ....:
90 ....:
91 0
92 1
93 2
94 3
95
96 In [27]: 3+4
97 Out[27]: 7
98 """
99
100
101class Foo(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected