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

Method get_nlstr

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

Source from the content-addressed store, hash-verified

112 s = spstr = property(get_spstr)
113
114 def get_nlstr(self):
115 try:
116 return self.__nlstr
117 except AttributeError:
118 self.__nlstr = '\n'.join(self)
119 return self.__nlstr
120
121 n = nlstr = property(get_nlstr)
122

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected