Files
Ekaterina Tuzova c882d5d5ed fixed resolve to the keyword argument introduced in 8b9e7981df
needed for PY-15366 No completion for matplotlib figure
2015-05-05 17:03:33 +03:00

10 lines
54 B
Python

class A:
pass
def foo(A=1):
pass
foo(A=2)