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

Public Member Functions

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

Public Attributes

 ac
 

Detailed Description

Definition at line 5517 of file Dumpers.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 5518 of file Dumpers.py.

5518  def __init__ (self, name):
5519  self.ac = char_accessor_ (name)
5520  return

Member Function Documentation

◆ __call__()

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

Definition at line 5521 of file Dumpers.py.

5521  def __call__ (self, x):
5522  return ord(self.ac(x))

Member Data Documentation

◆ ac

python.Dumpers.char_accessor.ac

Definition at line 5519 of file Dumpers.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