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

Method getattr

source/python.js:16505–16507  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

16503 return this._typ.hasAttribute(name) || this._typ.hasConstant(name);
16504 }
16505 getattr(name) {
16506 return this.__getattr__(name);
16507 }
16508 _properties() {
16509 throw new python.Error("'torch.ScriptObject._properties' not implemented.");
16510 }

Callers 7

traceMethod · 0.45
constructorMethod · 0.45
__getattr__Method · 0.45
deserialize_operatorMethod · 0.45
deserialize_nodeMethod · 0.45
deserialize_meta_funcMethod · 0.45
find_operatorMethod · 0.45

Calls 1

__getattr__Method · 0.80

Tested by

no test coverage detected