Lines Matching refs:names
27 # Add files or directories to the blacklist. They should be base names, not
34 # List of plugins (as comma separated values of python modules names) to load,
45 # A comma-separated list of package or module names from where C extensions may
148 # List of module names for which member attributes should not be checked
151 # supports qualified module names, as well as Unix pattern matching.
154 # List of classes names for which member attributes should not be checked
156 # with qualified names.
198 # A regular expression matching names used for dummy variables (i.e. not used).
201 # List of additional names supposed to be defined in builtins. Remember that
262 # List of builtins function names that should not be used, separated by a comma
265 # Good variable names which should always be accepted, separated by a comma
266 good-names=i,j,k,ex,x,_,main
268 # Bad variable names which should always be refused, separated by a comma
269 bad-names=foo,bar,baz,toto,tutu,tata
271 # Colon-delimited sets of names that determine each other's naming style when
278 # Regular expression which should only match correct function names.
279 # 'camel_case' and 'snake_case' group names are used for consistency of naming
283 # Naming hint for function names
286 # Regular expression which should only match correct variable names
289 # Naming hint for variable names
292 # Regular expression which should only match correct module level names
295 # Naming hint for constant names
298 # Regular expression which should only match correct instance attribute names
301 # Naming hint for attribute names
304 # Regular expression which should only match correct argument names
307 # Naming hint for argument names
313 # Naming hint for class attribute names
317 # generator expression variable names
320 # Naming hint for inline iteration names
323 # Regular expression which should only match correct class names
326 # Naming hint for class names
329 # Regular expression which should only match correct module names. The
334 # Naming hint for module names
337 # Regular expression which should only match correct method names.
338 # 'camel_case' and 'snake_case' group names are used for consistency of naming
343 # Naming hint for method names
346 # Regular expression which should only match function or class names that do
369 # Argument names that match this expression will be ignored. Default to name
371 ignored-argument-names=_.*
403 # List of method names used to declare (i.e. assign) instance attributes.
406 # List of valid names for the first argument in a class method.
409 # List of valid names for the first argument in a metaclass class method.
412 # List of member names, which should be excluded from the protected access