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

Method visit_Num

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

Source from the content-addressed store, hash-verified

621
622 # for python 3.7 and earlier
623 def visit_Num(self, node):
624 node.n = -node.n
625 return node
626
627 # for python 3.8+
628 def visit_Constant(self, node):

Callers 1

visit_ConstantMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected