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

Method __setattr__

source/python.js:2425–2427  ·  view source on GitHub ↗
(obj, name, value)

Source from the content-addressed store, hash-verified

2423 return execution.invoke(cls, args);
2424 }
2425 static __setattr__(obj, name, value) {
2426 builtins.setattr(obj, name, value);
2427 }
2428 });
2429 this.registerType('builtins.tuple', class extends Array {
2430 constructor(items) {

Callers 9

constructorMethod · 0.80
__setstate__Method · 0.80
constructorMethod · 0.80
convertObjectMethod · 0.80
init_fnMethod · 0.80
register_moduleMethod · 0.80
register_bufferMethod · 0.80
register_parameterMethod · 0.80
parseObjectMethod · 0.80

Calls 3

hasattrMethod · 0.80
setMethod · 0.45
hasMethod · 0.45

Tested by

no test coverage detected