Skip to content

More readable calls to superclass#393

Merged
erocarrera merged 1 commit intoerocarrera:masterfrom
j-t-1:super
Apr 8, 2024
Merged

More readable calls to superclass#393
erocarrera merged 1 commit intoerocarrera:masterfrom
j-t-1:super

Conversation

@j-t-1
Copy link
Copy Markdown
Collaborator

@j-t-1 j-t-1 commented Feb 21, 2024

Example:
super(StructureWithBitfields, self).unpack(data) --->
super().unpack(data)

Example:
super(StructureWithBitfields, self).__unpack__(data)
--->
super().__unpack__(data)
@erocarrera erocarrera merged commit 75f0964 into erocarrera:master Apr 8, 2024
@erocarrera
Copy link
Copy Markdown
Owner

Thanks!

@j-t-1 j-t-1 deleted the super branch April 29, 2024 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants