You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree that this should probably work, but it's not a normal Jedi case due to the fact that the source code is not available anymore (for Jedi). I feel like we should fix this, but at the same time I understand very well why this didn't work in the first place.
What follows is an issue I originally reported to IPython, but was asked to report here (original issue: ipython/ipython#14184)
If I make the following two files:
and
then
foo().my_method()
works for bothBut - I only get the auto-complete suggestion for the first one:
ipython -i t.py
:ipython -i f.py
:Shouldn't both autocomplete to the method available in
MyClass
?For reference, this came up here pola-rs/polars#11433
The text was updated successfully, but these errors were encountered: