Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lutzroeder/netron
/ tys_
Method
tys_
source/python.js:12987–12990 ·
view source on GitHub ↗
(name, value)
Source
from the content-addressed store, hash-verified
12985
return
this._values.get(name)[0];
12986
}
12987
tys_(name, value) {
12988
this._values.set(name, [value,
'tys'
]);
12989
return
this;
12990
}
12991
tys(name) {
12992
return
this._values.get(name)[0];
12993
}
Callers
1
createIsInstance
Method · 0.80
Calls
1
set
Method · 0.45
Tested by
no test coverage detected