Load all assets from a list of files via the given open_f function. Parameters ---------- assets : List[str] List of files to load. open_f : Callable[[str], io.IOBase] Function to open the files. The function takes a file
(self, assets: List[str], open_f: Callable[[str], BinaryIO])
source not stored for this graph (policy: none)
no test coverage detected