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
150 # List of builtins function names that should not be used, separated by a comma
153 # Good variable names which should always be accepted, separated by a comma
154 good-names=i,j,k,ex,Run,_
156 # Bad variable names which should always be refused, separated by a comma
157 bad-names=foo,bar,baz,toto,tutu,tata
159 # Colon-delimited sets of names that determine each other's naming style when
166 # Regular expression matching correct function names
169 # Naming hint for function names
172 # Regular expression matching correct variable names
175 # Naming hint for variable names
178 # Regular expression matching correct constant names
181 # Naming hint for constant names
184 # Regular expression matching correct attribute names
187 # Naming hint for attribute names
190 # Regular expression matching correct argument names
193 # Naming hint for argument names
196 # Regular expression matching correct class attribute names
199 # Naming hint for class attribute names
202 # Regular expression matching correct inline iteration names
205 # Naming hint for inline iteration names
208 # Regular expression matching correct class names
211 # Naming hint for class names
214 # Regular expression matching correct module names
217 # Naming hint for module names
220 # Regular expression matching correct method names
223 # Naming hint for method names
226 # Regular expression which should only match function or class names that do
297 # List of additional names supposed to be defined in builtins. Remember that
311 # Argument names that match this expression will be ignored. Default to name
313 ignored-argument-names=_.*
362 ignore-iface-methods=isImplementedBy,deferred,extends,names,namesAndDescriptions,queryDescriptionFo…
364 # List of method names used to declare (i.e. assign) instance attributes.
367 # List of valid names for the first argument in a class method.
370 # List of valid names for the first argument in a metaclass class method.
373 # List of member names, which should be excluded from the protected access