OtherAssets.update

OtherAssets.update(confirmation_required=True, verbose=False, interval=5, init_update=False)[source]

Update pre-packed data of the other assets.

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

  • interval (int) – time gap (in seconds) between the updating of different classes, defaults to 5

  • 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)