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

Method _newobj

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

Source from the content-addressed store, hash-verified

4302 return execution.invoke(cls, args);
4303 }
4304 _newobj(cls, args) {
4305 // cls.__new__(cls, args)
4306 return execution.invoke(cls, args);
4307 }
4308 _reduce(func, args) {
4309 return execution.invoke(func, args);
4310 }

Callers 1

loadMethod · 0.80

Calls 1

invokeMethod · 0.45

Tested by

no test coverage detected