MCPcopy Index your code
hub / github.com/webpy/webpy / get_default_id

Method get_default_id

web/form.py:210–211  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

208 raise AttributeError("missing attribute 'type'")
209
210 def get_default_id(self):
211 return self.name
212
213 def validate(self, value):
214 self.set_value(value)

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected