minos.common.locks module

class minos.common.locks.Lock(key, *args, **kwargs)[source]

Bases: contextlib.AbstractAsyncContextManager

“Lock base class.

__init__(key, *args, **kwargs)[source]
hashed_key

Get the hashed key.

Returns

An integer value.

key: collections.abc.Hashable