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

Method __contains__

source/python.js:32–34  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

30 }
31 }
32 __contains__(key) {
33 return this.has(key);
34 }
35 __setitem__(key, value) {
36 this.set(key, value);
37 }

Callers 3

popMethod · 0.80
__setstate__Method · 0.80
constructorMethod · 0.80

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected