mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-3999 PY-8207 PY-7309
Class hierarchy refactored to support context
This commit is contained in:
@@ -222,10 +222,10 @@ public interface PyClass extends PsiNameIdentifierOwner, PyStatement, NameDefine
|
||||
|
||||
/**
|
||||
* Returns the aggregated list of names defined in __slots__ attributes of the class and its ancestors.
|
||||
* @param context
|
||||
* @param context (will be used default if null)
|
||||
*/
|
||||
@Nullable
|
||||
List<String> getSlots(TypeEvalContext context);
|
||||
List<String> getSlots(@Nullable TypeEvalContext context);
|
||||
|
||||
/**
|
||||
* Returns the list of names in the class' __slots__ attribute, or null if the class
|
||||
|
||||
Reference in New Issue
Block a user