Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lutzroeder/netron
/ cur
Method
cur
source/python.js:11466–11468 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11464
this.next();
11465
}
11466
cur() {
11467
return
this.next_tokens[0];
11468
}
11469
lookahead() {
11470
if
(!this.next_tokens[1].kind) {
11471
this.position += this.cur().text().length;
Callers
11
parseDeclaration
Method · 0.80
parseArgument
Method · 0.80
parseDefaultValue
Method · 0.80
parseSingleConstant
Method · 0.80
parseConstantList
Method · 0.80
lookahead
Method · 0.80
nextIf
Method · 0.80
expect
Method · 0.80
parseBaseType
Method · 0.80
parseFakeAndRealType
Method · 0.80
parseAliasAnnotation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected