MCPcopy Create free account
hub / github.com/ml-explore/mlx / namelist

Method namelist

python/src/load.cpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 :

Callers 1

mlx_load_npz_helperFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected