| Trees | Indices | Help | 
 | 
|---|
|  | 
 
A sential terminated array of thunks.
| Nested Classes | |
| __metaclass__ Give each object a unique ID. (Inherited from rekall.obj.BaseObject) | |
| Instance Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| Class Methods | |||
| 
 | |||
| Class Variables | |
| obj_name = <No name>(Inherited from rekall.obj.BaseObject) | |
| obj_parent = <No parent>(Inherited from rekall.obj.BaseObject) | |
| obj_producers = Nonehash(x) (Inherited from rekall.obj.BaseObject) | |
| target_size = 0(Inherited from rekall.obj.Array) | |
| Properties | |
| indices Returns (usually 1) representation(s) of self usable as dict keys. (Inherited from rekall.obj.BaseObject) | |
| obj_end (Inherited from rekall.obj.BaseObject) | |
| obj_size The size of the entire array. (Inherited from rekall.obj.Array) | |
| parents Returns all the parents of this object. (Inherited from rekall.obj.BaseObject) | |
| Inherited from  | |
| Method Details | 
| 
 
Instantiate an array of like items.
Args:
  count: How many items belong to the array (not strictly enforced -
    i.e. it is possible to read past the end). By default the array is
    unbound.
  max_count: The maximum size of the array. This is a safety mechanism
    if count is calculated. max_count should be set to an upper bound on
    the size of the array.
  target: The name of the element to be instantiated on each point. The
    size of the object returned by this should be the same for all
    members of the array (i.e. all elements should be the same size).
  size: The total size of the Array. If this is nonzero we calculate the
  count so that just the right number of items fit in this specified
  size.
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 9 03:28:37 2017 | http://epydoc.sourceforge.net |