MCPcopy Index your code
hub / github.com/davidhewitt/pythonize / dict_access

Method dict_access

src/de.rs:64–66  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

62 }
63
64 fn dict_access(&self) -> Result<PyMappingAccess<'py>> {
65 PyMappingAccess::new(self.input.cast()?)
66 }
67
68 fn dataclass_access(&self) -> Result<Option<PyDataclassAccess<'py>>> {
69 if let Some(dc) = DataclassCandidate::try_new(self.input) {

Callers 2

deserialize_mapMethod · 0.80
struct_variantMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected