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

Method findSourceRangeThatGenerated

source/python.js:13555–13560  ·  view source on GitHub ↗
(range)

Source from the content-addressed store, hash-verified

13553 return lineno;
13554 }
13555 findSourceRangeThatGenerated(range) {
13556 if (!this._gen_ranges) {
13557 return null;
13558 }
13559 return this._gen_ranges.findSourceRangeThatGenerated(range);
13560 }
13561 });
13562 this.registerType('torch._C.SourceRange', class {
13563 constructor(...args) {

Callers 2

printMethod · 0.80
constructorMethod · 0.80

Calls 4

unpickleMethod · 0.80
startMethod · 0.45
sizeMethod · 0.45
sourceMethod · 0.45

Tested by

no test coverage detected