LineData.update

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

Update local backup 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

  • time_gap (int) – time gap (in seconds) between updating different classes, defaults to 2

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

Example:

>>> from pyrcs import LineData

>>> ld = LineData()

>>> ld.update(verbose=True)