Lines Matching refs:class
47 # (visual studio) and html. You can also give a reporter class, eg
89 # Regular expression which should only match correct class names
90 class-rgx=[A-Z_][a-zA-Z0-9]+$
107 # Regular expression which should only match correct attribute names in class
109 class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$
121 # Regular expression which should only match function or class names that do
132 # Tells whether missing members accessed in mixin class should be ignored. A
133 # mixin class is detected if its name ends with "mixin" (case insensitive).
247 # Maximum number of parents for a class (see R0901).
250 # Maximum number of attributes for a class (see R0902).
253 # Minimum number of public methods for a class (see R0903).
256 # Maximum number of public methods for a class (see R0904).
263 # instance to not check methods defines in Zope's Interface base class.
269 # List of valid names for the first argument in a class method.
272 # List of valid names for the first argument in a metaclass class method.