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

Method validate

IPython/core/interactiveshell.py:271–274  ·  view source on GitHub ↗
(self, obj, value)

Source from the content-addressed store, hash-verified

269 """
270
271 def validate(self, obj, value):
272 if value == '0': value = ''
273 value = value.replace('\\n','\n')
274 return super(SeparateUnicode, self).validate(obj, value)
275
276
277@undoc

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected