Skip to main content

Module mappingproxy

Module mappingproxy 

Source
Expand description

Python mapping proxies and related types.

Structs§

BoundMappingProxyIterator
Iterator over the key-value pairs of a Python mapping proxy.
PyMappingProxy
Represents a Python mappingproxy.

Traits§

PyMappingProxyMethods
Implementation of functionality for PyMappingProxy.