| Class implementing a BrowserNode that represents a python method. 
        
            | Methods |  |  
        | __init__ 
 |  
            |  | __init__ |  
        | 
__init__ (
        self,
        parent,
        name,
        after,
        cl,
        filename,
        params,
        )
Constructor        Arguments
            parentparent Browser or BrowserNode            nameclassname to display (string or QString)            aftersibling this node is positioned after            clclass this method belongs to            filenamefilename of the file defining this method            paramsparameters of the method |  |