James
Results
12
comments of
James
trafficstars
This is affecting completion of `pandas.Series` objects as well. ``` import pandas as pd from jedi import Interpreter series = pd.Series([1,2,3]) code = 'series.' ns = [{'series': series}] Interpreter(code, ns).complete()...
> Would you be able to do a `git bisect` and see if this is a regression and has been introduced recently, or it's a bug that always been there?...