Skip to content

Commit

Permalink
Merge pull request #96 from rocky/long-literals-redux
Browse files Browse the repository at this point in the history
Go over long literal test
  • Loading branch information
rocky authored May 20, 2022
2 parents 4a61f5d + 71e3a87 commit 41fa83e
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 1,243 deletions.
2 changes: 1 addition & 1 deletion decompyle3/semantics/n_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def n_delete_subscript(self, node):

def n_dict(self, node):
"""
prettyprint a dict
Prettyprint a dict.
'dict' is something like k = {'a': 1, 'b': 42}"
We will use source-code line breaks to guide us when to break.
"""
Expand Down
Binary file modified test/bytecode_3.7/run/05_long_literals.pyc
Binary file not shown.
Binary file modified test/bytecode_3.8/run/05_long_literals.pyc
Binary file not shown.
Loading

0 comments on commit 41fa83e

Please sign in to comment.