flowrep.parsers.try_parser module

flowrep.parsers.try_parser.parse_try_node(walker: BodyWalker, tree: Try) TryRecipe[source]

Walk a try/except block.

Parameters:
  • walker – A walker to fork and use for collecting state inside the tree.

  • tree – The ast.Try node.