voiage.core.io.import_callable
import_callable
Section titled “import_callable”import_callable([positional or keyword] path: str = None) -> Callable[..., Any]Import a callable from a dotted module path.
Parameters:
pathstr
Returns: Callable[..., Any]