- Notifications
You must be signed in to change notification settings - Fork 0
Clear cursor namespace #13
Copy link
Copy link
Open
Labels
cursorscursor_base.py & cursorcursor_base.py & cursorgood first issueGood for newcomersGood for newcomersinvalidThis doesn't seem rightThis doesn't seem right
Description
Metadata
Metadata
Assignees
Labels
cursorscursor_base.py & cursorcursor_base.py & cursorgood first issueGood for newcomersGood for newcomersinvalidThis doesn't seem rightThis doesn't seem right
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
_ActionCursorinto separate functions and variables or make it all private (the first is preferable).