larray.local_arrays¶
-
larray.local_arrays(depth=0, include_private=False, meta=None) → larray.core.session.Session[source]¶ Returns a session containing all local arrays sorted in alphabetical order.
Parameters: - depth: int
depth of call frame to inspect. 0 is where local_arrays was called, 1 the caller of local_arrays, etc.
- include_private: boolean, optional
Whether to include private local arrays (i.e. arrays starting with _). Defaults to False.
- meta : list of pairs or dict or Metadata, optional
Metadata (title, description, author, creation_date, …) associated with the array. Keys must be strings. Values must be of type string, int, float, date, time or datetime.
Returns: - Session