Skip to content

ableton.v3.control_surface.display.notifications.type_decl (runtime)

Live 12 — Live Object Model & framework reference (descriptions and signatures).

Module constants

  • NOTIFICATION_EVENT_ID = 'notification'
  • NotificationFnType = ~NotificationFnType
  • NotificationParamSpec = Ellipsis
  • NotificationParams = ~NotificationParams
  • TYPE_CHECKING = False
  • annotations = _Feature((3, 7, 0, 'beta', 1), None, 16777216)

Functions

Callable(*args, **kwargs)

Deprecated alias to collections.abc.Callable.

Callable[[int], str] signifies a function that takes a single parameter of type int and returns a str.

The subscription syntax must always be used with exactly two values: the argument list and the return type. The argument list must be a list of types, a ParamSpec, Concatenate or ellipsis. The return type must be a single type.

There is no syntax to indicate optional or keyword arguments; such function types are rarely used as callback types.

Fn(*args, **kwargs)

Notification(*args, **kwargs)

Optional(*args, **kwds)

Union(*args, **kwds)

dataclass(cls=None, /, *, init=True, repr=True, eq=True, order=False, unsafe_hash=False, frozen=False, match_args=True, kw_only=False, slots=False, weakref_slot=False)

Classes

class Any

Methods

__init__(self, /, *args, **kwargs)

Initialize self. See help(type(self)) for accurate signature.

class TypeVar(_Final, _Immutable, _BoundVarianceMixin, _PickleUsingNameMixin)

Methods

__init__(self, name, *constraints, bound=None, covariant=False, contravariant=False)

Initialize self. See help(type(self)) for accurate signature.