Definition at line 91 of file AtlRunQueryRun.py.
◆ __init__()
def python.AtlRunQueryRun.DataEntryList.__init__ |
( |
|
self, |
|
|
|
key, |
|
|
|
run |
|
) |
| |
◆ atLB()
def python.AtlRunQueryRun.DataEntryList.atLB |
( |
|
self, |
|
|
|
lb |
|
) |
| |
◆ endlb()
def python.AtlRunQueryRun.DataEntryList.endlb |
( |
|
self | ) |
|
◆ json()
def python.AtlRunQueryRun.DataEntryList.json |
( |
|
self | ) |
|
◆ lastlb()
def python.AtlRunQueryRun.DataEntryList.lastlb |
( |
|
self | ) |
|
◆ pickled()
def python.AtlRunQueryRun.DataEntryList.pickled |
( |
|
self | ) |
|
◆ stops()
def python.AtlRunQueryRun.DataEntryList.stops |
( |
|
self | ) |
|
Definition at line 102 of file AtlRunQueryRun.py.
103 return set([e.startlb
for e
in self]).union(
set([e.lastlb+1
for e
in self]))
◆ key
python.AtlRunQueryRun.DataEntryList.key |
◆ run
python.AtlRunQueryRun.DataEntryList.run |
The documentation for this class was generated from the following file:
constexpr std::enable_if_t< is_bitmask_v< E >, E & > set(E &lhs, E rhs)
Convenience function to set bits in a class enum bitmask.