ATLAS Offline Software
Loading...
Searching...
No Matches
python.AtlCoolTool.InfoList Class Reference
Inheritance diagram for python.AtlCoolTool.InfoList:
Collaboration diagram for python.AtlCoolTool.InfoList:

Public Member Functions

 __str__ (self)
 __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__()

python.AtlCoolTool.InfoList.__repr__ ( self)

Definition at line 159 of file AtlCoolTool.py.

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

◆ __str__()

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: