Searched refs:__str__ (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/onbld/Checks/
H A DDbLookups.py47 def __str__(self): member in class:NonExistentBug
48 return "Bug %s does not exist" % (Exception.__str__(self))
51 def __str__(self): member in class:BugDBException
52 return "Unknown bug database: %s" % (Exception.__str__(self))
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dutil.py78 def __str__(self): member in class:ZFSError
H A Dallow.py122 def __str__(self): member in class:FSPerms
/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_pkg.py243 def __str__(self): member in class:FileInfo
342 def __str__(self): member in class:UnsupportedFileFormatError
447 def __str__(self): member in class:BadProtolistFormat
448 return 'bad proto list entry: "%s"' % Exception.__str__(self)
565 def __str__(self): member in class:ManifestParsingError
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun155 def __str__(self):
319 def __str__(self):
394 def __str__(self):
506 def __str__(self):
510 s += '%s%s' % (self.tests[key].__str__(), '\n')
513 s += '%s%s' % (self.testgroups[key].__str__(), '\n')

Completed in 64 milliseconds