DebugClients/Python/coverage/results.py

branch
5_0_x
changeset 807
ecc71fdd67f1
parent 32
01f04fbc1842
child 3495
fac17a82b431
equal deleted inserted replaced
806:30db18b3c78b 807:ecc71fdd67f1
171 def __radd__(self, other): 171 def __radd__(self, other):
172 # Implementing 0+Numbers allows us to sum() a list of Numbers. 172 # Implementing 0+Numbers allows us to sum() a list of Numbers.
173 if other == 0: 173 if other == 0:
174 return self 174 return self
175 raise NotImplemented 175 raise NotImplemented
176
177 #
178 # eflag: FileType = Python2

eric ide

mercurial