| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
object --+
         |
        _elementwise_method
Used to attach methods to MetaArrayLists. Wrap ndarray methods that operate upon arrays and apply them to each element of the list.
__init__ gets called when we define the MetaArrayList class and attach methods. __get__ gets called on the list object at method call time. __call__ is called immediately after __get__.
    
  | 
|||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
| 
     Inherited from   | 
  |||
    
  | 
|||
| 
     Inherited from   | 
  |||
    
  | 
|||
  
 x.__init__(...) initializes x; see help(type(x)) for signature 
  | 
| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 12 01:21:42 2017 | http://epydoc.sourceforge.net |