Extracts some or all assets from the given source. Args: src (Union[Path, BytesIO, bytes, bytearray]): [description] dst (Path): [description] use_container (bool, optional): [description]. Defaults to True. ignore_first_container_dirs (int, optional): [descripti
(
src: Union[Path, BytesIO, bytes, bytearray],
dst: Path,
use_container: bool = True,
ignore_first_container_dirs: int = 0,
append_path_id: bool = False,
export_unknown_as_typetree: bool = False,
asset_filter: Optional[Callable[[Object], bool]] = None,
)
source not stored for this graph (policy: none)