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

Method get_nlstr

IPython/utils/text.py:60–61  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

58 s = spstr = property(get_spstr)
59
60 def get_nlstr(self):
61 return self
62
63 n = nlstr = property(get_nlstr)
64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected