http://mcolxyzogp3cy4czf52oa2svu2vjge3otm3shxmtvwshyum47sis3iid.onion/code/qtools/file/qtools/notification/notification.py.html
__getattr__(self, name) 131 132 def _make_attr_list(self, attr): 133 " " " 134 Turns ' #000000 ' into ( ' #000000 ' , ' #000000 ' , ' #000000 ' ) 135 " " " 136 value = getattr(self, attr) 137 if not isinstance(value, (tuple, list)): 138 setattr(self, attr, (value,) * 3) 139 140 def configure(self): 141 " " " 142 This method needs to be called to set up the Server with the Qtile manager and 143 create the required popup windows. 144 " " " 145 if self.horizontal_padding is None: 146...