MCPcopy Create free account
hub / github.com/Pylons/webtest / __init__

Method __init__

webtest/forms.py:267–269  ·  view source on GitHub ↗
(self, *args, **attrs)

Source from the content-addressed store, hash-verified

265 """
266
267 def __init__(self, *args, **attrs):
268 super().__init__(*args, **attrs)
269 self._checked = 'checked' in attrs
270
271 def value__set(self, value):
272 self._checked = not not value

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected