Skip to content

Latest commit

 

History

History
40 lines (16 loc) · 855 Bytes

velocitas_lib.functional_interface.md

File metadata and controls

40 lines (16 loc) · 855 Bytes

module velocitas_lib.functional_interface


function get_interfaces_for_type

get_interfaces_for_type(type: str) → List[Dict[str, Any]]

Return all interfaces for the given type.

Args:

  • type (str): The type string to look up.

Returns:

  • List: A list of interfaces of the given type.

This file was automatically generated via lazydocs.