| Class implementing a BrowserNode that represents a python class or function. 
        
            | Methods |  |  
        | __init__ setOpen
 
 |  
            |  | __init__ |  
        | 
__init__ (
        self,
        parent,
        name,
        after,
        classes,
        filename,
        )
Constructor        Arguments
            parentparent Browser or BrowserNode            nameclassname to display (string or QString)            aftersibling this node is positioned after            classeslist of all classes defined in filename            filenamefilename of the file defining this class |  
            |  | setOpen |  
        | 
setOpen ( self,  o )
 Public slot to set/reset the open state.        Arguments |  |