Lines Matching full:class
143 missing-class-docstring,
172 # and msvs (visual studio). You can also give a reporter class, e.g.
207 # Tells whether missing members accessed in mixin class should be ignored. A
208 # mixin class is detected if its name ends with "mixin" (case insensitive).
223 # List of class names for which member attributes should not be checked (useful
298 # Allow the body of a class to be on the same line as the declaration if body
300 single-line-class-stmt=no
413 # Naming style matching correct class attribute names.
414 class-attribute-naming-style=any
416 # Regular expression matching correct class attribute names. Overrides class-
418 #class-attribute-rgx=
420 # Naming style matching correct class names.
421 class-naming-style=PascalCase
423 # Regular expression matching correct class names. Overrides class-naming-
425 #class-rgx=
485 # Regular expression which should only match function or class names that do
507 # Maximum number of attributes for a class (see R0902).
519 # Maximum number of parents for a class (see R0901).
522 # Maximum number of public methods for a class (see R0904).
531 # Minimum number of public methods for a class (see R0903).
551 # List of valid names for the first argument in a class method.
554 # List of valid names for the first argument in a metaclass class method.