bayesline.api.equity.ReportAccessorApi.persist

bayesline.api.equity.ReportAccessorApi.persist#

abstract ReportAccessorApi.persist(name: str) int#

Persists the given report for the given name.

Parameters#

namestr

The name to persist the report under. Will throw if the name already exists.

Returns#

int

A globally unique identifier of the persisted report.