ATLAS Offline Software
Public Member Functions | List of all members
python.AtlCoolTool.InfoList Class Reference
Inheritance diagram for python.AtlCoolTool.InfoList:
Collaboration diagram for python.AtlCoolTool.InfoList:

Public Member Functions

def __str__ (self)
 
def __repr__ (self)
 

Detailed Description

This class extends a list with a custom string representation.

Definition at line 152 of file AtlCoolTool.py.

Member Function Documentation

◆ __repr__()

def python.AtlCoolTool.InfoList.__repr__ (   self)

Definition at line 159 of file AtlCoolTool.py.

159  def __repr__( self ):
160  return str( self )
161 
162 

◆ __str__()

def python.AtlCoolTool.InfoList.__str__ (   self)

Definition at line 156 of file AtlCoolTool.py.

156  def __str__( self ):
157  return '\n'.join( [ str(i) for i in self ] )
158 

The documentation for this class was generated from the following file:
TCS::join
std::string join(const std::vector< std::string > &v, const char c=',')
Definition: Trigger/TrigT1/L1Topo/L1TopoCommon/Root/StringUtils.cxx:10
str
Definition: BTagTrackIpAccessor.cxx:11