00001 # Apostrophe is OK outside of brief descriptions. 00002 class Monty4(object): 00003 ## Method. 00004 # @param[in] self The object's self-reference.. 00005 def __init__(self): 00006 ## Instance variable. 00007 # 00008 # Doesn't matter. 00009 self.python = 0 00010 ## Class variable. 00011 # 00012 # Doesn't matter. 00013 flying = 1 00014 00015 ## Module's global variable. 00016 # 00017 # Doesn't matter. 00018 cleese = 3