Added a TODO item about further API changes

This commit is contained in:
Andrey Vlasovskikh
2015-09-30 17:41:11 +03:00
parent 01f973315a
commit ab836cdf4a
@@ -186,6 +186,8 @@ public interface PyClass extends PsiNameIdentifierOwner, PyStatement, NameDefine
*
* @param context context to use for this process
* @return list of attrs.
*
* TODO: Replace it and {@link #getClassAttributes()} with a single getClassAttributes(@NotNull TypeEvalContext context, boolean inherited)
*/
@NotNull
List<PyTargetExpression> getClassAttributesInherited(@NotNull TypeEvalContext context);