(self, address)
| 2061 | self.styles[self.reader.ExceptionIP()] = "pc" |
| 2062 | |
| 2063 | def get_style_class(self, address): |
| 2064 | return self.styles.get(address, None) |
| 2065 | |
| 2066 | def get_style_class_string(self, address): |
| 2067 | style = self.get_style_class(address) |
no test coverage detected