import win32com.server.policy
class DispatcherTrace(DispatcherBase) def _GetIDsOfNames_(self, names, lcid) def _Invoke_(self, dispid, lcid, wFlags, args) def _QueryInterface_(self, iid) # Methods inherited by DispatcherTrace from DispatcherBase def _CreateInstance_(self, clsid, reqIID) def _HandleException_(self) def __init__(self, policyClass, object) def _trace_(self, *args)
A dispatcher, which causes a
print
line for each COM function called.
Default behaviour is to print the exception.
Copyright © Greg Stein and Mark Hammond
All Rights Reserved
Comments to author: dev@null
Generated: Sun Apr 20 1997