(libname, *args, **kwargs)
| 147 | |
| 148 | |
| 149 | def get_lib(libname, *args, **kwargs): |
| 150 | name = get_lib_name(libname) |
| 151 | return get(name, *args, **kwargs) |
| 152 | |
| 153 | |
| 154 | # Request a cached file. If it isn't in the cache, it will be created with |
nothing calls this directly
no test coverage detected