Кривонос Анна, 517 группа UniSize 14439
Байдецкая Марина 319/2 UniSize 14106
n1class Desc:n1class UniSize:
22
n3    def __get__(self, obj, cls):n3    def __get__(self, obj, _):
4        try:4        try:
5            return len(obj)5            return len(obj)
n6        except Exception:n6        except TypeError:
7            try:7            try:
8                return abs(obj)8                return abs(obj)
n9            except Exception:n9            except TypeError:
10                return 010                return 0
1111
t12def sizer(cls):t12def sizer(clas):
13    cls.size = Desc()13    clas.size = UniSize()
14    return cls14    return clas
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op