ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, format=None) |
def | __str__ (self) |
Public Attributes | |
format | |
This class extends a dictionary with a format string for its representation. It is used as the return value for the inspection commands, such that one can both query for the inspected object's information: res = tool.ls( '/a' ) print (res['name']) as well as obtain a standard printout of the information: print (res)
Definition at line 127 of file AtlCoolTool.py.
def python.AtlCoolTool.Info.__init__ | ( | self, | |
format = None |
|||
) |
Definition at line 141 of file AtlCoolTool.py.
def python.AtlCoolTool.Info.__str__ | ( | self | ) |
Definition at line 145 of file AtlCoolTool.py.
python.AtlCoolTool.Info.format |
Definition at line 143 of file AtlCoolTool.py.