Skip to documentation content
On this page
  1. Contract
  2. Signature

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`.

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
Constructor — Telion Python API 0.1.0-alpha | Telion