ATLAS Offline Software
Loading...
Searching...
No Matches
selection.py File Reference

Go to the source code of this file.

Namespaces

namespace  python
namespace  python.selection

Functions

 python.selection.convertNumber (t)
 python.selection.make_parser (payload_specification)
 python.selection.make_browse_objects_selection (folder, selection)

Variables

 python.selection.sign = oneOf('+ -')
 python.selection.integer = Word(nums)
 python.selection.number
tuple python.selection.boolValue
 python.selection.stringValue = QuotedString("'") | QuotedString('"')
tuple python.selection.value = boolValue | number | stringValue
 python.selection.variable = Word(alphanums, min=1)