MCPcopy Create free account
hub / github.com/UndCover/PyramidStore / cleanSpace

Method cleanSpace

plugin/py_bilivd.py:108–109  ·  view source on GitHub ↗
(self, str)

Source from the content-addressed store, hash-verified

106 return result
107
108 def cleanSpace(self, str):
109 return str.replace('\n', '').replace('\t', '').replace('\r', '').replace(' ', '')
110
111 def detailContent(self, array):
112 aid = array[0]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected