pythoncom.gif
Previous Next blank.gif Home Page

Class EnumDebugApplicationNodes - A class to expose a Python sequence as an EnumDebugStackFrames


SYNOPSIS

import win32com.axdebug.gateways
class EnumDebugApplicationNodes(ListEnumeratorGateway)
  list _com_interfaces_ = [<iid object at 1a78730>]

  # Methods inherited by EnumDebugApplicationNodes from ListEnumerator
  def Clone(self)
  def Reset(self)
  def Skip(self, count)
  def __init__(self, data, index=0)
  def _wrap(self, ob)

  # Methods inherited by EnumDebugApplicationNodes from ListEnumeratorGateway
  def Next(self, count)

DESCRIPTION

Create an instance of this class passing a sequence (list, tuple, or any sequence protocol supporting object) and it will automatically support the EnumDebugApplicationNodes interface for the object.

SEE ALSO

win32com.axdebug.gateways

win32com.server.util


Previous Next blank.gif Home Page
www_icon.gif

Copyright © Greg Stein, Mark Hammond, Curt Hagenlocher and a few other contributors
All Rights Reserved
Comments to author:
Generated: Sun Apr 20 1997