pythoncom.gif
Previous Next blank.gif Home Page

Class Method - A representation of a C++ method on a COM interface


SYNOPSIS

import win32com.makegw.makegwparse
class Method
  def BuildFromFile(self, file)
  def __init__(self, good_interface_names )
  regex regex = ...

DESCRIPTION

This class contains information about a specific method, as well as a list of all Arguments

def BuildFromFile(self, file)

Parse and build my data from a file

Reads the next line in the file, and matches it as a method description. If not a valid method line, an error_not_found exception is raised.

SEE ALSO

win32com.makegw.makegwparse


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