Кленин Максим Дмитриевич, 418 группа MetaBool 16694
Алкисев Илья, 517 группа MetaBool 17195
f1class empty(type):f1class empty(type):
22
3    @staticmethod3    @staticmethod
t4    def __new__(mcls, name, parents, ns, **kwds):t4    def __new__(metacls, name, parents, ns, **kwds):
5        cls = super().__new__(mcls, name, parents, ns)5        obj = super().__new__(metacls, name, parents, ns)
6        cls.__bool__ = lambda self: all(self.__dict__.values())6        obj.__bool__ = lambda self: all(self.__dict__.values())
7        return cls7        return obj
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op