Skip to content

voiage.core.io.import_callable

import_callable([positional or keyword] path: str = None) -> Callable[..., Any]

Import a callable from a dotted module path.

Parameters:

  • path str

Returns: Callable[..., Any]