• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching full:names

3 # A comma-separated list of package or module names from where C extensions may
9 # Add files or directories to the blocklist. They should be base names, not
14 # regex matches against base names, not paths.
30 # List of plugins (as comma separated values of python module names) to load,
152 # List of additional names supposed to be defined in builtins. Remember that
168 # Argument names that match this expression will be ignored. Default to name
170 ignored-argument-names=_.*|^ignored_|^unused_
175 # List of qualified module names which can have objects that can redefine
244 # Naming style matching correct argument names.
247 # Regular expression matching correct argument names. Overrides argument-
251 # Naming style matching correct attribute names.
254 # Regular expression matching correct attribute names. Overrides attr-naming-
258 # Bad variable names which should always be refused, separated by a comma.
259 bad-names=foo,
266 # Naming style matching correct class attribute names.
269 # Regular expression matching correct class attribute names. Overrides class-
273 # Naming style matching correct class names.
276 # Regular expression matching correct class names. Overrides class-naming-
280 # Naming style matching correct constant names.
283 # Regular expression matching correct constant names. Overrides const-naming-
291 # Naming style matching correct function names.
294 # Regular expression matching correct function names. Overrides function-
298 # Good variable names which should always be accepted, separated by a comma.
299 good-names=i,
314 # Naming style matching correct inline iteration names.
317 # Regular expression matching correct inline iteration names. Overrides
321 # Naming style matching correct method names.
324 # Regular expression matching correct method names. Overrides method-naming-
328 # Naming style matching correct module names.
331 # Regular expression matching correct module names. Overrides module-naming-
335 # Colon-delimited sets of names that determine each other's naming style when
339 # Regular expression which should only match function or class names that do
348 # Naming style matching correct variable names.
351 # Regular expression matching correct variable names. Overrides variable-
384 # List of class names for which member attributes should not be checked (useful
386 # qualified names.
392 # List of module names for which member attributes should not be checked
395 # supports qualified module names, as well as Unix pattern matching.
398 # Show a hint with possible names when a member name was not found. The aspect
406 # The total number of similar names that should be taken in consideration when
449 # List of method names used to declare (i.e. assign) instance attributes.
455 # List of member names, which should be excluded from the protected access
463 # List of valid names for the first argument in a class method.
466 # List of valid names for the first argument in a metaclass class method.