mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 04:50:58 +07:00
Also fix PY-55231 Add declarationElement field to callable parameter to resolve parameters to class fields in dataclasses GitOrigin-RevId: ae2703b958061df6f2d74b19920a6e3be2a084f6
6 lines
73 B
Python
6 lines
73 B
Python
class C:
|
|
def __init__(self, param):
|
|
pass
|
|
|
|
|
|
C(par<caret>am=42) |