Add dunder methods to all classes necessary #24
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
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
Thing
,EventLoop
,ObjectProxy
) and find which dunder methods are not foundThe text was updated successfully, but these errors were encountered: