• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching full:names

3 # A comma-separated list of package or module names from where C extensions may
8 # Add files or directories to the blocklist. They should be base names, not
13 # regex matches against base names, not paths.
29 # List of plugins (as comma separated values of python module names) to load,
191 # Naming style matching correct argument names.
194 # Regular expression matching correct argument names. Overrides argument-
198 # Naming style matching correct attribute names.
201 # Regular expression matching correct attribute names. Overrides attr-naming-
205 # Bad variable names which should always be refused, separated by a comma.
206 bad-names=foo,
213 # Naming style matching correct class attribute names.
216 # Regular expression matching correct class attribute names. Overrides class-
220 # Naming style matching correct class names.
223 # Regular expression matching correct class names. Overrides class-naming-
227 # Naming style matching correct constant names.
230 # Regular expression matching correct constant names. Overrides const-naming-
238 # Naming style matching correct function names.
241 # Regular expression matching correct function names. Overrides function-
245 # Good variable names which should always be accepted, separated by a comma.
246 good-names=i,
256 # Naming style matching correct inline iteration names.
259 # Regular expression matching correct inline iteration names. Overrides
263 # Naming style matching correct method names.
266 # Regular expression matching correct method names. Overrides method-naming-
270 # Naming style matching correct module names.
273 # Regular expression matching correct module names. Overrides module-naming-
277 # Colon-delimited sets of names that determine each other's naming style when
281 # Regular expression which should only match function or class names that do
290 # Naming style matching correct variable names.
293 # Regular expression matching correct variable names. Overrides variable-
386 # List of class names for which member attributes should not be checked (useful
388 # qualified names.
391 # List of module names for which member attributes should not be checked
394 # supports qualified module names, as well as Unix pattern matching.
397 # Show a hint with possible names when a member name was not found. The aspect
405 # The total number of similar names that should be taken in consideration when
435 # List of additional names supposed to be defined in builtins. Remember that
451 # Argument names that match this expression will be ignored. Default to name
453 ignored-argument-names=_.*|^ignored_|^unused_
458 # List of qualified module names which can have objects that can redefine
524 # List of method names used to declare (i.e. assign) instance attributes.
530 # List of member names, which should be excluded from the protected access
538 # List of valid names for the first argument in a class method.
541 # List of valid names for the first argument in a metaclass class method.