mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
PY-46623 Add setter and deleter to cached_property
GitOrigin-RevId: 97c7703a89d0e1c49f829aed3474006ac7e5324a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
08254bb652
commit
3df8d77318
@@ -109,6 +109,7 @@ public final @NonNls class PyNames {
|
||||
public static final String SETTER = "setter";
|
||||
public static final String DELETER = "deleter";
|
||||
public static final String GETTER = "getter";
|
||||
public static final String CACHED_PROPERTY = "cached_property";
|
||||
|
||||
public static final String ALL = "__all__";
|
||||
public static final String SLOTS = "__slots__";
|
||||
|
||||
Reference in New Issue
Block a user