class documentation
class MapValues(MutableMapping[
Constructor: MapValues(key_codec, value_codec, on_mutation)
Stable protobuf map with validated keys and owned values.
| Method | __contains__ |
Undocumented |
| Method | __delitem__ |
Undocumented |
| Method | __getitem__ |
Undocumented |
| Method | __init__ |
Undocumented |
| Method | __iter__ |
Undocumented |
| Method | __len__ |
Undocumented |
| Method | __repr__ |
Undocumented |
| Method | __setitem__ |
Undocumented |
| Method | clear |
Undocumented |
| Method | get |
Return a value without protobuf map auto-vivification. |
| Method | replace |
Undocumented |
| Method | set |
Replace one decoded entry using normal ownership rules. |
| Method | setdefault |
Undocumented |
| Method | _default |
Undocumented |
| Method | _detach |
Undocumented |
| Method | _key |
Undocumented |
| Method | _prepare |
Undocumented |
| Instance Variable | _items |
Undocumented |
| Instance Variable | _key |
Undocumented |
| Instance Variable | _on |
Undocumented |
| Instance Variable | _value |
Undocumented |