Lines Matching refs:which
51 # optimizer, which will apply various small optimizations. For instance, it can
115 # Python expression which should return a note less than 10 (10 is the highest
116 # note). You have access to the variables errors warning, statement which
148 # List of module names for which member attributes should not be checked
154 # List of classes names for which member attributes should not be checked
159 # List of members which are set dynamically and missed by pylint inference
205 # List of strings which can identify a callback function by name. A callback
265 # Good variable names which should always be accepted, separated by a comma
268 # Bad variable names which should always be refused, separated by a comma
278 # Regular expression which should only match correct function names.
286 # Regular expression which should only match correct variable names
292 # Regular expression which should only match correct module level names
298 # Regular expression which should only match correct instance attribute names
304 # Regular expression which should only match correct argument names
310 # Regular expression which should only match correct class attribute
316 # Regular expression which should only match correct list comprehension /
323 # Regular expression which should only match correct class names
329 # Regular expression which should only match correct module names. The
337 # Regular expression which should only match correct method names.
339 # styles across functions and methods. 'exempt' indicates a name which is
346 # Regular expression which should only match function or class names that do
412 # List of member names, which should be excluded from the protected access
419 # Deprecated modules which should not be used, separated by a comma