MCPcopy Index your code
hub / github.com/ipython/ipython / get_spstr

Method get_spstr

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

Source from the content-addressed store, hash-verified

61 l = list = property(get_list)
62
63 def get_spstr(self) -> str:
64 try:
65 return self.__spstr
66 except AttributeError:
67 self.__spstr = self.replace('\n',' ')
68 return self.__spstr
69
70 s = spstr = property(get_spstr)
71

Callers

nothing calls this directly

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected