Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pywebio/PyWebIO
/ update_input
Method
update_input
webiojs/src/models/input/file.ts:95–98 ·
view source on GitHub ↗
(spec: any)
Source
from the content-addressed store, hash-verified
93
}
94
95
update_input(spec: any): any {
96
let
attributes = spec.attributes;
97
this.update_input_helper(-1, attributes);
98
}
99
100
check_valid(): boolean {
101
return
this.valid;
Callers
nothing calls this directly
Calls
1
update_input_helper
Method · 0.80
Tested by
no test coverage detected