Ejemplo n.º 1
0
 def writable(self):
     """ Checks if the file for this cheat sheet is writable. """
     return Sheets.is_writable(self.name)
Ejemplo n.º 2
0
 def exists(self):
     """ Checks if this cheat sheet exists. """
     return Sheets.exists(self.name)