Lines Matching refs:module
32 # A comma-separated list of package or module names from where C extensions may
84 import-star-module-level,
151 # Put messages in a separate file for each module / package specified on the
215 # Regular expression matching correct module names
216 module-rgx=^(_?[a-z][a-z0-9_]*|__init__)$
241 # List of module names for which member attributes should not be checked
244 # supports qualified module names, as well as Unix pattern matching.
281 # Maximum number of lines in a module
282 max-module-lines=99999
320 # List of qualified module names which can have objects that can redefine
385 # Force import order to recognize a module as part of the standard
389 # Force import order to recognize a module as part of a third party library.