| 70 | close_func_(zipfile_object_.attr("close")) {} |
| 71 | |
| 72 | std::vector<std::string> namelist() const { |
| 73 | return nb::cast<std::vector<std::string>>(files_list_); |
| 74 | } |
| 75 | |
| 76 | nb::object open(const std::string& key, char mode = 'r') { |
| 77 | // Following numpy : |
no outgoing calls
no test coverage detected