Class GenericArgs

class ooodev.events.args.generic_args.GenericArgs(*args, **kwargs)[source]

Generic Args

__init__(*args, **kwargs)[source]

Constructor

property args: tuple

Gets args tuple.

This is a copy of args passed into constructor.

Return type:

tuple

property kwargs: Dict[str, Any]

Gets kwargs Dictionary

This is a copy of kwargs passed into constructor

Return type:

Dict[str, Any]