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

Method visit_Num

IPython/core/tests/test_interactiveshell.py:777–778  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

775
776 # for Python 3.7 and earlier
777 def visit_Num(self, node):
778 raise ValueError("test")
779
780 # for Python 3.8+
781 def visit_Constant(self, node):

Callers 1

visit_ConstantMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected