标签: ipython jedi
Jedi是否支持iPython Shell中的函数参数上的制表符补全?在以下示例中,我无法完成工作。
class Foo: def __init__(self): self.Bar = 1 def CallFoo(x: Foo): x.<tab>