Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
205
def
_strip_once(value):
Callers
1
_strip_once
Function · 0.95
Calls
1
join
Method · 0.45
Tested by
no test coverage detected