Searched defs:__str__ (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/tools/onbld/Checks/ | ||
H A D | DbLookups.py | 47 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 D | util.py | 78 def __str__(self): member in class:ZFSError |
H A D | allow.py | 122 def __str__(self): member in class:FSPerms |
/illumos-gate/usr/src/tools/scripts/ | ||
H A D | validate_pkg.py | 243 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 |
Completed in 514 milliseconds