summaryrefslogtreecommitdiff
path: root/decorator_utils.py
AgeCommit message (Expand)Author
2022-02-02Used isort to sort imports. Also added to the git pre-commit hook.Scott
2022-02-02More type annotations.Scott
2022-01-30Improve the locking decorators; @synchronized(lock).Scott
2022-01-26Ahem. Still running black?Scott
2022-01-26Ran black code formatter on everything.Scott
2022-01-12"Fix" a flaky test and cleanup an unused import.Scott
2022-01-12Scale back warnings.warn and add stacklevels= where appropriate.Scott
2022-01-11Start using warnings from stdlib.Scott
2022-01-10Add another doctest.Scott
2022-01-10Adds some doctests to decorators.Scott
2022-01-10Make rate_limited work and add doctest.Scott
2022-01-09Make rate_limited use cvs.Scott
2022-01-08Add rate limiter decorator.Scott
2021-11-14Small changes to decorators.Scott Gasch
2021-10-28Moving smart lights into smart_home to prepare for addingScott Gasch
2021-07-29Lockfile custom command, fixup minor things.Scott Gasch
2021-07-12Random changes.Scott Gasch
2021-07-09ACL uses enums, some more tests, other stuff.Scott Gasch
2021-07-08Reduce import scopes, remove cycles.Scott Gasch
2021-07-08Lots of changes.Scott Gasch
2021-04-23Move TimeoutError to central exceptions file.Scott Gasch
2021-03-24Initial revisionScott Gasch