stormwater_monitoring_datasheet_extraction.lib package

Submodules

stormwater_monitoring_datasheet_extraction.lib.constants module

Constants for the lib module.

class stormwater_monitoring_datasheet_extraction.lib.constants.DocStrings

Bases: object

Docstrings for the example module.

EXAMPLE: Final[DocString] = <comb_utils.lib.docs.DocString object>
EXAMPLE_INTERNAL: Final[DocString] = <comb_utils.lib.docs.DocString object>

stormwater_monitoring_datasheet_extraction.lib.example module

This is an example module.

stormwater_monitoring_datasheet_extraction.lib.example.wait_a_second(seconds=1, extra_string='')

Just wait a second, or however many seconds you want.

Also prints a message with the number you passed.

Parameters:
  • seconds (int) – How many seconds to wait.

  • extra_string (str) – Extra message to add on tail of existing message.

Return type:

None

Module contents

lib init.