Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ _location
Method
_location
source/python.js:1734–1736 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1732
};
1733
}
1734
_location() {
1735
return
this._tokenizer.location();
1736
}
1737
});
1738
this.registerType(
'ast._Tokenizer'
,
class
{
1739
constructor(text, file) {
Callers
10
parse
Method · 0.45
_parseSuite
Method · 0.45
_parseStatement
Method · 0.45
_parseExpression
Method · 0.45
_decorator
Method · 0.45
_parseList
Method · 0.45
_parseSlice
Method · 0.45
_parseName
Method · 0.45
_parseTypeArguments
Method · 0.45
_parseArguments
Method · 0.45
Calls
1
location
Method · 0.45
Tested by
no test coverage detected