Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/pyright
/ _peekTokenType
Method
_peekTokenType
server/src/parser/parser.ts:2292–2294 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2290
}
2291
2292
private _peekTokenType(): TokenType {
2293
return
this._peekToken().
type
;
2294
}
2295
2296
private _peekKeywordType(): KeywordType | undefined {
2297
let
nextToken = this._peekToken();
Callers
11
_parseSuite
Method · 0.95
_parseTryStatement
Method · 0.95
_parseVarArgsList
Method · 0.95
_parseSimpleStatement
Method · 0.95
_parseSubscriptList
Method · 0.95
_parseSubscript
Method · 0.95
_parseArgList
Method · 0.95
_parseAtom
Method · 0.95
_parseTupleAtom
Method · 0.95
_parseDictionaryOrSetAtom
Method · 0.95
_consumeTokenIfType
Method · 0.95
Calls
1
_peekToken
Method · 0.95
Tested by
no test coverage detected