COMPASS  5.0.0
End-to-end AO simulation tool using GPU acceleration
naga.array.DimensionsError Class Reference
Inheritance diagram for naga.array.DimensionsError:
Collaboration diagram for naga.array.DimensionsError:

Public Member Functions

def __init__ (self, value)
 
def __str__ (self)
 

Public Attributes

 value
 

Detailed Description

Definition at line 50 of file array.py.

Constructor & Destructor Documentation

◆ __init__()

def naga.array.DimensionsError.__init__ (   self,
  value 
)

Definition at line 52 of file array.py.

52  def __init__(self, value):
53  self.value = value
54 

Member Function Documentation

◆ __str__()

def naga.array.DimensionsError.__str__ (   self)

Definition at line 55 of file array.py.

55  def __str__(self):
56  return repr(self.value)
57 
58 

Member Data Documentation

◆ value

naga.array.DimensionsError.value

Definition at line 53 of file array.py.


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