FinallyClause AST Python Object
The FinallyClause
object matches the finally
part of a try
block.
The astType
value for this node is finallyclause
.
Attributes
content
(typeAstElement
): the content of the except block (e.g. the statements in the block)