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

Method get_spstr

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

Source from the content-addressed store, hash-verified

103 l = list = property(get_list)
104
105 def get_spstr(self):
106 try:
107 return self.__spstr
108 except AttributeError:
109 self.__spstr = ' '.join(self)
110 return self.__spstr
111
112 s = spstr = property(get_spstr)
113

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected