Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ __delattr__
Method
__delattr__
source/python.js:6054–6058 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
6052
return
this[name];
6053
}
6054
__delattr__(name) {
6055
if
(this._modules.has(name)) {
6056
this._modules.delete(name);
6057
}
6058
}
6059
children() {
6060
return
this._modules.values();
6061
}
Callers
nothing calls this directly
Calls
2
has
Method · 0.45
delete
Method · 0.45
Tested by
no test coverage detected