| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
            object --+        
                     |        
                  list --+    
                         |    
             ValidatedList --+
                             |
            object --+       |
                     |       |
utils.graph.DetailNode --+   |
                         |   |
          any_type.AnyType --+
                             |
                            AnyArray
Abstract base class for all array types.
@cvar _MAXSTR: Maximum number of elements to write in the L{__str__} method. :type _MAXSTR: int
    
  | 
|||
| bool | 
      
  | 
  ||
| str | 
      
  | 
  ||
| generator yielding DetailNodes | 
      
  | 
  ||
| generator yielding strs | 
      
  | 
  ||
| 
     Inherited from  Inherited from  Inherited from  Inherited from  Inherited from   | 
  |||
    
  | 
|||
| 
     Inherited from   | 
  |||
    
  | 
|||
        _MAXSTR = 16
     | 
  |||
| 
     Inherited from   | 
  |||
    
  | 
|||
| 
     Inherited from   | 
  |||
    
  | 
|||
  
 
  | 
  
 
  | 
  
 Generator which yields all children of this item in the detail view (by default, all acyclic and active ones). Override this method if the node has children. 
  | 
  
 Generator which yields all child names of this item in the detail view. Override this method if the node has children. 
  | 
| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 10 19:03:56 2011 | http://epydoc.sourceforge.net |