Rosetta
Static Public Member Functions | Private Member Functions | List of all members
pyrosetta.distributed.cluster.logging_handlers.HandlerMixin Class Reference
Inheritance diagram for pyrosetta.distributed.cluster.logging_handlers.HandlerMixin:
Inheritance graph
[legend]

Static Public Member Functions

L lock (L func)
 

Private Member Functions

Generator[Any, Any, Any] _locked (self)
 

Detailed Description

Logging handler mixin class for acquiring and releasing a thread lock.

Member Function Documentation

◆ _locked()

Generator[Any, Any, Any] pyrosetta.distributed.cluster.logging_handlers.HandlerMixin._locked (   self)
private

◆ lock()

L pyrosetta.distributed.cluster.logging_handlers.HandlerMixin.lock ( L  func)
static
A decorator for methods requiring acquire and release of a thread lock.

The documentation for this class was generated from the following file: