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

Method cleanSpace

plugin/py_bilibili.py:87–88  ·  view source on GitHub ↗
(self,str)

Source from the content-addressed store, hash-verified

85 result['total'] = 999999
86 return result
87 def cleanSpace(self,str):
88 return str.replace('\n','').replace('\t','').replace('\r','').replace(' ','')
89 def detailContent(self,array):
90 aid = array[0]
91 url = "https://api.bilibili.com/x/web-interface/view?aid={0}".format(aid)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected