See `extract_package`
(self, *args, **kwargs)
| 184 | #: Deprecated method, use `extract_package` instead |
| 185 | @Expose |
| 186 | def extractPackage(self, *args, **kwargs): |
| 187 | """ |
| 188 | See `extract_package` |
| 189 | """ |
| 190 | return self.extract_package(*args, **kwargs) |
| 191 | |
| 192 | @Expose |
| 193 | def extract_package(self, *ids): |
nothing calls this directly
no test coverage detected