T_PARAM_LIST

privex.helpers.common.T_PARAM_LIST = typing.Union[typing.Dict[str, inspect.Parameter], typing.Mapping[str, inspect.Parameter], typing.List[inspect.Parameter], typing.Iterable[inspect.Parameter]]

Type alias for dict’s containing strings mapped to inspect.Parameter’s, lists of just inspect.Parameter’s, and any iterable of inspect.Parameter