Exemplo n.º 1
0
 def __iadd__(self, other):
     """
     Increment the current value of the metric.
     """
     args = (self.__ptr, int(other))
     _ec.metric_inc(args)
     return self
Exemplo n.º 2
0
 def __iadd__(self, other):
     """
     Increment the current value of the metric.
     """
     args = (self.__ptr, int(other))
     _ec.metric_inc(args)
     return self
Exemplo n.º 3
0
 def __iadd__(self, other):
     args = (self.__ptr, int(other))
     _ec.metric_inc(args)
     return self
Exemplo n.º 4
0
 def __iadd__(self, other):
     args = (self.__ptr, int(other))
     _ec.metric_inc(args)
     return self