![]() |
ATLAS Offline Software
|
Classes | |
| class | Node |
Functions | |
| notDefined (flags, name) | |
| decode_flags (flags, domain=None) | |
| update_flags (flags, node, domain="") | |
| topnode (flags) | |
Variables | |
| int | _UNLOCKED = 0 |
| int | _LOCKED = 1 |
| int | _LOCKED_FOREVER = 2 |
| decode_flags | ( | flags, | |
| domain = None ) |
take an egregious flags list and convert to a lovely tree
or, if it is a lovely tree already, just hand it back
Definition at line 326 of file Node.py.
| notDefined | ( | flags, | |
| name ) |
check whether the flags have an actual item with this name
NB using hasFlag(name) is really dengerous, as that seems to
actually evaluate any actual functions ? shouldn't
something like that be called testFlag() ?
Definition at line 316 of file Node.py.
| topnode | ( | flags | ) |
Escape hatch in case the user needs to access a node from the top node that has the Same Name, as a node on the local node
Definition at line 358 of file Node.py.
| update_flags | ( | flags, | |
| node, | |||
| domain = "" ) |
take a lovely tree and convert to an egregious flags list, only adding items that are not in the original flags list
Definition at line 343 of file Node.py.