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

Function simple_dt

IPython/testing/tests/test_ipunittest.py:54–58  ·  view source on GitHub ↗

>>> print(1+1) 2

()

Source from the content-addressed store, hash-verified

52#-----------------------------------------------------------------------------
53@ipdoctest
54def simple_dt():
55 """
56 >>> print(1+1)
57 2
58 """
59
60
61@ipdoctest

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected