Lines Matching refs:names
10 # Add files or directories to the blacklist. They should be base names, not
15 # regex matches against base names, not paths.
21 # List of plugins (as comma separated values of python modules names) to load,
32 # A comma-separated list of package or module names from where C extensions may
174 # Good variable names which should always be accepted, separated by a comma
175 good-names=main,_
177 # Bad variable names which should always be refused, separated by a comma
178 bad-names=
180 # Colon-delimited sets of names that determine each other's naming style when
191 # Regular expression matching correct function names
194 # Regular expression matching correct variable names
197 # Regular expression matching correct constant names
200 # Regular expression matching correct attribute names
203 # Regular expression matching correct argument names
206 # Regular expression matching correct class attribute names
209 # Regular expression matching correct inline iteration names
212 # Regular expression matching correct class names
215 # Regular expression matching correct module names
218 # Regular expression matching correct method names
221 # Regular expression which should only match function or class names that do
241 # List of module names for which member attributes should not be checked
244 # supports qualified module names, as well as Unix pattern matching.
247 # List of class names for which member attributes should not be checked (useful
249 # qualified names.
312 # List of additional names supposed to be defined in builtins. Remember that
320 # List of qualified module names which can have objects that can redefine
400 # List of method names used to declare (i.e. assign) instance attributes.
405 # List of member names, which should be excluded from the protected access
413 # List of valid names for the first argument in a class method.
417 # List of valid names for the first argument in a metaclass class method.