PY-3999 PY-8207 PY-7309

Class hierarchy refactored to support context
This commit is contained in:
Ilya.Kazakevich
2015-08-07 17:30:38 +03:00
parent 8d6b9499e2
commit c706570991
@@ -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