Lines Matching refs:of
19 # C0111 ignore Docstring at top of file.
74 # respectively contain the number of errors / warnings messages and the total
75 # number of statements analyzed. This is used by the global evaluation report
80 # command line instead of printing them on stdout. Reports (if any) will be
88 # of the file under analysis.
112 # List of builtins function names that should not be used, separated by a comma
150 # Colon delimited types of objects which should have the same naming style,
167 # List of method names used to declare (i.e. assign) instance attributes.
170 # List of interface methods to ignore, separated by a comma. This is used for
174 # List of valid names for the first argument in a class method.
177 # List of valid names for the first argument in a metaclass class method.
187 # Maximum number of arguments for function / method
190 # Maximum number of attributes for a class (see R0902).
193 # Maximum number of branch for function / method body
196 # Maximum number of locals for function / method body
199 # Maximum number of parents for a class (see R0901).
202 # Maximum number of public methods for a class (see R0904).
205 # Maximum number of return / yield for function / method body
208 # Maximum number of statements in function / method body
211 # Minimum number of public methods for a class (see R0903).
231 # Maximum number of characters on a single line.
234 # Maximum number of lines in a module
237 # List of optional constructs for which whitespace checking is disabled
240 # Allow the body of an if to be on the same line as the test if there is no
247 # List of module members that should be marked as deprecated.
256 # List of exceptions that do not need to be mentioned in the Raises section of
263 # List of modules that should be ignored if unused.
280 # user ID of the relevant person
283 # Number of spaces of indent required when the last token on the preceding line
287 # Minimum number of spaces between the end of a line and an inline comment.
299 # Create a graph of external dependencies in the given file (report RP0402 must
303 # Create a graph of every (i.e. internal and external) dependencies in the
307 # Create a graph of internal dependencies in the given file (report RP0402 must
328 # List of plugins (as comma separated values of python modules names) to load,
341 # List of note tags to take in consideration, separated by a comma.
356 # Minimum lines number of a similarity.
362 # List of members which are set dynamically and missed by pylint inference
371 # List of classes names for which member attributes should not be checked
375 # When zope mode is activated, add a predefined set of Zope acquired attributes
382 # List of additional names supposed to be defined in builtins. Remember that
386 # A regular expression matching the beginning of the name of dummy variables