예제 #1
0
파일: sheet.py 프로젝트: fredrikhl/cheat
 def writable(self):
     """ Checks if the file for this cheat sheet is writable. """
     return Sheets.is_writable(self.name)
예제 #2
0
파일: sheet.py 프로젝트: fredrikhl/cheat
 def exists(self):
     """ Checks if this cheat sheet exists. """
     return Sheets.exists(self.name)