lsst.utils  13.0-9-gf29e843
 All Classes Namespaces Files Functions Variables Groups Pages
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__
 

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

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: