Lines Matching full:str
49 self.filename = os.path.join(str(root), 'bsSource.db')
58 output += ' Checksum: '+str(checksum)+'\n'
59 output += ' Mod Time: '+str(mtime)+'\n'
60 output += ' Timestamp: '+str(timestamp)+'\n'
61 output += ' Deps: '+str(dependencies)+'\n'
77 root = str(self.root)
87 raise ValueError('Source database values must be tuples, '+str(type(value))+' given')
89 raise ValueError('Source database values must have 4 items, '+str(len(value))+' given')
91 if not isinstance(checksum, str):
92 raise ValueError('Invalid checksum for source database, '+str(type(checksum))+' given')
94 raise ValueError('Invalid modification time for source database, '+str(type(mtime))+' given')
96 raise ValueError('Negative modification time for source database, '+str(mtime))
98 raise ValueError('Invalid timestamp for source database, '+str(type(timestamp))+' given')
100 raise ValueError('Negative timestamp for source database, '+str(timestamp))
102 … raise ValueError('Invalid dependencies for source database, '+str(type(dependencies))+' given')
239 self.logPrint(' Choosing '+s+'('+str(i)+')', 3, 'sourceDB')
249 filename = str(self.filename)
264 self.logPrint('No need to save source database in '+str(self.filename), 2, 'sourceDB')
266 filename = str(self.filename)
300 self.logPrint(' Choosing '+s+'('+str(i)+')', 3, 'sourceDB')
369 sys.exit(str(e))