Lines Matching refs:method
217 # Regular expression matching correct method names
218 method-rgx=[a-z_][a-z0-9_]{2,30}$
220 # Naming hint for method names
221 method-name-hint=[a-z_][a-z0-9_]{2,30}$
305 # Maximum number of arguments for function / method
312 # Maximum number of locals for function / method body
315 # Maximum number of return / yield for function / method body
318 # Maximum number of branch for function / method body
321 # Maximum number of statements in function / method body
357 # List of method names used to declare (i.e. assign) instance attributes.
360 # List of valid names for the first argument in a class method.
363 # List of valid names for the first argument in a metaclass class method.