ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
python.AccumulatorCache.NotHashable Class Reference
Inheritance diagram for python.AccumulatorCache.NotHashable:
Collaboration diagram for python.AccumulatorCache.NotHashable:

Public Member Functions

def __init__ (self, value)
 

Public Attributes

 value
 

Detailed Description

Exception thrown when AccumulatorCache is applied to non-hashable function call

Definition at line 22 of file AccumulatorCache.py.

Constructor & Destructor Documentation

◆ __init__()

def python.AccumulatorCache.NotHashable.__init__ (   self,
  value 
)

Definition at line 24 of file AccumulatorCache.py.

24  def __init__(self, value):
25  self.value = value
26 
27 

Member Data Documentation

◆ value

python.AccumulatorCache.NotHashable.value

Definition at line 25 of file AccumulatorCache.py.


The documentation for this class was generated from the following file:
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18