mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Added a TODO item about further API changes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user