Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ addAfterSet
Method
addAfterSet
source/python.js:11420–11422 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
11418
this.before_set.push(value);
11419
}
11420
addAfterSet(value) {
11421
this.after_set.push(value);
11422
}
11423
addContainedType(alias_info) {
11424
this.containedTypes.push(alias_info);
11425
}
Callers
1
parseAliasAnnotation
Method · 0.80
Calls
1
push
Method · 0.45
Tested by
no test coverage detected