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

Function ipyfunc2

IPython/testing/plugin/simple.py:27–33  ·  view source on GitHub ↗

Some pure python tests... >>> 1+1 2

()

Source from the content-addressed store, hash-verified

25
26
27def ipyfunc2():
28 """Some pure python tests...
29
30 >>> 1+1
31 2
32 """
33 return 'pyfunc2'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected