![]() |
ATLAS Offline Software
|
Public Member Functions | |
| def | __init__ (self, name) |
| def | itname (self, id) |
| def | dumname (self) |
| def | add_id (self, id) |
| def | get_ids (self) |
Public Attributes | |
| name | |
| ids | |
| explicit | |
Holds information about a dummy loop variable.
Attributes:
name - The name of the dummy variable.
ids - Set of loop identifiers (`foo' in `foo$i') with which
this dummy has been used.
explicit - Set to true if this variable is ever used on its own
(just $i)
| def python.pydraw._Loopvar.__init__ | ( | self, | |
| name | |||
| ) |
| def python.pydraw._Loopvar.add_id | ( | self, | |
| id | |||
| ) |
Notice this this dummy is used with loop identifier ID. Return the iterator variable.
| def python.pydraw._Loopvar.dumname | ( | self | ) |
| def python.pydraw._Loopvar.get_ids | ( | self | ) |
| def python.pydraw._Loopvar.itname | ( | self, | |
| id | |||
| ) |
1.8.18