kappa_sdk.user_tasks.ParametersDictionary#

class kappa_sdk.user_tasks.ParametersDictionary(*args, **kwargs)[source]#

Defines a protocol for a dictionary-like object with specific parameter types and behavior.

The ParametersDictionary protocol is used to describe an interface for objects that act as dictionaries, providing methods to get, set, and access key-value pairs where the keys are strings, and the values can be one of a defined set of types.

Methods

ParametersDictionary.items()

Access to the class like a real dictionary :returns: key, values of the class