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