No event.
|
|
__init__(self,
debug,
raw=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
|
|
__len__(self)
Always returns 0, so when evaluating the object as a
boolean it's always False. |
|
|
|
int
|
get_event_code(self)
Returns:
Debug event code as defined in the Win32 API. |
|
|
|
int
|
get_pid(self)
Returns:
Process global ID where the event occured. |
|
|
|
int
|
get_tid(self)
Returns:
Thread global ID where the event occured. |
|
|
|
Process
|
get_process(self)
Returns:
Process where the event occured. |
|
|
|
Thread
|
get_thread(self)
Returns:
Thread where the event occured. |
|
|
|
int
|
|
|
str
|
|
|
str
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|