MCPcopy
hub / github.com/lutzroeder/netron / __delitem__

Method __delitem__

source/python.js:44–46  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

42 return super.get(key);
43 }
44 __delitem__(key) {
45 this.delete(key);
46 }
47 get(key, defaultValue) {
48 return super.has(key) ? super.get(key) : defaultValue;
49 }

Callers 1

popMethod · 0.80

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected