Beispiel #1
0
 def bc(val):
     return as_success("✔") if val else as_error("✘")
Beispiel #2
0
 def __str__(self):
     return as_error(repr(self.value))
Beispiel #3
0
 def bc(val):
     return as_success("✔") if val else as_error("✘")
Beispiel #4
0
 def __str__(self):
     return as_error(repr(self.value))