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

Method __new__

source/python.js:2422–2424  ·  view source on GitHub ↗
(cls, ...args)

Source from the content-addressed store, hash-verified

2420 this.registerType('builtins.NoneType', class {});
2421 this.registerType('builtins.object', class {
2422 static __new__(cls, ...args) {
2423 return execution.invoke(cls, args);
2424 }
2425 static __setattr__(obj, name, value) {
2426 builtins.setattr(obj, name, value);
2427 }

Callers 1

constructorMethod · 0.80

Calls 1

invokeMethod · 0.45

Tested by

no test coverage detected