Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: More Inlining of Object Creation #173

Merged

Conversation

jens-erdmann
Copy link
Collaborator

Rework more findings into more pythonic code.
See commits for details.

Instead of adding diffrent attributes of an object one by one this
change is lining the procedure by creating an object all at once.
This should be less consuming due to less lookups inside of the object.

Signed-off-by: Jens Erdmann <[email protected]>
Instead of adding diffrent attributes of an object one by one this
change is lining the procedure by creating an object all at once.
This should be less consuming due to less lookups inside of the object.

Signed-off-by: Jens Erdmann <[email protected]>
Convert method supported_licenses to list comprehension to be more
pythonic.

Signed-off-by: Jens Erdmann <[email protected]>
@jens-erdmann jens-erdmann merged commit cb80067 into vinland-technology:main Jan 2, 2022
@jens-erdmann jens-erdmann deleted the inline-compatibility branch January 2, 2022 22:55
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