pythoncom.gif
Previous Next blank.gif Home Page

Class PySourceModuleDebugDocumentText


SYNOPSIS

import win32com.axdebug.documents
class PySourceModuleDebugDocumentText(CodeContainerDebugDocumentText)
  def GetDocumentAttributes(self)
  def _MakeCodeContainer(self)
  def __init__(self, module)

  # Methods inherited by PySourceModuleDebugDocumentText from CodeContainerDebugDocumentText
  def GetContextOfPosition(self, charPos, maxChars)
  def GetLineOfPosition(self, charPos)
  def GetPositionOfContext(self, context)
  def GetPositionOfLine(self, cLineNumber)
  def GetSize(self)
  def GetText(self, charPos, maxChars, wantAttr)
  def PyGetContextOfPosition(self, charPos, maxChars)
  def _Close(self)
  def _MakeDebugDocumentContext(self, charPos, maxChars)

  # Methods inherited by PySourceModuleDebugDocumentText from DebugDocumentInfo
  def GetDocumentClassId(self)
  def GetName(self, dnt)

DESCRIPTION

def GetDocumentClassId(self)

Result must be an IID object (or string representing one).

def GetName(self, dnt)

Get the one of the name of the document dnt -- int DOCUMENTNAMETYPE

SEE ALSO

win32com.axdebug.documents

win32com.axdebug.documents


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