Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def borders(self, value):
Utility.lazy_set(self, '_borders', None, value)
def bottom(self, value):
Utility.lazy_set(self, '_bottom', None, value)
def color(self, value):
Utility.lazy_set(self, '_color', None, value)
def right(self, value):
Utility.lazy_set(self, '_right', None, value)
def top(self, value):
Utility.lazy_set(self, '_top', None, value)
def background(self, value):
Utility.lazy_set(self, '_background', None, value)
def left(self, value):
Utility.lazy_set(self, '_left', None, value)