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

Method visit_Str

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

Source from the content-addressed store, hash-verified

805
806 #for python 3.7 and earlier
807 def visit_Str(self, node):
808 raise InputRejected("test")
809
810 # 3.8 only
811 def visit_Constant(self, node):

Callers

nothing calls this directly

Calls 1

InputRejectedClass · 0.90

Tested by

no test coverage detected