Skip to documentation content
On this page
  1. Reference contract
  2. Contract
  3. Signature
  4. Authoritative source

Constructor

Construct `telion_api.Event` with the installed signature `(type: 'str', source: 'Any', data: 'dict[str, Any]') -> None`.

Reference contract

FieldValueDescription
symboltelion_api.Event
signature(type: 'str', source: 'Any', data: 'dict[str, Any]') -> None
returntelion_api.Event

Construct telion_api.Event with the installed signature (type: 'str', source: 'Any', data: 'dict[str, Any]') -> None.

Contract

PropertyValue
symboltelion_api.Event
signature(type: 'str', source: 'Any', data: 'dict[str, Any]') -> None
returntelion_api.Event

Signature

Event(type: 'str', source: 'Any', data: 'dict[str, Any]') -> None

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Event.__init__
Path
sdk/python/telion_api/events.py
Symbol
telion_api.Event