MCPcopy
hub / github.com/django/django / Script

Class Script

django/forms/widgets.py:119–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118
119class Script(MediaAsset):
120 element_template = '<script src="{path}"{attributes}></script>'
121
122 def __init__(self, src, **attributes):
123 # Alter the signature to allow src to be passed as a keyword argument.
124 super().__init__(src, **attributes)
125
126
127class Stylesheet(MediaAsset):

Callers 13

test_strMethod · 0.90
test_constructionMethod · 0.90
MediaClass · 0.90
MediaClass · 0.90

Calls

no outgoing calls