Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/webpy/webpy
/ fill
Method
fill
web/form.py:121–122 ·
view source on GitHub ↗
(self, source=None, **kw)
Source
from the content-addressed store, hash-verified
119
return
True
120
121
def
fill(self, source=None, **kw):
122
return
self.validates(source, _validate=False, **kw)
123
124
def
__getitem__(self, i):
125
for
x in self.inputs:
Callers
nothing calls this directly
Calls
1
validates
Method · 0.95
Tested by
no test coverage detected