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

Public Member Functions

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

Public Attributes

 ac = char_accessor_ (name)

Detailed Description

Definition at line 5494 of file Dumpers.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 5495 of file Dumpers.py.

5495 def __init__ (self, name):
5496 self.ac = char_accessor_ (name)
5497 return

Member Function Documentation

◆ __call__()

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

Definition at line 5498 of file Dumpers.py.

5498 def __call__ (self, x):
5499 return ord(self.ac(x))

Member Data Documentation

◆ ac

python.Dumpers.char_accessor.ac = char_accessor_ (name)

Definition at line 5496 of file Dumpers.py.


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