@rtype: int @return: Debug event code as defined in the Win32 API.
(self)
| 183 | return self.eventDescription |
| 184 | |
| 185 | def get_event_code(self): |
| 186 | """ |
| 187 | @rtype: int |
| 188 | @return: Debug event code as defined in the Win32 API. |
| 189 | """ |
| 190 | return self.raw.dwDebugEventCode |
| 191 | |
| 192 | ## # Compatibility with version 1.0 |
| 193 | ## # XXX to be removed in version 1.4 |
no outgoing calls
no test coverage detected