Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Add the comment <code>#@UnusedVariable</code> to the end of the line.</p> <p>Every warning in PyDev has a similar deactivation comment. Use Quick Fix to discover them (place the cursor in the warning and press Ctrl+1), or refer to these lines from the <a href="https://github.com/fabioz/Pydev/blob/master/plugins/org.python.pydev.ast/src/org/python/pydev/ast/analysis/IAnalysisPreferences.java" rel="nofollow noreferrer">PyDev source code</a>:</p> <pre class="lang-java prettyprint-override"><code>public static final String MSG_TO_IGNORE_TYPE_UNUSED_IMPORT = "@UnusedImport"; public static final String MSG_TO_IGNORE_TYPE_UNUSED_WILD_IMPORT = "@UnusedWildImport"; public static final String MSG_TO_IGNORE_TYPE_UNUSED_VARIABLE = "@UnusedVariable"; public static final String MSG_TO_IGNORE_TYPE_UNDEFINED_VARIABLE = "@UndefinedVariable"; public static final String MSG_TO_IGNORE_TYPE_DUPLICATED_SIGNATURE = "@DuplicatedSignature"; public static final String MSG_TO_IGNORE_TYPE_REIMPORT = "@Reimport"; public static final String MSG_TO_IGNORE_TYPE_UNRESOLVED_IMPORT = "@UnresolvedImport"; public static final String MSG_TO_IGNORE_TYPE_NO_SELF = "@NoSelf"; public static final String MSG_TO_IGNORE_TYPE_UNDEFINED_IMPORT_VARIABLE = "@UndefinedVariable"; public static final String MSG_TO_IGNORE_TYPE_UNUSED_PARAMETER = "@UnusedVariable"; public static final String MSG_TO_IGNORE_TYPE_NO_EFFECT_STMT = "@NoEffect"; public static final String MSG_TO_IGNORE_TYPE_INDENTATION_PROBLEM = "@IndentOk"; public static final String MSG_TO_IGNORE_TYPE_ASSIGNMENT_TO_BUILT_IN_SYMBOL = "@ReservedAssignment"; public static final String MSG_TO_IGNORE_TYPE_PEP8 = "@IgnorePep8"; public static final String MSG_TO_IGNORE_TYPE_ARGUMENTS_MISATCH = "@ArgumentMismatch"; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload