X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=state_tracker.py;h=62eb183dba7bfc90a4bbbff73b4401f2d747231b;hb=532df2c5b57c7517dfb3dddd8c1358fbadf8baf3;hp=1cf62af6ea8000e5d1ed32646ec0a212a0b55faf;hpb=c6fca944b41f292b66efaba27ebf3fd0a37956b8;p=python_utils.git diff --git a/state_tracker.py b/state_tracker.py index 1cf62af..62eb183 100644 --- a/state_tracker.py +++ b/state_tracker.py @@ -1,9 +1,13 @@ #!/usr/bin/env python3 +# © Copyright 2021-2022, Scott Gasch + """Several helpers to keep track of internal state via periodic polling. StateTracker expects to be invoked periodically to maintain state whereas the others automatically update themselves and, -optionally, expose an event for client code to wait on state changes.""" +optionally, expose an event for client code to wait on state changes. + +""" import datetime import logging