|  | 
        
          | __init__(self,
        system_or_atoms) x.__init__(...) initializes x; see help(type(x)) for signature
 |  |  | 
    |  | 
        
          | size(self) number of atoms in graph
 |  |  | 
    |  | 
        
          | atoms(self) ordered atoms in graph
 |  |  | 
    |  | 
        
          | hash(self) string hash of atoms and bonds in graph
 |  |  | 
    |  | 
        
          | match(self,
        graph) Find a graph isomorphism between self and the given Graph.
 |  |  | 
    |  | 
        
          | matchAll(self,
        graph,
        substructure=False) Find all graph isomorphisms between self and the given Graph.
 |  |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__repr__,__setattr__,__sizeof__,__str__,__subclasshook__ |