MCPcopy Index your code
hub / github.com/lutzroeder/netron / get

Method get

source/python.js:22519–22527  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

22517 }
22518
22519 get(name) {
22520 if (this.locals && name in this.locals) {
22521 return this.locals[name];
22522 }
22523 if (name in this.globals) {
22524 return this.globals[name];
22525 }
22526 return undefined;
22527 }
22528
22529 get target() {
22530 this._target = this._target || [];

Callers 15

__getitem__Method · 0.45
getMethod · 0.45
setdefaultMethod · 0.45
__setstate__Method · 0.45
atoiMethod · 0.45
listMethod · 0.45
LoadModelFromStringMethod · 0.45
constructorMethod · 0.45
updateMethod · 0.45
__getattr__Method · 0.45
convertToListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected