Lines Matching full:names
10 # Add files or directories to the blacklist. They should be base names, not
17 # List of plugins (as comma separated values of python modules names) to load,
28 # A comma-separated list of package or module names from where C extensions may
206 # List of builtins function names that should not be used, separated by a comma
209 # Good variable names which should always be accepted, separated by a comma
210 good-names=i,e,s,_,fd,fp
212 # Bad variable names which should always be refused, separated by a comma
213 bad-names=foo,bar,baz,toto,tutu,tata
215 # Colon-delimited sets of names that determine each other's naming style when
222 # Regular expression matching correct function names
227 # Naming hint for function names
230 # Regular expression matching correct variable names
233 # Naming hint for variable names
236 # Regular expression matching correct constant names
241 # Naming hint for constant names
244 # Regular expression matching correct attribute names
247 # Naming hint for attribute names
250 # Regular expression matching correct argument names
253 # Naming hint for argument names
256 # Regular expression matching correct class attribute names
261 # Naming hint for class attribute names
264 # Regular expression matching correct inline iteration names
267 # Naming hint for inline iteration names
270 # Regular expression matching correct class names
275 # Naming hint for class names
278 # Regular expression matching correct module names
281 # Naming hint for module names
284 # Regular expression matching correct method names
289 # Naming hint for method names
292 # Regular expression which should only match function or class names that do
328 # List of module names for which member attributes should not be checked
331 # supports qualified module names, as well as Unix pattern matching.
334 # List of classes names for which member attributes should not be checked
336 # with qualified names.
360 # List of additional names supposed to be defined in builtins. Remember that
371 # List of method names used to declare (i.e. assign) instance attributes.
374 # List of valid names for the first argument in a class method.
377 # List of valid names for the first argument in a metaclass class method.
380 # List of member names, which should be excluded from the protected access
390 # Argument names that match this expression will be ignored. Default to name
392 ignored-argument-names=_.*