Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ __str__
Method
__str__
django/forms/widgets.py:151–152 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
149
return
"Media(css=%r, js=%r)"
% (self._css, self._js)
150
151
def
__str__(self):
152
return
self.render()
153
154
@property
155
def
_css(self):
Callers
nothing calls this directly
Calls
1
render
Method · 0.95
Tested by
no test coverage detected