MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / __delitem__

Method __delitem__

flow-message/src/cross/python/cow_map.rs:37–40  ·  view source on GitHub ↗
(&mut self, attr: &str)

Source from the content-addressed store, hash-verified

35 }
36
37 fn __delitem__(&mut self, attr: &str) -> PyResult<()> {
38 self.as_mut().remove(attr);
39 Ok(())
40 }
41}
42
43#[pyproto]

Callers

nothing calls this directly

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected