Lines Matching full:class
143 missing-class-docstring,
175 # and msvs (visual studio). You can also give a reporter class, e.g.
210 # Tells whether missing members accessed in mixin class should be ignored. A
211 # mixin class is detected if its name ends with "mixin" (case insensitive).
226 # List of class names for which member attributes should not be checked (useful
301 # Allow the body of a class to be on the same line as the declaration if body
303 single-line-class-stmt=no
416 # Naming style matching correct class attribute names.
417 class-attribute-naming-style=any
419 # Regular expression matching correct class attribute names. Overrides class-
421 #class-attribute-rgx=
423 # Naming style matching correct class names.
424 class-naming-style=PascalCase
426 # Regular expression matching correct class names. Overrides class-naming-
428 #class-rgx=
488 # Regular expression which should only match function or class names that do
510 # Maximum number of attributes for a class (see R0902).
522 # Maximum number of parents for a class (see R0901).
525 # Maximum number of public methods for a class (see R0904).
534 # Minimum number of public methods for a class (see R0903).
554 # List of valid names for the first argument in a class method.
557 # List of valid names for the first argument in a metaclass class method.