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

Method location

source/python.js:1808–1810  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1806 this.read();
1807 }
1808 location() {
1809 return `at ${this.filename}:${this.lineno}:${this.col_offset}.`;
1810 }
1811 get col_offset() {
1812 return this._position - this.linepos + 1;
1813 }

Callers 4

_locationMethod · 0.45
expectMethod · 0.45
_skipWhitespaceMethod · 0.45
_tokenizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected