Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lutzroeder/netron
/ pop
Method
pop
source/python.js:58–65 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
56
return
value;
57
}
58
pop(key) {
59
if
(this.__contains__(key)) {
60
const
v = this.__getitem__(key);
61
this.__delitem__(key);
62
return
v;
63
}
64
return
null;
65
}
66
items() {
67
return
Array.from(this);
68
}
Callers
15
_parseExpression
Method · 0.45
_tokenize
Method · 0.45
LoadModelFromString
Method · 0.45
__setstate__
Method · 0.45
load
Method · 0.45
constructor
Method · 0.45
__update_args_kwargs
Method · 0.45
constructor
Method · 0.45
LEGACY_convertModule
Method · 0.45
popFrame
Method · 0.45
emitWith
Method · 0.45
__exit__
Method · 0.45
Calls
3
__contains__
Method · 0.80
__getitem__
Method · 0.80
__delitem__
Method · 0.80
Tested by
no test coverage detected