-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
PR: Change variableexplorer viewer collections name to iterables #5220
Conversation
Hello @rlaverde! Thanks for updating the PR.
Comment last updated on September 14, 2017 at 12:45 Hours UTC |
Please rebase this one. Also, please rename |
358deef
to
7309247
Compare
Also |
Maybe we should add a prefix letter or something to each object? sobject, sarray, sdataframe, scollection ? (for spyder?) or something similar |
yes, or maybe |
Sure, lets use something like that and get rid of these problems for good. Maybe with underscore to make it clearer? ve_object ve = variable explorer ? |
Then we should remove the |
Closing in favor of #5263 |
See: #5206 (comment)
In #4557
collectionseditor.py
was changed tocollections.py
(and that interferes withcollections
built-in)This have to be rebased after #5206