vis4d.zoo.base.callable¶ Callable objects for use in config files. Functions get_callable_cfg(func, **kwargs) Return callable config. get_callable_cfg(func, **kwargs)[source]¶ Return callable config. Parameters: func (GenericFunc) – Callable object. **kwargs (ArgsType) – Keyword arguments to pass to the callable. Returns: Config for the callable. Return type: ConfigDict