tsa.basket#

mainsource.basket(name, limit=None, meta=False, sources=[], group=False)#

Returns the list of series descriptors associated with a basket.

A series descriptor is a string-like object (exhibiting the series name) with additional attributes. If meta has been set to True, the .meta (for normal metadata) and .imeta (for internal metadata) fields will be populated (non None). Lastly, the .source and .kind attributes provides the series source and kind.

Parameters:
  • name (str)

  • limit (int | None)

  • meta (int | None)

  • sources (List[str])

  • group (bool)

Return type:

List[ts]