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

Constructor

Construct `telion_api.ApiSurface` with the installed signature `(name: 'str', protocol: 'str', trusted_user_code: 'bool', arbitrary_python: 'bool', model_mutation: 'str', description: 'str') -> None`.

Reference contract

FieldValueDescription
symboltelion_api.ApiSurface
signature(name: 'str', protocol: 'str', trusted_user_code: 'bool', arbitrary_python: 'bool', model_mutation: 'str', description: 'str') -> None
returntelion_api.ApiSurface

Construct telion_api.ApiSurface with the installed signature (name: 'str', protocol: 'str', trusted_user_code: 'bool', arbitrary_python: 'bool', model_mutation: 'str', description: 'str') -> None.

Contract

PropertyValue
symboltelion_api.ApiSurface
signature(name: 'str', protocol: 'str', trusted_user_code: 'bool', arbitrary_python: 'bool', model_mutation: 'str', description: 'str') -> None
returntelion_api.ApiSurface

Signature

ApiSurface(name: 'str', protocol: 'str', trusted_user_code: 'bool', arbitrary_python: 'bool', model_mutation: 'str', description: 'str') -> None

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.ApiSurface.__init__
Path
sdk/python/telion_api/surfaces.py
Symbol
telion_api.ApiSurface