- This is called by the EventThunker before calling the handler.
- We'll convert and load the ActiveX event parameters into
- attributes of the Python event object.
- """
- return _activex.ActiveXEvent__preInit(*args, **kwargs)
+ def _postCallCleanup(*args, **kwargs):
+ """_postCallCleanup(PyObject pyself)"""
+ return _activex.ActiveXEvent__postCallCleanup(*args, **kwargs)