This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
get_start_control_flow_node, next_from_end, raise edges, and labels i…
…n branches (#6) * Adds get_start_control_flow_node to ControlFlowGraph * Adds next_from_end to ControlFlowNode * Uses labels (e.g. '<exit>' and '<raise>' strings) to indicate these special nodes * Support keyword only arguments without defaults * Add non-interrupting edges from raise statements * Bump version number
- Loading branch information
Showing
2 changed files
with
47 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters