TimeloopFE
|
A dictionary that can be multiplied or divided by a scalar. More...
Public Member Functions | |
__truediv__ (self, other) | |
__mul__ (self, other) | |
__rmul__ (self, other) | |
__rtruediv__ (self, other) | |
A dictionary that can be multiplied or divided by a scalar.
timeloopfe.v4.output_parsing.MultipliableDict.__mul__ | ( | self, | |
other ) |
timeloopfe.v4.output_parsing.MultipliableDict.__rmul__ | ( | self, | |
other ) |
timeloopfe.v4.output_parsing.MultipliableDict.__rtruediv__ | ( | self, | |
other ) |
timeloopfe.v4.output_parsing.MultipliableDict.__truediv__ | ( | self, | |
other ) |