ATLAS Offline Software
Loading...
Searching...
No Matches
python.Dumpers.uchar_accessor Class Reference
Collaboration diagram for python.Dumpers.uchar_accessor:

Public Member Functions

 __init__ (self, name)
 __call__ (self, x)

Public Attributes

 ac = uchar_accessor_ (name)

Detailed Description

Definition at line 5501 of file Dumpers.py.

Constructor & Destructor Documentation

◆ __init__()

python.Dumpers.uchar_accessor.__init__ ( self,
name )

Definition at line 5502 of file Dumpers.py.

5502 def __init__ (self, name):
5503 self.ac = uchar_accessor_ (name)
5504 return

Member Function Documentation

◆ __call__()

python.Dumpers.uchar_accessor.__call__ ( self,
x )

Definition at line 5505 of file Dumpers.py.

5505 def __call__ (self, x):
5506 return ord(self.ac(x))

Member Data Documentation

◆ ac

python.Dumpers.uchar_accessor.ac = uchar_accessor_ (name)

Definition at line 5503 of file Dumpers.py.


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