Interface WithStatement
- All Known Implementing Classes:
WithStatementImpl
withSee https://docs.python.org/3/reference/compound_stmts.html#grammar-token-with-stmtwithItems()statements()
-
Method Details
-
withKeyword
Token withKeyword() -
withItems
-
colon
Token colon() -
statements
StatementList statements() -
isAsync
boolean isAsync() -
asyncKeyword
-