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

.freeze() returns self #2

Merged
merged 13 commits into from
Dec 31, 2024
Merged

.freeze() returns self #2

merged 13 commits into from
Dec 31, 2024

Conversation

flipbit03
Copy link
Owner

This pull request includes several changes to the cadurso/system.py file and various test files to improve type hinting, add return values for chaining, and fix minor typos. The most important changes include adding the Self type hint, updating method return types, and fixing variable names in test functions.

Type Hinting and Method Return Types:

  • cadurso/system.py: Added Self type hint to the import statement and updated the freeze method to return Self for rebinding convenience. [1] [2] [3]

Test Improvements:

Minor Fixes:

@flipbit03 flipbit03 self-assigned this Dec 31, 2024
@flipbit03 flipbit03 merged commit fa89b5d into main Dec 31, 2024
4 checks passed
@flipbit03 flipbit03 deleted the freeze_returns_self branch December 31, 2024 22:35
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.

1 participant