Lines Matching refs:names
10 # Files or directories to be skipped. They should be base names, not paths.
14 # matches against base names, not paths.
20 # List of plugins (as comma separated values of python modules names) to load,
181 # Good variable names which should always be accepted, separated by a comma
182 good-names=main,_
184 # Bad variable names which should always be refused, separated by a comma
185 bad-names=
187 # Colon-delimited sets of names that determine each other's naming style when
198 # Regular expression matching correct function names
201 # Regular expression matching correct variable names
204 # Regular expression matching correct constant names
207 # Regular expression matching correct attribute names
210 # Regular expression matching correct argument names
213 # Regular expression matching correct class attribute names
216 # Regular expression matching correct inline iteration names
219 # Regular expression matching correct class names
222 # Regular expression matching correct module names
225 # Regular expression matching correct method names
228 # Regular expression which should only match function or class names that do
248 # List of module names for which member attributes should not be checked
251 # supports qualified module names, as well as Unix pattern matching.
254 # List of class names for which member attributes should not be checked (useful
256 # qualified names.
325 # List of additional names supposed to be defined in builtins. Remember that
333 # List of qualified module names which can have objects that can redefine
413 # List of method names used to declare (i.e. assign) instance attributes.
418 # List of member names, which should be excluded from the protected access
426 # List of valid names for the first argument in a class method.
430 # List of valid names for the first argument in a metaclass class method.