kwcoco.metrics.util

Module Contents

Classes

DictProxy

Allows an object to proxy the behavior of a dict attribute

class kwcoco.metrics.util.DictProxy[source]

Bases: scriptconfig.dict_like.DictLike

Allows an object to proxy the behavior of a dict attribute

__getitem__(self, key)[source]
__setitem__(self, key, value)[source]
keys(self)[source]
__json__(self)[source]