MCPcopy
hub / github.com/HelloZeroNet/ZeroNet / onClosed

Method onClosed

src/Ui/UiWebsocket.py:90–91  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

88 self.onClosed()
89
90 def onClosed(self):
91 pass
92
93 def dedent(self, text):
94 return re.sub("[\\r\\n\\x20\\t]+", " ", text.strip().replace("<br>", " "))

Callers 3

startMethod · 0.95
all.jsFile · 0.80
all.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected