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

Method __init__

django/contrib/postgres/forms/array.py:118–121  ·  view source on GitHub ↗
(self, widget, size, **kwargs)

Source from the content-addressed store, hash-verified

116 template_name = "postgres/widgets/split_array.html"
117
118 def __init__(self, widget, size, **kwargs):
119 self.widget = widget() if isinstance(widget, type) else widget
120 self.size = size
121 super().__init__(**kwargs)
122
123 @property
124 def is_hidden(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected