MCPcopy
hub / github.com/django/django / __init__

Method __init__

django/utils/html.py:187–190  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

185
186class MLStripper(HTMLParser):
187 def __init__(self):
188 super().__init__(convert_charrefs=False)
189 self.reset()
190 self.fed = []
191
192 def handle_data(self, d):
193 self.fed.append(d)

Callers 1

__init__Method · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected