MCPcopy Create free account
hub / github.com/Bitmessage/PyBitmessage / replace_pre

Method replace_pre

src/bitmessageqt/safehtmlparser.py:31–34  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

29
30 @staticmethod
31 def replace_pre(text):
32 for a in SafeHTMLParser.replaces_pre:
33 text = text.replace(a[0], a[1])
34 return text
35
36 @staticmethod
37 def replace_post(text):

Callers 1

feedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected