ATLAS Offline Software
Namespaces | Functions | Variables
selection.py File Reference

Go to the source code of this file.

Namespaces

 python.selection
 

Functions

def python.selection.convertNumber (t)
 
def python.selection.make_parser (payload_specification)
 
def 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)