ak._util.MappingProxy
Defined in awkward._util on line 1631.
-
class
ak._util.
MappingProxy
(self, base)
A type suitable for use with layout.ArrayCache.
This can be used to wrap plain dict instances if need be,
since they are not able to be weak referenced.
ak._util.MappingProxy.maybe_wrap
-
ak._util.MappingProxy.
maybe_wrap
(cls, mapping)
ak._util.MappingProxy.__repr__
-
ak._util.MappingProxy.
__repr__
(self)
ak._util.MappingProxy.__getitem__
-
ak._util.MappingProxy.
__getitem__
(self, key)
ak._util.MappingProxy.__setitem__
-
ak._util.MappingProxy.
__setitem__
(self, key, value)
ak._util.MappingProxy.__delitem__
-
ak._util.MappingProxy.
__delitem__
(self, key)
ak._util.MappingProxy.__iter__
-
ak._util.MappingProxy.
__iter__
(self)
ak._util.MappingProxy.__len__
-
ak._util.MappingProxy.
__len__
(self)