Lines Matching refs:names
13 # Add files or directories to the blacklist. They should be base names, not
20 # List of plugins (as comma separated values of python modules names) to load,
31 # A comma-separated list of package or module names from where C extensions may
120 # List of module names for which member attributes should not be checked
125 # List of classes names for which member attributes should not be checked
147 # List of builtins function names that should not be used, separated by a comma
150 # Good variable names which should always be accepted, separated by a comma
151 good-names=i,j,k,ex,Run,_
153 # Bad variable names which should always be refused, separated by a comma
154 bad-names=foo,bar,baz,toto,tutu,tata
156 # Colon-delimited sets of names that determine each other's naming style when
163 # Regular expression matching correct function names
166 # Naming hint for function names
169 # Regular expression matching correct variable names
172 # Naming hint for variable names
175 # Regular expression matching correct constant names
178 # Naming hint for constant names
181 # Regular expression matching correct attribute names
184 # Naming hint for attribute names
187 # Regular expression matching correct argument names
190 # Naming hint for argument names
193 # Regular expression matching correct class attribute names
196 # Naming hint for class attribute names
199 # Regular expression matching correct inline iteration names
202 # Naming hint for inline iteration names
205 # Regular expression matching correct class names
208 # Naming hint for class names
211 # Regular expression matching correct module names
214 # Naming hint for module names
217 # Regular expression matching correct method names
220 # Naming hint for method names
223 # Regular expression which should only match function or class names that do
294 # List of additional names supposed to be defined in builtins. Remember that
308 # Argument names that match this expression will be ignored. Default to name
310 ignored-argument-names=_.*
357 # List of method names used to declare (i.e. assign) instance attributes.
360 # List of valid names for the first argument in a class method.
363 # List of valid names for the first argument in a metaclass class method.
366 # List of member names, which should be excluded from the protected access