superleaf.collections.summable_dict#

Classes

SummableDict

A dictionary-like object that supports addition and subtraction of values.

class superleaf.collections.summable_dict.SummableDict[source]#

Bases: dict

A dictionary-like object that supports addition and subtraction of values.

copy() a shallow copy of D[source]#