Add annotions
This commit is contained in:
parent
caba11c43f
commit
6ea203e9a1
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,12 @@ import PlexAPI
|
|||
|
||||
|
||||
class lockMethod:
|
||||
"""
|
||||
Decorator for class methods to lock hem completely. Same lock is used for
|
||||
every single decorator and instance used!
|
||||
|
||||
Here only used for Playlist()
|
||||
"""
|
||||
lock = Lock()
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Reference in a new issue