MCPcopy
hub / github.com/django/django / get_data

Method get_data

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

Source from the content-addressed store, hash-verified

199 self.fed.append("&#%s;" % name)
200
201 def get_data(self):
202 return "".join(self.fed)
203
204
205def _strip_once(value):

Callers 1

_strip_onceFunction · 0.95

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected