Class GenericArgs
- class ooodev.events.args.generic_args.GenericArgs(*args, **kwargs)[source]
Generic Args
- 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
]