Functions | |
def | convert_time |
def | extract_value |
def | get_data |
def | get_value |
def | size_format |
def cmssw_das_client.convert_time | ( | val | ) |
def cmssw_das_client.extract_value | ( | row, | |
key, | |||
base = 10 |
|||
) |
Generator which extracts row[key] value
Definition at line 36 of file cmssw_das_client.py.
References convert_time(), and size_format().
Referenced by get_value().
def cmssw_das_client.get_data | ( | query, | |
limit = None , |
|||
threshold = None , |
|||
idx = None , |
|||
host = None , |
|||
cmd = None |
|||
) |
Definition at line 70 of file cmssw_das_client.py.
References submitPVValidationJobs.split().
Referenced by shallowTree_test_template.add_rawRelVals(), and tkal_create_file_lists.das_client().
def cmssw_das_client.get_value | ( | data, | |
filters, | |||
base = 10 |
|||
) |
Filter data from a row for given list of filters
Definition at line 51 of file cmssw_das_client.py.
References extract_value().
def cmssw_das_client.size_format | ( | uinput, | |
ibase = 0 |
|||
) |
Format file size utility, it converts file size into KB, MB, GB, TB, PB units
Definition at line 15 of file cmssw_das_client.py.
Referenced by extract_value().