larray.global_arrays
- larray.global_arrays(depth=0, include_private=False, meta=None) Session [source]
Return a session containing all global arrays sorted in alphabetical order.
- Parameters
- depth: int
depth of call frame to inspect. 0 is where global_arrays was called, 1 the caller of global_arrays, etc.
- include_private: boolean, optional
Whether to include private globals arrays (i.e. arrays starting with _). Defaults to False.
- metalist 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