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

Add dunder methods to all classes necessary #24

Open
3 tasks
VigneshVSV opened this issue Jul 27, 2024 · 0 comments
Open
3 tasks

Add dunder methods to all classes necessary #24

VigneshVSV opened this issue Jul 27, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@VigneshVSV
Copy link
Owner

VigneshVSV commented Jul 27, 2024

As the package is in early development, issues like context management (enter, exit), hashing (hash), representation (str) etc. are not found in many classes in the package. This has to be added to use the package in a general sense with all other python packages.

Possible steps

  • Survey all classes found (especially the important ones like Thing, EventLoop, ObjectProxy) and find which dunder methods are not found
  • Come up with use cases what dunder methods need to be supported
  • Implement them
@VigneshVSV VigneshVSV added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant