pythoncom.gif
Previous Next blank.gif Home Page

Class DispatcherTrace


SYNOPSIS

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)

DESCRIPTION

A dispatcher, which causes a print line for each COM function called.

def _HandleException_(self)

Called whenever an exception is raised.

Default behaviour is to print the exception.

SEE ALSO

win32com.server.policy

win32com.server.policy


Previous Next blank.gif Home Page
www_icon.gif

Copyright © Greg Stein and Mark Hammond
All Rights Reserved
Comments to author: dev@null
Generated: Sun Apr 20 1997