MCPcopy Create free account
hub / github.com/ActiveState/code / Form

Class Form

recipes/Python/496743_helement/recipe-496743.py:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111
112# forms
113class Form(HElement): pass
114class Field(SimpleElement): _name = "input"
115class TextField(Field): _defaults = {"type" : "text"}
116class PasswordField(Field): _defaults = {"type" : "password"}

Callers 3

recipe-580714.pyFile · 0.85
recipe-496743.pyFile · 0.85
recipe-303062.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected