lsst.utils  14.0-9-g11010eb+3
Public Member Functions | List of all members
lsst.utils.multithreading.lockProtection.UnsafeAccessError Class Reference
Inheritance diagram for lsst.utils.multithreading.lockProtection.UnsafeAccessError:

Public Member Functions

def __init__ (self, msg=None)
 

Detailed Description

an exception that is raised when one attempts to access a protected
method without first acquiring the lock on its class.

Definition at line 97 of file lockProtection.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.utils.multithreading.lockProtection.UnsafeAccessError.__init__ (   self,
  msg = None 
)

Definition at line 103 of file lockProtection.py.


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