Чебанова Анастасия, 515гр MetaBool 16708
Савидов Георгий Анатольевич, 527 группа MetaBool 16777
f1class empty(type):f1class empty(type):
22
3    def __init__(cls, name, parents, ns, **kwds):3    def __init__(cls, name, parents, ns, **kwds):
44
n5        def newbool(self):n5        def bol(self):
6            for vals in self.__dict__.values():6            for arg in self.__dict__.values():
7                if not vals:7                if not arg:
8                    return False8                    return False
9            return True9            return True
t10        cls.__bool__ = newboolt10        cls.__bool__ = bol
11        return super().__init__(name, parents, ns)11        return super().__init__(name, parents, ns)
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op