| 
        
            | Methods |  |  
        | __init__ add_template_from_CDML
 get_template
 get_template_names
 get_templates_valency
 get_transformed_template
 transform_template
 
 |  
            |  | __init__ |  
        | 
__init__ ( self )
 |  
            |  | add_template_from_CDML |  
        | 
add_template_from_CDML ( self,  file )
 |  
            |  | get_template |  
        | 
get_template ( self,  n )
 |  
            |  | get_template_names |  
        | 
get_template_names ( self )
 |  
            |  | get_templates_valency |  
        | 
get_templates_valency ( self,  name )
 |  
            |  | get_transformed_template |  
        | 
get_transformed_template (
        self,
        n,
        coords,
        type='empty',
        paper=None,
        )
type is type of connection - bond,atom1(for single atom),atom2(for atom with more than 1 bond),empty |  
            |  | transform_template |  
        | 
transform_template (
        self,
        temp,
        trans,
        )
 |  |