External.__init__#
- External.__init__(key, name, signature, devices)#
- Parameters:
key (str) – The key of the external function for typing
name (str) – The name of the external function
signatures (Dictionary of devices and function signatures) – A device mapping of a list of function type signature
signature (List[str | FunctionType | Type]) –
devices (List[str]) –