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
187 # Good variable names which should always be accepted, separated by a comma
188 good-names=main,_
190 # Bad variable names which should always be refused, separated by a comma
191 bad-names=
193 # Colon-delimited sets of names that determine each other's naming style when
204 # Regular expression matching correct function names
207 # Regular expression matching correct variable names
210 # Regular expression matching correct constant names
213 # Regular expression matching correct attribute names
216 # Regular expression matching correct argument names
219 # Regular expression matching correct class attribute names
222 # Regular expression matching correct inline iteration names
225 # Regular expression matching correct class names
228 # Regular expression matching correct module names
231 # Regular expression matching correct method names
234 # Regular expression which should only match function or class names that do
254 # List of module names for which member attributes should not be checked
257 # supports qualified module names, as well as Unix pattern matching.
260 # List of class names for which member attributes should not be checked (useful
262 # qualified names.
332 # List of additional names supposed to be defined in builtins. Remember that
340 # List of qualified module names which can have objects that can redefine
420 # List of method names used to declare (i.e. assign) instance attributes.
425 # List of member names, which should be excluded from the protected access
433 # List of valid names for the first argument in a class method.
437 # List of valid names for the first argument in a metaclass class method.