SelfCount/evbabich
SelfCount/SVasi1yev
f1class WeAre:f1class WeAre:
t2    count = int(0)t2    count = 0
33
4    def __init__(self):4    def __init__(self):
5        type(self).count += 15        type(self).count += 1
66
7    def __del__(self):7    def __del__(self):
8        type(self).count -= 18        type(self).count -= 1
99
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op