Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

context managers get eaten by the preceding code blocks #31

Open
github-actions bot opened this issue Oct 21, 2021 · 0 comments
Open

context managers get eaten by the preceding code blocks #31

github-actions bot opened this issue Oct 21, 2021 · 0 comments
Labels

Comments

@github-actions
Copy link

context managers get eaten by the preceding code blocks

# TODO context managers get eaten by the preceding code blocks

              | func_call
              | match_def
              ))
# TODO context managers get eaten by the preceding code blocks
context_suite <<= IndentedBlock(OneOrMore(contract_assign
                                          | match_def
                                          | func_call)).setParseAction(

88019d67558fcc508c130c3cbf4e09f1d3d52283

@github-actions github-actions bot added the todo label Oct 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

0 participants