mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
Provide callable type for resolved dataclasses.replace/attr.assoc/attr.evolve (PY-37678)
It is used while inferring call type. GitOrigin-RevId: 7cab8246784307328c83c956f2d1644a1e4296c8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
145d86061c
commit
2cff147ca9
7
python/testData/types/DataclassesReplace/dataclasses.py
Normal file
7
python/testData/types/DataclassesReplace/dataclasses.py
Normal file
@@ -0,0 +1,7 @@
|
||||
def dataclass(_cls=None, *, init=True, repr=True, eq=True, order=False,
|
||||
unsafe_hash=False, frozen=False):
|
||||
pass
|
||||
|
||||
|
||||
def replace(obj, **changes):
|
||||
pass
|
||||
Reference in New Issue
Block a user