File: reference.txt

package info (click to toggle)
lazyarray 0.5.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: python: 1,251; makefile: 109
file content (14 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
=========
Reference
=========


.. autoclass:: lazyarray.larray
   :members: apply, nrows, ncols, is_homogeneous, shape

   .. method:: evaluate(simplify=False)
   
      Return the lazy array as a real NumPy array.
      
      If the array is homogeneous and ``simplify`` is ``True``, return a single
      numerical value.