Object Aggregation
basic.vartype- aggregate (object, class_name) - Dynamic class and object aggregation of methods and properties
- aggregate_info (object) - Gets aggregation information for a given object
- aggregate_methods (object, class_name) - Dynamic class and object aggregation of methods
- aggregate_methods_by_list (object, class_name, methods_list, exclude) - Selective dynamic class methods aggregation to an object
- aggregate_methods_by_regexp (object, class_name, regexp, exclude) - Selective class methods aggregation to an object using a regular expression
- aggregate_properties (object, class_name) - Dynamic aggregation of class properties to an object
- aggregate_properties_by_list (object, class_name, properties_list, exclude) - Selective dynamic class properties aggregation to an object
- aggregate_properties_by_regexp (object, class_name, regexp, exclude) - Selective class properties aggregation to an object using a regular expression
- aggregation_info (object, class_name, regexp, exclude) - Alias of aggregate_info()
- deaggregate (object, class_name) - Removes the aggregated methods and properties from an object
