Lines Matching refs:names

44 # A pattern for file names that should activate test mode.
103 # Regular expression which should only match correct argument names
106 # Regular expression which should only match correct instance attribute names
109 # List of builtins function names that should not be used, separated by a comma
112 # Bad variable names which should always be refused, separated by a comma
113 bad-names=
115 # Regular expression which should only match correct attribute names in class
119 # Regular expression which should only match correct class names
122 # Regular expression which should only match correct module level names
129 # Regular expression which should only match correct function names
133 # Good variable names which should always be accepted, separated by a comma
134 good-names=main,_
137 # generator expression variable names
140 # Regular expression which should only match correct method names
144 # Regular expression which should only match correct module names
151 # Regular expression which should only match function or class names that do
158 # Regular expression which should only match correct variable names
164 # List of method names used to declare (i.e. assign) instance attributes.
169 ignore-iface-methods=isImplementedBy,deferred,extends,names,namesAndDescriptions,queryDescriptionFo…
171 # List of valid names for the first argument in a class method.
174 # List of valid names for the first argument in a metaclass class method.
180 # Argument names that match this expression will be ignored. Default to name
182 ignored-argument-names=_.*
318 # Add files or directories to the blacklist. They should be base names, not
325 # List of plugins (as comma separated values of python modules names) to load,
368 # List of classes names for which member attributes should not be checked
379 # List of additional names supposed to be defined in builtins. Remember that