concepts.dsl.learning.function_domain_search.FunctionArgumentStat# class FunctionArgumentStat[source]# Bases: object Statistics for the argument list of a function. Methods Attributes nr_constant_arguments nr_variable_arguments nr_function_arguments __init__(nr_constant_arguments, nr_variable_arguments, nr_function_arguments)# Parameters: nr_constant_arguments (int) nr_variable_arguments (int) nr_function_arguments (int) Return type: None __new__(**kwargs)# nr_constant_arguments: int# nr_function_arguments: int# nr_variable_arguments: int#