LineData.update

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

Update local backup of the line data.

Parameters
  • confirmation_required (bool) – whether to prompt a message for confirmation to proceed, defaults to True

  • verbose (bool) – whether to print relevant information in console as the function runs, 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 import LineData

>>> ld = LineData()
>>> ld.update(verbose=True)