LineData.update

LineData.update(confirmation_required=True, verbose=False, interval=5, init_update=False)

Update pre-packed of the line 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

  • interval (int or float) – 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 LineData

>>> ld = LineData()

>>> ld.update(verbose=True)