Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCompletion does not work for custom __getitem__ and __getattr__ #774
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
While bpython makes prototyping much easier, I bumped into a bit annoying limitation.
Given the following trivial example I would expect to have a completion working after 'a[0].' . I bumped into this in a must more complex situation.