briefapost2.py

Go to the documentation of this file.
00001 class Monty2(object):
00002     ## Method.
00003     #  @param[in] self The object.
00004     def __init__(self):
00005         ## Don't.
00006         self.python = 0
00007     ## Class variable.
00008     flying = 1
00009 
00010 ## Global variable.
00011 cleese = 3

Generated on Wed Feb 1 09:55:11 2006 for Apostrophe In Brief Descriptions Bug by  doxygen 1.4.6