Python Hint information indicates content

Source: Internet
Author: User
Tags assert finally block function definition string format

 

= This page lists all messages supported by Pylint 1.1.0, sorted by message text.
there 's another one. Sort by message code of the All Code list .

E0001 , F0001 , W0511 (messages differ)

E0103 : loop %r incorrect
W1501 : "  %s  " is not an open active mode.
E1101 : %s  %r no %r members
E1103 : %s  %r no %r Member (but some types cannot be inferred)
E0102 : %s defined row %s 
E1102 : %s not callable
F0002 : % s : %s  (Message different)
C0326 : %s space %s  %s  %s %s 
W0150 : %s statement may swallow exception in finally block

R0922 : Reference only %s Secondary abstract class
R0921 : Abstract class not referenced
W0212 : Access protected members of the customer class %s
E0203 : Access member before it defines row %s %r

E0202: property %s affected by%s row hides this method

W1401 : An anomalous backslash in a string: ' %s '. string constants may be missing the R prefix.

W1402 : Exception Unicode escape in byte string: ' %s '. string constants may be missing the R or U prefixes.

W0221: Parameter number differs from %s method

W0199 : The assert is raised on a 2-uple. you mean ' assert x, y '?
E1111 : Assigned to a function call that does not return
W1111 : Assigned to only function calls that return none
W0633 : Attempt to decompress non-sequential %s
W0201 : Properties %r define the __init__ externally

E0701 : In addition to the Order of clauses ( %s )
E1003 : give super () the error of the first parameter %r
W0311 : Incorrect indentation. %s%s found , expected %s
E0012 : Wrong option value %r
C0102 : Blacklist " %s "

W0703 : Catch a too general exception %s
W0512 : Unable to use encoding " %s "to decode , position %d unexpected bytes appear at the
E0712 : Captures an exception that is not inherited from Baseexception: %s
W0232 : Class has no __init__ method
C0202 : Class Method %s should have CLS as a first parameter
C0324 : Old : no spaces after commas
R0401 : Loop Import ( %s )

W0102 : Dangerous Default value %s as a parameter
I0022 : Discard note "pylint:disable-msg" or "pylint:enable-msg"
E0108 : Duplicate parameter name%s in function definition
W0109 : Duplicate key%r in dictionary
E1122 : old: Copy the keyword parameter in a function call%r

W0120 : Else clause with no interrupt statement in loop
C0112 : null %s  docstring 
F0010 : Error in code parsing: %s 
W0704 : Except for doing nothing
W0710 : Exceptions do not inherit the standard exception class
W0711 : Exception catch is binary "  %s   result of action
E1303 : formatted string for expected mapping, not %s 
E0101 : Explicitly return __init__
W0106 : Expression   %s   "is assigned empty

F0220 : An interface for an implementation that could not be resolved %s ( %s )
C0304 : Final line break missing
F0321 : old: error in format detection %r
W1300 : The dictionary key for the format string should be a string, not %s
E1301 : Format string intermediate end conversion specifier
W0312 : Using %s s rather than %s s find indent

W0601 : Global Variables %r not defined at module level

F0003 : Ignore built-in modules %s
I0013 : Ignore entire file
W0712 : Python 3 does not support implicit parsing Exceptions
R0923 : Interface not implemented
E0221 : The interface resolves to %s not a class
C0103 : Invalid %s name " %s "
E0604 : In an invalid object%r __all__, you must include only the string
W0234 : Iter returns non-iterator

W0108 : Lambda may not be required
C0301 : Line too long ( %s /%s )
I0011 : Local Disable %s
I0012 : Enabled locally %s
E1201 : The record format string ends in the middle of the conversion descriptor

W0110: Map/filter on lambda can be understood instead
C0204: Metaclass class method%sshould have%sas a first parameter
C0203: Meta-class methods%sshould haveMCsas a first parameter
W0223: Method%rin the classin%r It's abstract, but it's not rewritten .
R0201: The method may be a function
E0211: Method has no parameters
E0213: The method should have "ego" as the first parameter
E1004: Missing parameter super ()
C0111: Missing%sdocstring
E1304: Missing Key%rformat string Dictionary
E1125:old:lack of mandatory keyword parameters%r
E0222: Missing method,%rfrom%s isInterface
C0121: The required attribute is missing "%s is"
E1302: Mixed naming and format string nameless conversions specified
W0406: module import itself
C0321: There are multiple statements in a row

W0702 : No exception type specified
E0611 : No Name %r Module %r
E0501 : old: non-ASCII characters found, but no encoding specified (PEP 263)
E1306 : There are not enough parameter format strings
E1206 : There are not enough parameters to record the format string
E0711 : notimplemented Thrown-should throw Notimplementederror
E1120 : parameter in function call %s No value passed

C1001 : A legacy class is defined.
C0323 : the old: There are no spaces behind the operator
C0322 : the old: no spaces in front of operator

E1124 : Parameter %r pass as positional and keyword parameters
E1123 : passing unexpected keyword arguments in a function call %r
W0632 : Possible unbalanced tuple untie sequence %s : ...

E0702: Throw %s only if class, instance, or string is allowed

E0710: Throws a new style class that does not inherit from Baseexception

W0701: throwing a string exception

W0622: Redefining the built-in %r

W0621 : redefine the name externally %r Range (Line %s )
W0623 : redefine the name from %s in the exception handler %r

W0404 : Re-import %r (Imported Rows %s )

W0403 : Relative Import %r , should be for %r

E0104: Returning an external function

E0106 : Returns parameters inside the generator

W0222 : Signature differs from %s is Method
R0801 : A similar line %s is file
W1201 : Specify string format parameter as record function parameter
W0104 : The statement does not seem to have any effect
W0211 : Using static methods %r as a first parameter
W0105 : String statement has no effect
I0020 : Suppresses %s (From line %d )
E1310 : in%s suspicious parameters . %s phone

R0903: Too few public methods (%s/%s)
R0901: Too Many ancestors (%s/%s)
E1305: format string with too many parameters
E1205: Too many format string variables to record
R0913: Too many parameters (%s/%s)
R0912: Too many branches (%s/%s)
R0902: Too many instance properties (%s/%s)
C0302: There are too many rows in the module (%s)
R0914: Too many local variables (%s/%s)
E1121: Too many positional parameters for function call
R0904: Too many public methods (%s/%s)
R0911: Too many return statements (%s/%s)
R0915: Too many statements (%s/%s)
C0303: Trailing spaces

F0202: The method signature could not be checked (%s / %s)
I0010: Cannot consider inline options%r
F0401: Could not import%s
I0001: cannot be in the built-in module%sRun the original checker on
E0603: Undefined variable name% rinch__all__
E0602: Undefined variable%r
F0004: Unexpected inferred value%s
E0503:old:The specified unknown encoding (%s)
C0325:%rUnnecessary parens after the keyword
W0107: Unnecessary pass-through statements
W0301: Unnecessary semicolon
W0101: Unable to access code
E0011: Unrecognized file option%r
E1300 : format characters not supported at index %d %r(%#02x)

E1200 : at index Unsupported log Format characters %r ( %#02x ) %d

W0613 : Unused Parameters %r

W0611 : Unused Imports %s

W0614: import %s not used in wildcard import

W1301: Unused key in the format string dictionary%r

W0612: Not used variable%r
W0141: For built-in functions%r
I0014: For deprecated directives "Pylint: Disable All" or "pylint: Disable = All"
W0332: Use the "L" as the long integer identifier
I0021: Useless suppression% s
W1001: Using "Properties" in the old style class
W0331: Using the <> operator
W0122: Using the exec
E0107: There is no use%s isoperators
W0333used by:``operators
W0121: Use Raise Errorclass (args) instead of throwing Errorclass,args.
E1002: Using super in old style classes
E1001 : using on old style classes __slots__
W0142: Use * or * * Magic
W0141: Using built-in functions%r
W0402: The use of modules is not recommended%r
W0602: Using%rbut not done .
Assigning W0631: Use a loop variable that may not be defined%r
W0603: Using Global statements
W0604: Using Global statements at the module level
E0601 : use a variable before assigning a value %r

W0401 : Wildcard Import %s
E0502 : old: the specified error encoding ( %s )

E0105 : Out -of-production function

E0235 :__exit__ must accept 3 parameters: type, value, backtracking
W0410 :__future__ Import is not the first non-document string declaration
W0233 :__init__ from the non-direct base class method,%r is called
W0231 :__init__ method%r from the base class is not called
E0100 : The __init__ method is a generator

RP0002 : module
RP0801 's % error/warning : Replication
RP0401 : External dependencies
RP0004 : Global Evaluation
RP0003 : Message
RP0001 : Message category
RP0402 : module Dependency Diagram
RP0701 : Original Metric
RP0101 : Statistics by Type

Original address: Http://pylint-messages.wikidot.com/all-messages

Python Hint information indicates content

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.