Interface FinallyClause
- All Superinterfaces:
Tree
- All Known Implementing Classes:
FinallyClauseImpl
finally:
body()
See https://docs.python.org/3/reference/compound_stmts.html#the-try-statement-
Nested Class Summary
-
Method Summary
-
Method Details
-
finallyKeyword
Token finallyKeyword() -
body
StatementList body()
-