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

Handle lists and other containers in properties and method call results #1

Closed
2 tasks done
nthiery opened this issue Jul 22, 2018 · 4 comments
Closed
2 tasks done

Comments

@nthiery
Copy link
Contributor

nthiery commented Jul 22, 2018

Let's assume that a property (or result of a method call) of the object being explored consists of a list/tuple/set/frozen_set/dictionary L. Then we would want:

  • L to be nicely displayed (e.g. as {x,y,z} for a set)
  • each object of L to be clickable to further explore it
@zerline zerline added the duplicate This issue or pull request already exists label Nov 15, 2018
@zerline
Copy link
Collaborator

zerline commented Nov 15, 2018

This looks like #5

@zerline zerline closed this as completed Nov 15, 2018
@nthiery
Copy link
Contributor Author

nthiery commented Nov 16, 2018

This could indeed be made into a subitem of #5.

@zerline zerline reopened this Nov 16, 2018
@zerline
Copy link
Collaborator

zerline commented Nov 16, 2018

Try to make list items clickable.

@zerline zerline removed the duplicate This issue or pull request already exists label Sep 3, 2019
@zerline
Copy link
Collaborator

zerline commented Sep 21, 2019

Except for dictionaries: fixed by e368740

We will now find a way to explore the list/tuple/set by itself .. another issue.

@zerline zerline closed this as completed Sep 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants