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