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

Clear cursor namespace #13

Open
emptybutton opened this issue Oct 6, 2023 · 0 comments
Open

Clear cursor namespace #13

emptybutton opened this issue Oct 6, 2023 · 0 comments
Labels
cursors cursor_base.py & cursor good first issue Good for newcomers invalid This doesn't seem right

Comments

@emptybutton
Copy link
Owner

Generating getting a name that is in the cursor namespace, you need to add underscore to their name, which is not convenient and users are not required to know the names of the cursor namespace.

Head-on solution: refactor everything protected from _ActionCursor into separate functions and variables or make it all private (the first is preferable).

@emptybutton emptybutton added invalid This doesn't seem right cursors cursor_base.py & cursor good first issue Good for newcomers labels Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cursors cursor_base.py & cursor good first issue Good for newcomers invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant