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

Method _position

source/python.js:1727–1733  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1725 return node;
1726 }
1727 _position() {
1728 return {
1729 filename: this._tokenizer.filename,
1730 lineno: this._tokenizer.lineno,
1731 col_offset: this._tokenizer.col_offset
1732 };
1733 }
1734 _location() {
1735 return this._tokenizer.location();
1736 }

Callers 6

parseMethod · 0.80
_parseStatementMethod · 0.80
_parseExpressionMethod · 0.80
_parseListMethod · 0.80
_parseNameMethod · 0.80
_eatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected