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

Public Member Functions

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

Public Attributes

 ac
 

Detailed Description

Definition at line 5524 of file Dumpers.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 5525 of file Dumpers.py.

5525  def __init__ (self, name):
5526  self.ac = uchar_accessor_ (name)
5527  return

Member Function Documentation

◆ __call__()

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

Definition at line 5528 of file Dumpers.py.

5528  def __call__ (self, x):
5529  return ord(self.ac(x))

Member Data Documentation

◆ ac

python.Dumpers.uchar_accessor.ac

Definition at line 5526 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