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

Function iprand_all

IPython/testing/plugin/dtexample.py:143–157  ·  view source on GitHub ↗

Some ipython tests with fully random output. # all-random In [7]: 1 Out[7]: 99 In [8]: print('hello') world In [9]: iprand_all() Out[9]: 'junk'

()

Source from the content-addressed store, hash-verified

141 return 'iprand'
142
143def iprand_all():
144 """Some ipython tests with fully random output.
145
146 # all-random
147
148 In [7]: 1
149 Out[7]: 99
150
151 In [8]: print('hello')
152 world
153
154 In [9]: iprand_all()
155 Out[9]: 'junk'
156 """
157 return 'iprand_all'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected