ATLAS Offline Software
Loading...
Searching...
No Matches
python.AccumulatorCache.NotHashable Class Reference
Inheritance diagram for python.AccumulatorCache.NotHashable:
Collaboration diagram for python.AccumulatorCache.NotHashable:

Public Member Functions

 __init__ (self, value)

Public Attributes

 value = 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__()

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

Definition at line 24 of file AccumulatorCache.py.

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

Member Data Documentation

◆ value

python.AccumulatorCache.NotHashable.value = value

Definition at line 26 of file AccumulatorCache.py.


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