Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/webpy/webpy
/ set_value
Method
set_value
web/form.py:222–223 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
220
return
True
221
222
def
set_value(self, value):
223
self.value = value
224
225
def
get_value(self):
226
return
self.value
Callers
2
validate
Method · 0.95
validates
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected