OtherAssets.update

OtherAssets.update(confirmation_required=True, verbose=False, time_gap=2, init_update=False)

Update local backup of the other assets data.

Parameters
  • confirmation_required (bool) – whether to confirm before proceeding, defaults to True

  • verbose (bool or int) – whether to print relevant information in console, defaults to False

  • time_gap (int) – time gap (in seconds) between the updating of different classes

  • init_update (bool) – whether to update the data for instantiation of each subclass, defaults to False

Example:

>>> from pyrcs.collector import OtherAssets

>>> oa = OtherAssets()

>>> oa.update(verbose=True)