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

Fix #41 abstract classes #233

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

krystophny
Copy link
Contributor

@krystophny krystophny commented Nov 22, 2024

Fixes #41. This PR sits on top of #230, #231, #232, #237, #238, #239 and #236.

@krystophny krystophny force-pushed the issue41_abstract_classes branch 3 times, most recently from c26ea67 to 74375b8 Compare November 28, 2024 20:55
@krystophny krystophny force-pushed the issue41_abstract_classes branch 3 times, most recently from 4c16885 to 3e10a2e Compare December 4, 2024 20:00
@krystophny krystophny changed the title Draft: Issue41 abstract classes Fix #41 abstract classes Dec 4, 2024
@krystophny krystophny marked this pull request as ready for review December 4, 2024 20:04
@krystophny krystophny force-pushed the issue41_abstract_classes branch from 3e10a2e to b53cd5b Compare December 4, 2024 20:26
@krystophny krystophny force-pushed the issue41_abstract_classes branch from b53cd5b to c91ffac Compare December 6, 2024 13:39
@krystophny krystophny mentioned this pull request Dec 26, 2024
8 tasks
@krystophny krystophny force-pushed the issue41_abstract_classes branch from c91ffac to dc2c16b Compare December 26, 2024 15:57
@krystophny krystophny marked this pull request as draft December 26, 2024 16:03
@krystophny krystophny force-pushed the issue41_abstract_classes branch from dc2c16b to 048e5a5 Compare December 26, 2024 20:21
@krystophny krystophny marked this pull request as ready for review December 26, 2024 20:27
@krystophny
Copy link
Contributor Author

Note: Some blocks of changes here look larger than they are, since I took the freedom of replacing some if x: ... else: return blocks by if not x: return ... .

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.

Abstract classes
1 participant