sequence
stringlengths 1.19k
35k
| code
stringlengths 75
8.58k
|
---|---|
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '8']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'is_prime'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '5', 'type': 'default_parameter', 'children': ['6', '7']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'k'}, {'id': '7', 'type': 'integer', 'children': [], 'value': '64'}; {'id': '8', 'type': 'block', 'children': ['9', '16', '29', '46', '50', '56', '83', '113']}, {'id': '9', 'type': 'if_statement', 'children': ['10', '13']}; {'id': '10', 'type': 'comparison_operator', 'children': ['11', '12'], 'value': '=='}, {'id': '11', 'type': 'identifier', 'children': [], 'value': 'n'}; {'id': '12', 'type': 'integer', 'children': [], 'value': '2'}, {'id': '13', 'type': 'block', 'children': ['14']}; {'id': '14', 'type': 'return_statement', 'children': ['15']}, {'id': '15', 'type': 'True', 'children': []}; {'id': '16', 'type': 'if_statement', 'children': ['17', '26']}, {'id': '17', 'type': 'boolean_operator', 'children': ['18', '21'], 'value': 'or'}; {'id': '18', 'type': 'comparison_operator', 'children': ['19', '20'], 'value': '<'}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'n'}; {'id': '20', 'type': 'integer', 'children': [], 'value': '2'}, {'id': '21', 'type': 'comparison_operator', 'children': ['22', '25'], 'value': '=='}; {'id': '22', 'type': 'binary_operator', 'children': ['23', '24'], 'value': '%'}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'n'}; {'id': '24', 'type': 'integer', 'children': [], 'value': '2'}, {'id': '25', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '26', 'type': 'block', 'children': ['27']}, {'id': '27', 'type': 'return_statement', 'children': ['28']}; {'id': '28', 'type': 'False', 'children': []}, {'id': '29', 'type': 'for_statement', 'children': ['30', '31', '36']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'i'}, {'id': '31', 'type': 'call', 'children': ['32', '33']}; {'id': '32', 'type': 'identifier', 'children': [], 'value': 'range'}, {'id': '33', 'type': 'argument_list', 'children': ['34', '35']}; {'id': '34', 'type': 'integer', 'children': [], 'value': '3'}, {'id': '35', 'type': 'integer', 'children': [], 'value': '2048'}; {'id': '36', 'type': 'block', 'children': ['37']}, {'id': '37', 'type': 'if_statement', 'children': ['38', '43']}; {'id': '38', 'type': 'comparison_operator', 'children': ['39', '42'], 'value': '=='}, {'id': '39', 'type': 'binary_operator', 'children': ['40', '41'], 'value': '%'}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '42', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '43', 'type': 'block', 'children': ['44']}; {'id': '44', 'type': 'return_statement', 'children': ['45']}, {'id': '45', 'type': 'False', 'children': []}; {'id': '46', 'type': 'expression_statement', 'children': ['47']}, {'id': '47', 'type': 'assignment', 'children': ['48', '49']}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 's'}, {'id': '49', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '50', 'type': 'expression_statement', 'children': ['51']}, {'id': '51', 'type': 'assignment', 'children': ['52', '53']}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'd'}, {'id': '53', 'type': 'binary_operator', 'children': ['54', '55'], 'value': '-'}; {'id': '54', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '55', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '56', 'type': 'while_statement', 'children': ['57', '58']}, {'id': '57', 'type': 'True', 'children': []}; {'id': '58', 'type': 'block', 'children': ['59', '69', '75', '79']}, {'id': '59', 'type': 'expression_statement', 'children': ['60']}; {'id': '60', 'type': 'assignment', 'children': ['61', '64']}, {'id': '61', 'type': 'pattern_list', 'children': ['62', '63']}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'q'}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'r'}; {'id': '64', 'type': 'call', 'children': ['65', '66']}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'divmod'}; {'id': '66', 'type': 'argument_list', 'children': ['67', '68']}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'd'}; {'id': '68', 'type': 'integer', 'children': [], 'value': '2'}, {'id': '69', 'type': 'if_statement', 'children': ['70', '73']}; {'id': '70', 'type': 'comparison_operator', 'children': ['71', '72'], 'value': '=='}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'r'}; {'id': '72', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '73', 'type': 'block', 'children': ['74']}; {'id': '74', 'type': 'break_statement', 'children': []}, {'id': '75', 'type': 'expression_statement', 'children': ['76']}; {'id': '76', 'type': 'augmented_assignment', 'children': ['77', '78'], 'value': '+='}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 's'}; {'id': '78', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '79', 'type': 'expression_statement', 'children': ['80']}; {'id': '80', 'type': 'assignment', 'children': ['81', '82']}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'd'}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'q'}, {'id': '83', 'type': 'for_statement', 'children': ['84', '85', '89']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'i'}, {'id': '85', 'type': 'call', 'children': ['86', '87']}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'range'}, {'id': '87', 'type': 'argument_list', 'children': ['88']}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'k'}, {'id': '89', 'type': 'block', 'children': ['90', '102']}; {'id': '90', 'type': 'expression_statement', 'children': ['91']}, {'id': '91', 'type': 'assignment', 'children': ['92', '93']}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'a'}, {'id': '93', 'type': 'call', 'children': ['94', '97']}; {'id': '94', 'type': 'attribute', 'children': ['95', '96']}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'random'}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'randint'}, {'id': '97', 'type': 'argument_list', 'children': ['98', '99']}; {'id': '98', 'type': 'integer', 'children': [], 'value': '2'}, {'id': '99', 'type': 'binary_operator', 'children': ['100', '101'], 'value': '-'}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '101', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '102', 'type': 'if_statement', 'children': ['103', '110']}, {'id': '103', 'type': 'call', 'children': ['104', '105']}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'check_candidate'}, {'id': '105', 'type': 'argument_list', 'children': ['106', '107', '108', '109']}; {'id': '106', 'type': 'identifier', 'children': [], 'value': 'a'}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'd'}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 's'}; {'id': '110', 'type': 'block', 'children': ['111']}, {'id': '111', 'type': 'return_statement', 'children': ['112']}; {'id': '112', 'type': 'False', 'children': []}, {'id': '113', 'type': 'return_statement', 'children': ['114']} | def is_prime(n, k=64):
if n == 2:
return True
if n < 2 or n % 2 == 0:
return False
for i in range(3, 2048):
if n % i == 0:
return False
s = 0
d = n - 1
while True:
q, r = divmod(d, 2)
if r == 1:
break
s += 1
d = q
for i in range(k):
a = random.randint(2, n - 1)
if check_candidate(a, d, n, s):
return False
return True |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '8']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'iterrows'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'default_parameter', 'children': ['6', '7']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'workbook'}, {'id': '7', 'type': 'None', 'children': []}; {'id': '8', 'type': 'block', 'children': ['9', '13', '17', '21', '27', '141', '173', '187', '245', '315']}, {'id': '9', 'type': 'expression_statement', 'children': ['10']}; {'id': '10', 'type': 'assignment', 'children': ['11', '12']}, {'id': '11', 'type': 'identifier', 'children': [], 'value': 'resolved_tables'}; {'id': '12', 'type': 'list', 'children': [], 'value': '[]'}, {'id': '13', 'type': 'expression_statement', 'children': ['14']}; {'id': '14', 'type': 'assignment', 'children': ['15', '16']}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'max_height'}; {'id': '16', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '17', 'type': 'expression_statement', 'children': ['18']}; {'id': '18', 'type': 'assignment', 'children': ['19', '20']}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'max_width'}; {'id': '20', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '21', 'type': 'expression_statement', 'children': ['22']}; {'id': '22', 'type': 'assignment', 'children': ['23', '26']}, {'id': '23', 'type': 'attribute', 'children': ['24', '25']}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '25', 'type': 'identifier', 'children': [], 'value': '__formula_values'}; {'id': '26', 'type': 'dictionary', 'children': []}, {'id': '27', 'type': 'for_statement', 'children': ['28', '35', '45']}; {'id': '28', 'type': 'pattern_list', 'children': ['29', '30']}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '30', 'type': 'tuple_pattern', 'children': ['31', '32']}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'table'}; {'id': '32', 'type': 'tuple_pattern', 'children': ['33', '34']}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'row'}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'col'}, {'id': '35', 'type': 'call', 'children': ['36', '37']}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'list'}, {'id': '37', 'type': 'argument_list', 'children': ['38']}; {'id': '38', 'type': 'call', 'children': ['39', '44']}, {'id': '39', 'type': 'attribute', 'children': ['40', '43']}; {'id': '40', 'type': 'attribute', 'children': ['41', '42']}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '42', 'type': 'identifier', 'children': [], 'value': '__tables'}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'items'}; {'id': '44', 'type': 'argument_list', 'children': []}, {'id': '45', 'type': 'block', 'children': ['46', '58', '72', '78', '86', '92', '106', '118', '130']}; {'id': '46', 'type': 'expression_statement', 'children': ['47']}, {'id': '47', 'type': 'assignment', 'children': ['48', '53']}; {'id': '48', 'type': 'subscript', 'children': ['49', '52']}, {'id': '49', 'type': 'attribute', 'children': ['50', '51']}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '51', 'type': 'identifier', 'children': [], 'value': '__tables'}; {'id': '52', 'type': 'None', 'children': []}, {'id': '53', 'type': 'tuple', 'children': ['54', '55']}; {'id': '54', 'type': 'identifier', 'children': [], 'value': 'table'}, {'id': '55', 'type': 'tuple', 'children': ['56', '57']}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'row'}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'col'}; {'id': '58', 'type': 'expression_statement', 'children': ['59']}, {'id': '59', 'type': 'assignment', 'children': ['60', '61']}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'data'}, {'id': '61', 'type': 'call', 'children': ['62', '65']}; {'id': '62', 'type': 'attribute', 'children': ['63', '64']}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'table'}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'get_data'}, {'id': '65', 'type': 'argument_list', 'children': ['66', '67', '68', '69']}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'workbook'}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'row'}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'col'}, {'id': '69', 'type': 'attribute', 'children': ['70', '71']}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '71', 'type': 'identifier', 'children': [], 'value': '__formula_values'}; {'id': '72', 'type': 'delete_statement', 'children': ['73']}, {'id': '73', 'type': 'subscript', 'children': ['74', '77']}; {'id': '74', 'type': 'attribute', 'children': ['75', '76']}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '76', 'type': 'identifier', 'children': [], 'value': '__tables'}, {'id': '77', 'type': 'None', 'children': []}; {'id': '78', 'type': 'expression_statement', 'children': ['79']}, {'id': '79', 'type': 'assignment', 'children': ['80', '83']}; {'id': '80', 'type': 'pattern_list', 'children': ['81', '82']}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'height'}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'width'}, {'id': '83', 'type': 'attribute', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'data'}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'shape'}; {'id': '86', 'type': 'expression_statement', 'children': ['87']}, {'id': '87', 'type': 'assignment', 'children': ['88', '89']}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'upper_left'}, {'id': '89', 'type': 'tuple', 'children': ['90', '91']}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'row'}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'col'}; {'id': '92', 'type': 'expression_statement', 'children': ['93']}, {'id': '93', 'type': 'assignment', 'children': ['94', '95']}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'lower_right'}, {'id': '95', 'type': 'tuple', 'children': ['96', '101']}; {'id': '96', 'type': 'binary_operator', 'children': ['97', '100'], 'value': '-'}, {'id': '97', 'type': 'binary_operator', 'children': ['98', '99'], 'value': '+'}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'row'}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'height'}; {'id': '100', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '101', 'type': 'binary_operator', 'children': ['102', '105'], 'value': '-'}; {'id': '102', 'type': 'binary_operator', 'children': ['103', '104'], 'value': '+'}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'col'}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'width'}, {'id': '105', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '106', 'type': 'expression_statement', 'children': ['107']}, {'id': '107', 'type': 'assignment', 'children': ['108', '109']}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'max_height'}, {'id': '109', 'type': 'call', 'children': ['110', '111']}; {'id': '110', 'type': 'identifier', 'children': [], 'value': 'max'}, {'id': '111', 'type': 'argument_list', 'children': ['112', '113']}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'max_height'}, {'id': '113', 'type': 'binary_operator', 'children': ['114', '117'], 'value': '+'}; {'id': '114', 'type': 'subscript', 'children': ['115', '116']}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'lower_right'}; {'id': '116', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '117', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '118', 'type': 'expression_statement', 'children': ['119']}, {'id': '119', 'type': 'assignment', 'children': ['120', '121']}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'max_width'}, {'id': '121', 'type': 'call', 'children': ['122', '123']}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'max'}, {'id': '123', 'type': 'argument_list', 'children': ['124', '125']}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'max_width'}, {'id': '125', 'type': 'binary_operator', 'children': ['126', '129'], 'value': '+'}; {'id': '126', 'type': 'subscript', 'children': ['127', '128']}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'lower_right'}; {'id': '128', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '129', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '130', 'type': 'expression_statement', 'children': ['131']}, {'id': '131', 'type': 'call', 'children': ['132', '135']}; {'id': '132', 'type': 'attribute', 'children': ['133', '134']}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'resolved_tables'}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '135', 'type': 'argument_list', 'children': ['136']}; {'id': '136', 'type': 'tuple', 'children': ['137', '138', '139', '140']}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'data'}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'upper_left'}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'lower_right'}, {'id': '141', 'type': 'for_statement', 'children': ['142', '145', '152']}; {'id': '142', 'type': 'pattern_list', 'children': ['143', '144']}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'row'}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'col'}, {'id': '145', 'type': 'call', 'children': ['146', '151']}; {'id': '146', 'type': 'attribute', 'children': ['147', '150']}, {'id': '147', 'type': 'attribute', 'children': ['148', '149']}; {'id': '148', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '149', 'type': 'identifier', 'children': [], 'value': '__values'}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 'keys'}, {'id': '151', 'type': 'argument_list', 'children': []}; {'id': '152', 'type': 'block', 'children': ['153', '163']}, {'id': '153', 'type': 'expression_statement', 'children': ['154']}; {'id': '154', 'type': 'assignment', 'children': ['155', '156']}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'max_width'}; {'id': '156', 'type': 'call', 'children': ['157', '158']}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'max'}; {'id': '158', 'type': 'argument_list', 'children': ['159', '160']}, {'id': '159', 'type': 'identifier', 'children': [], 'value': 'max_width'}; {'id': '160', 'type': 'binary_operator', 'children': ['161', '162'], 'value': '+'}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'row'}; {'id': '162', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '163', 'type': 'expression_statement', 'children': ['164']}; {'id': '164', 'type': 'assignment', 'children': ['165', '166']}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'max_height'}; {'id': '166', 'type': 'call', 'children': ['167', '168']}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'max'}; {'id': '168', 'type': 'argument_list', 'children': ['169', '170']}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'max_height'}; {'id': '170', 'type': 'binary_operator', 'children': ['171', '172'], 'value': '+'}, {'id': '171', 'type': 'identifier', 'children': [], 'value': 'col'}; {'id': '172', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '173', 'type': 'expression_statement', 'children': ['174']}; {'id': '174', 'type': 'assignment', 'children': ['175', '176']}, {'id': '175', 'type': 'identifier', 'children': [], 'value': 'table'}; {'id': '176', 'type': 'list_comprehension', 'children': ['177', '181']}, {'id': '177', 'type': 'binary_operator', 'children': ['178', '180'], 'value': '*'}; {'id': '178', 'type': 'list', 'children': ['179'], 'value': '[None]'}, {'id': '179', 'type': 'None', 'children': []}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'max_width'}, {'id': '181', 'type': 'for_in_clause', 'children': ['182', '183']}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'i'}, {'id': '183', 'type': 'call', 'children': ['184', '185']}; {'id': '184', 'type': 'identifier', 'children': [], 'value': 'range'}, {'id': '185', 'type': 'argument_list', 'children': ['186']}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'max_height'}, {'id': '187', 'type': 'for_statement', 'children': ['188', '193', '194']}; {'id': '188', 'type': 'pattern_list', 'children': ['189', '190', '191', '192']}, {'id': '189', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '190', 'type': 'identifier', 'children': [], 'value': 'data'}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'upper_left'}; {'id': '192', 'type': 'identifier', 'children': [], 'value': 'lower_right'}, {'id': '193', 'type': 'identifier', 'children': [], 'value': 'resolved_tables'}; {'id': '194', 'type': 'block', 'children': ['195']}, {'id': '195', 'type': 'for_statement', 'children': ['196', '199', '213']}; {'id': '196', 'type': 'pattern_list', 'children': ['197', '198']}, {'id': '197', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '198', 'type': 'identifier', 'children': [], 'value': 'r'}, {'id': '199', 'type': 'call', 'children': ['200', '201']}; {'id': '200', 'type': 'identifier', 'children': [], 'value': 'enumerate'}, {'id': '201', 'type': 'argument_list', 'children': ['202']}; {'id': '202', 'type': 'call', 'children': ['203', '204']}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'range'}; {'id': '204', 'type': 'argument_list', 'children': ['205', '208']}, {'id': '205', 'type': 'subscript', 'children': ['206', '207']}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'upper_left'}, {'id': '207', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '208', 'type': 'binary_operator', 'children': ['209', '212'], 'value': '+'}, {'id': '209', 'type': 'subscript', 'children': ['210', '211']}; {'id': '210', 'type': 'identifier', 'children': [], 'value': 'lower_right'}, {'id': '211', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '212', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '213', 'type': 'block', 'children': ['214']}; {'id': '214', 'type': 'for_statement', 'children': ['215', '218', '232']}, {'id': '215', 'type': 'pattern_list', 'children': ['216', '217']}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'j'}, {'id': '217', 'type': 'identifier', 'children': [], 'value': 'c'}; {'id': '218', 'type': 'call', 'children': ['219', '220']}, {'id': '219', 'type': 'identifier', 'children': [], 'value': 'enumerate'}; {'id': '220', 'type': 'argument_list', 'children': ['221']}, {'id': '221', 'type': 'call', 'children': ['222', '223']}; {'id': '222', 'type': 'identifier', 'children': [], 'value': 'range'}, {'id': '223', 'type': 'argument_list', 'children': ['224', '227']}; {'id': '224', 'type': 'subscript', 'children': ['225', '226']}, {'id': '225', 'type': 'identifier', 'children': [], 'value': 'upper_left'}; {'id': '226', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '227', 'type': 'binary_operator', 'children': ['228', '231'], 'value': '+'}; {'id': '228', 'type': 'subscript', 'children': ['229', '230']}, {'id': '229', 'type': 'identifier', 'children': [], 'value': 'lower_right'}; {'id': '230', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '231', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '232', 'type': 'block', 'children': ['233']}, {'id': '233', 'type': 'expression_statement', 'children': ['234']}; {'id': '234', 'type': 'assignment', 'children': ['235', '240']}, {'id': '235', 'type': 'subscript', 'children': ['236', '239']}; {'id': '236', 'type': 'subscript', 'children': ['237', '238']}, {'id': '237', 'type': 'identifier', 'children': [], 'value': 'table'}; {'id': '238', 'type': 'identifier', 'children': [], 'value': 'r'}, {'id': '239', 'type': 'identifier', 'children': [], 'value': 'c'}; {'id': '240', 'type': 'subscript', 'children': ['241', '244']}, {'id': '241', 'type': 'subscript', 'children': ['242', '243']}; {'id': '242', 'type': 'identifier', 'children': [], 'value': 'data'}, {'id': '243', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '244', 'type': 'identifier', 'children': [], 'value': 'j'}, {'id': '245', 'type': 'for_statement', 'children': ['246', '251', '258']}; {'id': '246', 'type': 'pattern_list', 'children': ['247', '250']}, {'id': '247', 'type': 'tuple_pattern', 'children': ['248', '249']}; {'id': '248', 'type': 'identifier', 'children': [], 'value': 'r'}, {'id': '249', 'type': 'identifier', 'children': [], 'value': 'c'}; {'id': '250', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '251', 'type': 'call', 'children': ['252', '257']}; {'id': '252', 'type': 'attribute', 'children': ['253', '256']}, {'id': '253', 'type': 'attribute', 'children': ['254', '255']}; {'id': '254', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '255', 'type': 'identifier', 'children': [], 'value': '__values'}; {'id': '256', 'type': 'identifier', 'children': [], 'value': 'items'}, {'id': '257', 'type': 'argument_list', 'children': []}; {'id': '258', 'type': 'block', 'children': ['259', '272', '307']}, {'id': '259', 'type': 'if_statement', 'children': ['260', '265']}; {'id': '260', 'type': 'call', 'children': ['261', '262']}, {'id': '261', 'type': 'identifier', 'children': [], 'value': 'isinstance'}; {'id': '262', 'type': 'argument_list', 'children': ['263', '264']}, {'id': '263', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '264', 'type': 'identifier', 'children': [], 'value': 'Value'}, {'id': '265', 'type': 'block', 'children': ['266']}; {'id': '266', 'type': 'expression_statement', 'children': ['267']}, {'id': '267', 'type': 'assignment', 'children': ['268', '269']}; {'id': '268', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '269', 'type': 'attribute', 'children': ['270', '271']}; {'id': '270', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '271', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '272', 'type': 'if_statement', 'children': ['273', '278']}, {'id': '273', 'type': 'call', 'children': ['274', '275']}; {'id': '274', 'type': 'identifier', 'children': [], 'value': 'isinstance'}, {'id': '275', 'type': 'argument_list', 'children': ['276', '277']}; {'id': '276', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '277', 'type': 'identifier', 'children': [], 'value': 'Expression'}; {'id': '278', 'type': 'block', 'children': ['279', '296']}, {'id': '279', 'type': 'if_statement', 'children': ['280', '283']}; {'id': '280', 'type': 'attribute', 'children': ['281', '282']}, {'id': '281', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '282', 'type': 'identifier', 'children': [], 'value': 'has_value'}, {'id': '283', 'type': 'block', 'children': ['284']}; {'id': '284', 'type': 'expression_statement', 'children': ['285']}, {'id': '285', 'type': 'assignment', 'children': ['286', '293']}; {'id': '286', 'type': 'subscript', 'children': ['287', '290']}, {'id': '287', 'type': 'attribute', 'children': ['288', '289']}; {'id': '288', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '289', 'type': 'identifier', 'children': [], 'value': '__formula_values'}; {'id': '290', 'type': 'tuple', 'children': ['291', '292']}, {'id': '291', 'type': 'identifier', 'children': [], 'value': 'r'}; {'id': '292', 'type': 'identifier', 'children': [], 'value': 'c'}, {'id': '293', 'type': 'attribute', 'children': ['294', '295']}; {'id': '294', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '295', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '296', 'type': 'expression_statement', 'children': ['297']}, {'id': '297', 'type': 'assignment', 'children': ['298', '299']}; {'id': '298', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '299', 'type': 'call', 'children': ['300', '303']}; {'id': '300', 'type': 'attribute', 'children': ['301', '302']}, {'id': '301', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '302', 'type': 'identifier', 'children': [], 'value': 'get_formula'}, {'id': '303', 'type': 'argument_list', 'children': ['304', '305', '306']}; {'id': '304', 'type': 'identifier', 'children': [], 'value': 'workbook'}, {'id': '305', 'type': 'identifier', 'children': [], 'value': 'r'}; {'id': '306', 'type': 'identifier', 'children': [], 'value': 'c'}, {'id': '307', 'type': 'expression_statement', 'children': ['308']}; {'id': '308', 'type': 'assignment', 'children': ['309', '314']}, {'id': '309', 'type': 'subscript', 'children': ['310', '313']}; {'id': '310', 'type': 'subscript', 'children': ['311', '312']}, {'id': '311', 'type': 'identifier', 'children': [], 'value': 'table'}; {'id': '312', 'type': 'identifier', 'children': [], 'value': 'r'}, {'id': '313', 'type': 'identifier', 'children': [], 'value': 'c'}; {'id': '314', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '315', 'type': 'for_statement', 'children': ['316', '317', '318']}; {'id': '316', 'type': 'identifier', 'children': [], 'value': 'row'}, {'id': '317', 'type': 'identifier', 'children': [], 'value': 'table'}; {'id': '318', 'type': 'block', 'children': ['319']}, {'id': '319', 'type': 'expression_statement', 'children': ['320']}; {'id': '320', 'type': 'yield', 'children': ['321']}, {'id': '321', 'type': 'identifier', 'children': [], 'value': 'row'} | def iterrows(self, workbook=None):
resolved_tables = []
max_height = 0
max_width = 0
self.__formula_values = {}
for name, (table, (row, col)) in list(self.__tables.items()):
self.__tables[None] = (table, (row, col))
data = table.get_data(workbook, row, col, self.__formula_values)
del self.__tables[None]
height, width = data.shape
upper_left = (row, col)
lower_right = (row + height - 1, col + width - 1)
max_height = max(max_height, lower_right[0] + 1)
max_width = max(max_width, lower_right[1] + 1)
resolved_tables.append((name, data, upper_left, lower_right))
for row, col in self.__values.keys():
max_width = max(max_width, row+1)
max_height = max(max_height, col+1)
table = [[None] * max_width for i in range(max_height)]
for name, data, upper_left, lower_right in resolved_tables:
for i, r in enumerate(range(upper_left[0], lower_right[0]+1)):
for j, c in enumerate(range(upper_left[1], lower_right[1]+1)):
table[r][c] = data[i][j]
for (r, c), value in self.__values.items():
if isinstance(value, Value):
value = value.value
if isinstance(value, Expression):
if value.has_value:
self.__formula_values[(r, c)] = value.value
value = value.get_formula(workbook, r, c)
table[r][c] = value
for row in table:
yield row |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '9']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'format_listfield_nodes'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '6', '7', '8']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'field_name'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'field'}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'field_id'}, {'id': '7', 'type': 'identifier', 'children': [], 'value': 'state'}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'lineno'}, {'id': '9', 'type': 'block', 'children': ['10', '18', '29', '37', '50', '54', '58', '110', '114', '166', '170', '222', '230', '244', '252', '260', '279', '289', '309', '324', '328', '332', '342', '351', '362', '366', '374', '382', '386', '393', '400', '407', '415', '426']}; {'id': '10', 'type': 'expression_statement', 'children': ['11']}, {'id': '11', 'type': 'assignment', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'itemtype_node'}, {'id': '13', 'type': 'call', 'children': ['14', '17']}; {'id': '14', 'type': 'attribute', 'children': ['15', '16']}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'definition_list_item'}, {'id': '17', 'type': 'argument_list', 'children': []}; {'id': '18', 'type': 'expression_statement', 'children': ['19']}, {'id': '19', 'type': 'augmented_assignment', 'children': ['20', '21'], 'value': '+='}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'itemtype_node'}, {'id': '21', 'type': 'call', 'children': ['22', '25']}; {'id': '22', 'type': 'attribute', 'children': ['23', '24']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'term'}, {'id': '25', 'type': 'argument_list', 'children': ['26']}; {'id': '26', 'type': 'keyword_argument', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'text'}; {'id': '28', 'type': 'string', 'children': [], 'value': "'Item type'"}, {'id': '29', 'type': 'expression_statement', 'children': ['30']}; {'id': '30', 'type': 'assignment', 'children': ['31', '32']}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'itemtype_def'}; {'id': '32', 'type': 'call', 'children': ['33', '36']}, {'id': '33', 'type': 'attribute', 'children': ['34', '35']}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'definition'}; {'id': '36', 'type': 'argument_list', 'children': []}, {'id': '37', 'type': 'expression_statement', 'children': ['38']}; {'id': '38', 'type': 'augmented_assignment', 'children': ['39', '40'], 'value': '+='}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'itemtype_def'}; {'id': '40', 'type': 'call', 'children': ['41', '42']}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'make_python_xref_nodes_for_type'}; {'id': '42', 'type': 'argument_list', 'children': ['43', '46', '47']}, {'id': '43', 'type': 'attribute', 'children': ['44', '45']}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'field'}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'itemtype'}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'state'}, {'id': '47', 'type': 'keyword_argument', 'children': ['48', '49']}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'hide_namespace'}, {'id': '49', 'type': 'False', 'children': []}; {'id': '50', 'type': 'expression_statement', 'children': ['51']}, {'id': '51', 'type': 'augmented_assignment', 'children': ['52', '53'], 'value': '+='}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'itemtype_node'}, {'id': '53', 'type': 'identifier', 'children': [], 'value': 'itemtype_def'}; {'id': '54', 'type': 'expression_statement', 'children': ['55']}, {'id': '55', 'type': 'assignment', 'children': ['56', '57']}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'minlength_node'}, {'id': '57', 'type': 'None', 'children': []}; {'id': '58', 'type': 'if_statement', 'children': ['59', '62']}, {'id': '59', 'type': 'attribute', 'children': ['60', '61']}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'field'}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'minLength'}; {'id': '62', 'type': 'block', 'children': ['63', '71', '82', '90', '106']}, {'id': '63', 'type': 'expression_statement', 'children': ['64']}; {'id': '64', 'type': 'assignment', 'children': ['65', '66']}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'minlength_node'}; {'id': '66', 'type': 'call', 'children': ['67', '70']}, {'id': '67', 'type': 'attribute', 'children': ['68', '69']}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'definition_list_item'}; {'id': '70', 'type': 'argument_list', 'children': []}, {'id': '71', 'type': 'expression_statement', 'children': ['72']}; {'id': '72', 'type': 'augmented_assignment', 'children': ['73', '74'], 'value': '+='}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'minlength_node'}; {'id': '74', 'type': 'call', 'children': ['75', '78']}, {'id': '75', 'type': 'attribute', 'children': ['76', '77']}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'term'}; {'id': '78', 'type': 'argument_list', 'children': ['79']}, {'id': '79', 'type': 'keyword_argument', 'children': ['80', '81']}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'text'}, {'id': '81', 'type': 'string', 'children': [], 'value': "'Minimum length'"}; {'id': '82', 'type': 'expression_statement', 'children': ['83']}, {'id': '83', 'type': 'assignment', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'minlength_def'}, {'id': '85', 'type': 'call', 'children': ['86', '89']}; {'id': '86', 'type': 'attribute', 'children': ['87', '88']}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'definition'}, {'id': '89', 'type': 'argument_list', 'children': []}; {'id': '90', 'type': 'expression_statement', 'children': ['91']}, {'id': '91', 'type': 'augmented_assignment', 'children': ['92', '93'], 'value': '+='}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'minlength_def'}, {'id': '93', 'type': 'call', 'children': ['94', '97']}; {'id': '94', 'type': 'attribute', 'children': ['95', '96']}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'paragraph'}, {'id': '97', 'type': 'argument_list', 'children': ['98']}; {'id': '98', 'type': 'keyword_argument', 'children': ['99', '100']}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'text'}; {'id': '100', 'type': 'call', 'children': ['101', '102']}, {'id': '101', 'type': 'identifier', 'children': [], 'value': 'str'}; {'id': '102', 'type': 'argument_list', 'children': ['103']}, {'id': '103', 'type': 'attribute', 'children': ['104', '105']}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'field'}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'minLength'}; {'id': '106', 'type': 'expression_statement', 'children': ['107']}, {'id': '107', 'type': 'augmented_assignment', 'children': ['108', '109'], 'value': '+='}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'minlength_node'}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'minlength_def'}; {'id': '110', 'type': 'expression_statement', 'children': ['111']}, {'id': '111', 'type': 'assignment', 'children': ['112', '113']}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'maxlength_node'}, {'id': '113', 'type': 'None', 'children': []}; {'id': '114', 'type': 'if_statement', 'children': ['115', '118']}, {'id': '115', 'type': 'attribute', 'children': ['116', '117']}; {'id': '116', 'type': 'identifier', 'children': [], 'value': 'field'}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'maxLength'}; {'id': '118', 'type': 'block', 'children': ['119', '127', '138', '146', '162']}, {'id': '119', 'type': 'expression_statement', 'children': ['120']}; {'id': '120', 'type': 'assignment', 'children': ['121', '122']}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'maxlength_node'}; {'id': '122', 'type': 'call', 'children': ['123', '126']}, {'id': '123', 'type': 'attribute', 'children': ['124', '125']}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'definition_list_item'}; {'id': '126', 'type': 'argument_list', 'children': []}, {'id': '127', 'type': 'expression_statement', 'children': ['128']}; {'id': '128', 'type': 'augmented_assignment', 'children': ['129', '130'], 'value': '+='}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'maxlength_node'}; {'id': '130', 'type': 'call', 'children': ['131', '134']}, {'id': '131', 'type': 'attribute', 'children': ['132', '133']}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'term'}; {'id': '134', 'type': 'argument_list', 'children': ['135']}, {'id': '135', 'type': 'keyword_argument', 'children': ['136', '137']}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'text'}, {'id': '137', 'type': 'string', 'children': [], 'value': "'Maximum length'"}; {'id': '138', 'type': 'expression_statement', 'children': ['139']}, {'id': '139', 'type': 'assignment', 'children': ['140', '141']}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'maxlength_def'}, {'id': '141', 'type': 'call', 'children': ['142', '145']}; {'id': '142', 'type': 'attribute', 'children': ['143', '144']}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'definition'}, {'id': '145', 'type': 'argument_list', 'children': []}; {'id': '146', 'type': 'expression_statement', 'children': ['147']}, {'id': '147', 'type': 'augmented_assignment', 'children': ['148', '149'], 'value': '+='}; {'id': '148', 'type': 'identifier', 'children': [], 'value': 'maxlength_def'}, {'id': '149', 'type': 'call', 'children': ['150', '153']}; {'id': '150', 'type': 'attribute', 'children': ['151', '152']}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'paragraph'}, {'id': '153', 'type': 'argument_list', 'children': ['154']}; {'id': '154', 'type': 'keyword_argument', 'children': ['155', '156']}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'text'}; {'id': '156', 'type': 'call', 'children': ['157', '158']}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'str'}; {'id': '158', 'type': 'argument_list', 'children': ['159']}, {'id': '159', 'type': 'attribute', 'children': ['160', '161']}; {'id': '160', 'type': 'identifier', 'children': [], 'value': 'field'}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'maxLength'}; {'id': '162', 'type': 'expression_statement', 'children': ['163']}, {'id': '163', 'type': 'augmented_assignment', 'children': ['164', '165'], 'value': '+='}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'maxlength_node'}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'maxlength_def'}; {'id': '166', 'type': 'expression_statement', 'children': ['167']}, {'id': '167', 'type': 'assignment', 'children': ['168', '169']}; {'id': '168', 'type': 'identifier', 'children': [], 'value': 'length_node'}, {'id': '169', 'type': 'None', 'children': []}; {'id': '170', 'type': 'if_statement', 'children': ['171', '174']}, {'id': '171', 'type': 'attribute', 'children': ['172', '173']}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'field'}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'length'}; {'id': '174', 'type': 'block', 'children': ['175', '183', '194', '202', '218']}, {'id': '175', 'type': 'expression_statement', 'children': ['176']}; {'id': '176', 'type': 'assignment', 'children': ['177', '178']}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'length_node'}; {'id': '178', 'type': 'call', 'children': ['179', '182']}, {'id': '179', 'type': 'attribute', 'children': ['180', '181']}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'definition_list_item'}; {'id': '182', 'type': 'argument_list', 'children': []}, {'id': '183', 'type': 'expression_statement', 'children': ['184']}; {'id': '184', 'type': 'augmented_assignment', 'children': ['185', '186'], 'value': '+='}, {'id': '185', 'type': 'identifier', 'children': [], 'value': 'length_node'}; {'id': '186', 'type': 'call', 'children': ['187', '190']}, {'id': '187', 'type': 'attribute', 'children': ['188', '189']}; {'id': '188', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '189', 'type': 'identifier', 'children': [], 'value': 'term'}; {'id': '190', 'type': 'argument_list', 'children': ['191']}, {'id': '191', 'type': 'keyword_argument', 'children': ['192', '193']}; {'id': '192', 'type': 'identifier', 'children': [], 'value': 'text'}, {'id': '193', 'type': 'string', 'children': [], 'value': "'Required length'"}; {'id': '194', 'type': 'expression_statement', 'children': ['195']}, {'id': '195', 'type': 'assignment', 'children': ['196', '197']}; {'id': '196', 'type': 'identifier', 'children': [], 'value': 'length_def'}, {'id': '197', 'type': 'call', 'children': ['198', '201']}; {'id': '198', 'type': 'attribute', 'children': ['199', '200']}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '200', 'type': 'identifier', 'children': [], 'value': 'definition'}, {'id': '201', 'type': 'argument_list', 'children': []}; {'id': '202', 'type': 'expression_statement', 'children': ['203']}, {'id': '203', 'type': 'augmented_assignment', 'children': ['204', '205'], 'value': '+='}; {'id': '204', 'type': 'identifier', 'children': [], 'value': 'length_def'}, {'id': '205', 'type': 'call', 'children': ['206', '209']}; {'id': '206', 'type': 'attribute', 'children': ['207', '208']}, {'id': '207', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '208', 'type': 'identifier', 'children': [], 'value': 'paragraph'}, {'id': '209', 'type': 'argument_list', 'children': ['210']}; {'id': '210', 'type': 'keyword_argument', 'children': ['211', '212']}, {'id': '211', 'type': 'identifier', 'children': [], 'value': 'text'}; {'id': '212', 'type': 'call', 'children': ['213', '214']}, {'id': '213', 'type': 'identifier', 'children': [], 'value': 'str'}; {'id': '214', 'type': 'argument_list', 'children': ['215']}, {'id': '215', 'type': 'attribute', 'children': ['216', '217']}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'field'}, {'id': '217', 'type': 'identifier', 'children': [], 'value': 'length'}; {'id': '218', 'type': 'expression_statement', 'children': ['219']}, {'id': '219', 'type': 'augmented_assignment', 'children': ['220', '221'], 'value': '+='}; {'id': '220', 'type': 'identifier', 'children': [], 'value': 'length_node'}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'length_def'}; {'id': '222', 'type': 'expression_statement', 'children': ['223']}, {'id': '223', 'type': 'assignment', 'children': ['224', '225']}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'field_type_item'}, {'id': '225', 'type': 'call', 'children': ['226', '229']}; {'id': '226', 'type': 'attribute', 'children': ['227', '228']}, {'id': '227', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '228', 'type': 'identifier', 'children': [], 'value': 'definition_list_item'}, {'id': '229', 'type': 'argument_list', 'children': []}; {'id': '230', 'type': 'expression_statement', 'children': ['231']}, {'id': '231', 'type': 'call', 'children': ['232', '235']}; {'id': '232', 'type': 'attribute', 'children': ['233', '234']}, {'id': '233', 'type': 'identifier', 'children': [], 'value': 'field_type_item'}; {'id': '234', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '235', 'type': 'argument_list', 'children': ['236']}; {'id': '236', 'type': 'call', 'children': ['237', '240']}, {'id': '237', 'type': 'attribute', 'children': ['238', '239']}; {'id': '238', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '239', 'type': 'identifier', 'children': [], 'value': 'term'}; {'id': '240', 'type': 'argument_list', 'children': ['241']}, {'id': '241', 'type': 'keyword_argument', 'children': ['242', '243']}; {'id': '242', 'type': 'identifier', 'children': [], 'value': 'text'}, {'id': '243', 'type': 'string', 'children': [], 'value': '"Field type"'}; {'id': '244', 'type': 'expression_statement', 'children': ['245']}, {'id': '245', 'type': 'assignment', 'children': ['246', '247']}; {'id': '246', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content'}, {'id': '247', 'type': 'call', 'children': ['248', '251']}; {'id': '248', 'type': 'attribute', 'children': ['249', '250']}, {'id': '249', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '250', 'type': 'identifier', 'children': [], 'value': 'definition'}, {'id': '251', 'type': 'argument_list', 'children': []}; {'id': '252', 'type': 'expression_statement', 'children': ['253']}, {'id': '253', 'type': 'assignment', 'children': ['254', '255']}; {'id': '254', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content_p'}, {'id': '255', 'type': 'call', 'children': ['256', '259']}; {'id': '256', 'type': 'attribute', 'children': ['257', '258']}, {'id': '257', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '258', 'type': 'identifier', 'children': [], 'value': 'paragraph'}, {'id': '259', 'type': 'argument_list', 'children': []}; {'id': '260', 'type': 'expression_statement', 'children': ['261']}, {'id': '261', 'type': 'augmented_assignment', 'children': ['262', '263'], 'value': '+='}; {'id': '262', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content_p'}, {'id': '263', 'type': 'subscript', 'children': ['264', '278']}; {'id': '264', 'type': 'attribute', 'children': ['265', '277']}, {'id': '265', 'type': 'subscript', 'children': ['266', '276']}; {'id': '266', 'type': 'call', 'children': ['267', '268']}, {'id': '267', 'type': 'identifier', 'children': [], 'value': 'make_python_xref_nodes_for_type'}; {'id': '268', 'type': 'argument_list', 'children': ['269', '272', '273']}, {'id': '269', 'type': 'attribute', 'children': ['270', '271']}; {'id': '270', 'type': 'identifier', 'children': [], 'value': 'field'}, {'id': '271', 'type': 'identifier', 'children': [], 'value': 'itemtype'}; {'id': '272', 'type': 'identifier', 'children': [], 'value': 'state'}, {'id': '273', 'type': 'keyword_argument', 'children': ['274', '275']}; {'id': '274', 'type': 'identifier', 'children': [], 'value': 'hide_namespace'}, {'id': '275', 'type': 'False', 'children': []}; {'id': '276', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '277', 'type': 'identifier', 'children': [], 'value': 'children'}; {'id': '278', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '279', 'type': 'expression_statement', 'children': ['280']}; {'id': '280', 'type': 'augmented_assignment', 'children': ['281', '282'], 'value': '+='}, {'id': '281', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content_p'}; {'id': '282', 'type': 'call', 'children': ['283', '286']}, {'id': '283', 'type': 'attribute', 'children': ['284', '285']}; {'id': '284', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '285', 'type': 'identifier', 'children': [], 'value': 'Text'}; {'id': '286', 'type': 'argument_list', 'children': ['287', '288']}, {'id': '287', 'type': 'string', 'children': [], 'value': "' '"}; {'id': '288', 'type': 'string', 'children': [], 'value': "' '"}, {'id': '289', 'type': 'expression_statement', 'children': ['290']}; {'id': '290', 'type': 'augmented_assignment', 'children': ['291', '292'], 'value': '+='}, {'id': '291', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content_p'}; {'id': '292', 'type': 'subscript', 'children': ['293', '308']}, {'id': '293', 'type': 'attribute', 'children': ['294', '307']}; {'id': '294', 'type': 'subscript', 'children': ['295', '306']}, {'id': '295', 'type': 'call', 'children': ['296', '297']}; {'id': '296', 'type': 'identifier', 'children': [], 'value': 'make_python_xref_nodes_for_type'}, {'id': '297', 'type': 'argument_list', 'children': ['298', '302', '303']}; {'id': '298', 'type': 'call', 'children': ['299', '300']}, {'id': '299', 'type': 'identifier', 'children': [], 'value': 'type'}; {'id': '300', 'type': 'argument_list', 'children': ['301']}, {'id': '301', 'type': 'identifier', 'children': [], 'value': 'field'}; {'id': '302', 'type': 'identifier', 'children': [], 'value': 'state'}, {'id': '303', 'type': 'keyword_argument', 'children': ['304', '305']}; {'id': '304', 'type': 'identifier', 'children': [], 'value': 'hide_namespace'}, {'id': '305', 'type': 'True', 'children': []}; {'id': '306', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '307', 'type': 'identifier', 'children': [], 'value': 'children'}; {'id': '308', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '309', 'type': 'if_statement', 'children': ['310', '313']}; {'id': '310', 'type': 'attribute', 'children': ['311', '312']}, {'id': '311', 'type': 'identifier', 'children': [], 'value': 'field'}; {'id': '312', 'type': 'identifier', 'children': [], 'value': 'optional'}, {'id': '313', 'type': 'block', 'children': ['314']}; {'id': '314', 'type': 'expression_statement', 'children': ['315']}, {'id': '315', 'type': 'augmented_assignment', 'children': ['316', '317'], 'value': '+='}; {'id': '316', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content_p'}, {'id': '317', 'type': 'call', 'children': ['318', '321']}; {'id': '318', 'type': 'attribute', 'children': ['319', '320']}, {'id': '319', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '320', 'type': 'identifier', 'children': [], 'value': 'Text'}, {'id': '321', 'type': 'argument_list', 'children': ['322', '323']}; {'id': '322', 'type': 'string', 'children': [], 'value': "' (optional)'"}, {'id': '323', 'type': 'string', 'children': [], 'value': "' (optional)'"}; {'id': '324', 'type': 'expression_statement', 'children': ['325']}, {'id': '325', 'type': 'augmented_assignment', 'children': ['326', '327'], 'value': '+='}; {'id': '326', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content'}, {'id': '327', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content_p'}; {'id': '328', 'type': 'expression_statement', 'children': ['329']}, {'id': '329', 'type': 'augmented_assignment', 'children': ['330', '331'], 'value': '+='}; {'id': '330', 'type': 'identifier', 'children': [], 'value': 'field_type_item'}, {'id': '331', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content'}; {'id': '332', 'type': 'expression_statement', 'children': ['333']}, {'id': '333', 'type': 'assignment', 'children': ['334', '335']}; {'id': '334', 'type': 'identifier', 'children': [], 'value': 'env'}, {'id': '335', 'type': 'attribute', 'children': ['336', '341']}; {'id': '336', 'type': 'attribute', 'children': ['337', '340']}, {'id': '337', 'type': 'attribute', 'children': ['338', '339']}; {'id': '338', 'type': 'identifier', 'children': [], 'value': 'state'}, {'id': '339', 'type': 'identifier', 'children': [], 'value': 'document'}; {'id': '340', 'type': 'identifier', 'children': [], 'value': 'settings'}, {'id': '341', 'type': 'identifier', 'children': [], 'value': 'env'}; {'id': '342', 'type': 'expression_statement', 'children': ['343']}, {'id': '343', 'type': 'assignment', 'children': ['344', '345']}; {'id': '344', 'type': 'identifier', 'children': [], 'value': 'ref_target'}, {'id': '345', 'type': 'call', 'children': ['346', '347']}; {'id': '346', 'type': 'identifier', 'children': [], 'value': 'create_configfield_ref_target_node'}, {'id': '347', 'type': 'argument_list', 'children': ['348', '349', '350']}; {'id': '348', 'type': 'identifier', 'children': [], 'value': 'field_id'}, {'id': '349', 'type': 'identifier', 'children': [], 'value': 'env'}; {'id': '350', 'type': 'identifier', 'children': [], 'value': 'lineno'}, {'id': '351', 'type': 'expression_statement', 'children': ['352']}; {'id': '352', 'type': 'assignment', 'children': ['353', '354']}, {'id': '353', 'type': 'identifier', 'children': [], 'value': 'title'}; {'id': '354', 'type': 'call', 'children': ['355', '358']}, {'id': '355', 'type': 'attribute', 'children': ['356', '357']}; {'id': '356', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '357', 'type': 'identifier', 'children': [], 'value': 'title'}; {'id': '358', 'type': 'argument_list', 'children': ['359']}, {'id': '359', 'type': 'keyword_argument', 'children': ['360', '361']}; {'id': '360', 'type': 'identifier', 'children': [], 'value': 'text'}, {'id': '361', 'type': 'identifier', 'children': [], 'value': 'field_name'}; {'id': '362', 'type': 'expression_statement', 'children': ['363']}, {'id': '363', 'type': 'augmented_assignment', 'children': ['364', '365'], 'value': '+='}; {'id': '364', 'type': 'identifier', 'children': [], 'value': 'title'}, {'id': '365', 'type': 'identifier', 'children': [], 'value': 'ref_target'}; {'id': '366', 'type': 'expression_statement', 'children': ['367']}, {'id': '367', 'type': 'assignment', 'children': ['368', '369']}; {'id': '368', 'type': 'identifier', 'children': [], 'value': 'dl'}, {'id': '369', 'type': 'call', 'children': ['370', '373']}; {'id': '370', 'type': 'attribute', 'children': ['371', '372']}, {'id': '371', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '372', 'type': 'identifier', 'children': [], 'value': 'definition_list'}, {'id': '373', 'type': 'argument_list', 'children': []}; {'id': '374', 'type': 'expression_statement', 'children': ['375']}, {'id': '375', 'type': 'augmented_assignment', 'children': ['376', '377'], 'value': '+='}; {'id': '376', 'type': 'identifier', 'children': [], 'value': 'dl'}, {'id': '377', 'type': 'call', 'children': ['378', '379']}; {'id': '378', 'type': 'identifier', 'children': [], 'value': 'create_default_item_node'}, {'id': '379', 'type': 'argument_list', 'children': ['380', '381']}; {'id': '380', 'type': 'identifier', 'children': [], 'value': 'field'}, {'id': '381', 'type': 'identifier', 'children': [], 'value': 'state'}; {'id': '382', 'type': 'expression_statement', 'children': ['383']}, {'id': '383', 'type': 'augmented_assignment', 'children': ['384', '385'], 'value': '+='}; {'id': '384', 'type': 'identifier', 'children': [], 'value': 'dl'}, {'id': '385', 'type': 'identifier', 'children': [], 'value': 'field_type_item'}; {'id': '386', 'type': 'if_statement', 'children': ['387', '388']}, {'id': '387', 'type': 'identifier', 'children': [], 'value': 'minlength_node'}; {'id': '388', 'type': 'block', 'children': ['389']}, {'id': '389', 'type': 'expression_statement', 'children': ['390']}; {'id': '390', 'type': 'augmented_assignment', 'children': ['391', '392'], 'value': '+='}, {'id': '391', 'type': 'identifier', 'children': [], 'value': 'dl'}; {'id': '392', 'type': 'identifier', 'children': [], 'value': 'minlength_node'}, {'id': '393', 'type': 'if_statement', 'children': ['394', '395']}; {'id': '394', 'type': 'identifier', 'children': [], 'value': 'maxlength_node'}, {'id': '395', 'type': 'block', 'children': ['396']}; {'id': '396', 'type': 'expression_statement', 'children': ['397']}, {'id': '397', 'type': 'augmented_assignment', 'children': ['398', '399'], 'value': '+='}; {'id': '398', 'type': 'identifier', 'children': [], 'value': 'dl'}, {'id': '399', 'type': 'identifier', 'children': [], 'value': 'maxlength_node'}; {'id': '400', 'type': 'if_statement', 'children': ['401', '402']}, {'id': '401', 'type': 'identifier', 'children': [], 'value': 'length_node'}; {'id': '402', 'type': 'block', 'children': ['403']}, {'id': '403', 'type': 'expression_statement', 'children': ['404']}; {'id': '404', 'type': 'augmented_assignment', 'children': ['405', '406'], 'value': '+='}, {'id': '405', 'type': 'identifier', 'children': [], 'value': 'dl'}; {'id': '406', 'type': 'identifier', 'children': [], 'value': 'length_node'}, {'id': '407', 'type': 'expression_statement', 'children': ['408']}; {'id': '408', 'type': 'assignment', 'children': ['409', '410']}, {'id': '409', 'type': 'identifier', 'children': [], 'value': 'desc_node'}; {'id': '410', 'type': 'call', 'children': ['411', '412']}, {'id': '411', 'type': 'identifier', 'children': [], 'value': 'create_description_node'}; {'id': '412', 'type': 'argument_list', 'children': ['413', '414']}, {'id': '413', 'type': 'identifier', 'children': [], 'value': 'field'}; {'id': '414', 'type': 'identifier', 'children': [], 'value': 'state'}, {'id': '415', 'type': 'expression_statement', 'children': ['416']}; {'id': '416', 'type': 'assignment', 'children': ['417', '418']}, {'id': '417', 'type': 'identifier', 'children': [], 'value': 'title'}; {'id': '418', 'type': 'call', 'children': ['419', '420']}, {'id': '419', 'type': 'identifier', 'children': [], 'value': 'create_title_node'}; {'id': '420', 'type': 'argument_list', 'children': ['421', '422', '423', '424', '425']}, {'id': '421', 'type': 'identifier', 'children': [], 'value': 'field_name'}; {'id': '422', 'type': 'identifier', 'children': [], 'value': 'field'}, {'id': '423', 'type': 'identifier', 'children': [], 'value': 'field_id'}; {'id': '424', 'type': 'identifier', 'children': [], 'value': 'state'}, {'id': '425', 'type': 'identifier', 'children': [], 'value': 'lineno'}; {'id': '426', 'type': 'return_statement', 'children': ['427']}, {'id': '427', 'type': 'list', 'children': ['428', '429', '430'], 'value': '[title, dl, desc_node]'}; {'id': '428', 'type': 'identifier', 'children': [], 'value': 'title'}, {'id': '429', 'type': 'identifier', 'children': [], 'value': 'dl'} | def format_listfield_nodes(field_name, field, field_id, state, lineno):
itemtype_node = nodes.definition_list_item()
itemtype_node += nodes.term(text='Item type')
itemtype_def = nodes.definition()
itemtype_def += make_python_xref_nodes_for_type(
field.itemtype,
state,
hide_namespace=False)
itemtype_node += itemtype_def
minlength_node = None
if field.minLength:
minlength_node = nodes.definition_list_item()
minlength_node += nodes.term(text='Minimum length')
minlength_def = nodes.definition()
minlength_def += nodes.paragraph(text=str(field.minLength))
minlength_node += minlength_def
maxlength_node = None
if field.maxLength:
maxlength_node = nodes.definition_list_item()
maxlength_node += nodes.term(text='Maximum length')
maxlength_def = nodes.definition()
maxlength_def += nodes.paragraph(text=str(field.maxLength))
maxlength_node += maxlength_def
length_node = None
if field.length:
length_node = nodes.definition_list_item()
length_node += nodes.term(text='Required length')
length_def = nodes.definition()
length_def += nodes.paragraph(text=str(field.length))
length_node += length_def
field_type_item = nodes.definition_list_item()
field_type_item.append(nodes.term(text="Field type"))
field_type_item_content = nodes.definition()
field_type_item_content_p = nodes.paragraph()
field_type_item_content_p += make_python_xref_nodes_for_type(
field.itemtype,
state,
hide_namespace=False)[0].children[0]
field_type_item_content_p += nodes.Text(' ', ' ')
field_type_item_content_p += make_python_xref_nodes_for_type(
type(field),
state,
hide_namespace=True)[0].children[0]
if field.optional:
field_type_item_content_p += nodes.Text(' (optional)', ' (optional)')
field_type_item_content += field_type_item_content_p
field_type_item += field_type_item_content
env = state.document.settings.env
ref_target = create_configfield_ref_target_node(field_id, env, lineno)
title = nodes.title(text=field_name)
title += ref_target
dl = nodes.definition_list()
dl += create_default_item_node(field, state)
dl += field_type_item
if minlength_node:
dl += minlength_node
if maxlength_node:
dl += maxlength_node
if length_node:
dl += length_node
desc_node = create_description_node(field, state)
title = create_title_node(field_name, field, field_id, state, lineno)
return [title, dl, desc_node] |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '9']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'format_choicefield_nodes'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '6', '7', '8']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'field_name'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'field'}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'field_id'}, {'id': '7', 'type': 'identifier', 'children': [], 'value': 'state'}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'lineno'}, {'id': '9', 'type': 'block', 'children': ['10', '18', '97', '105', '119', '127', '134', '141', '149', '163', '171', '179', '198', '208', '228', '243', '247', '251', '259', '267', '271', '275', '283', '294']}; {'id': '10', 'type': 'expression_statement', 'children': ['11']}, {'id': '11', 'type': 'assignment', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'choice_dl'}, {'id': '13', 'type': 'call', 'children': ['14', '17']}; {'id': '14', 'type': 'attribute', 'children': ['15', '16']}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'definition_list'}, {'id': '17', 'type': 'argument_list', 'children': []}; {'id': '18', 'type': 'for_statement', 'children': ['19', '22', '29']}, {'id': '19', 'type': 'pattern_list', 'children': ['20', '21']}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'choice_value'}, {'id': '21', 'type': 'identifier', 'children': [], 'value': 'choice_doc'}; {'id': '22', 'type': 'call', 'children': ['23', '28']}, {'id': '23', 'type': 'attribute', 'children': ['24', '27']}; {'id': '24', 'type': 'attribute', 'children': ['25', '26']}, {'id': '25', 'type': 'identifier', 'children': [], 'value': 'field'}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'allowed'}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'items'}; {'id': '28', 'type': 'argument_list', 'children': []}, {'id': '29', 'type': 'block', 'children': ['30', '38', '46', '60', '64', '72', '86', '90']}; {'id': '30', 'type': 'expression_statement', 'children': ['31']}, {'id': '31', 'type': 'assignment', 'children': ['32', '33']}; {'id': '32', 'type': 'identifier', 'children': [], 'value': 'item'}, {'id': '33', 'type': 'call', 'children': ['34', '37']}; {'id': '34', 'type': 'attribute', 'children': ['35', '36']}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'definition_list_item'}, {'id': '37', 'type': 'argument_list', 'children': []}; {'id': '38', 'type': 'expression_statement', 'children': ['39']}, {'id': '39', 'type': 'assignment', 'children': ['40', '41']}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'item_term'}, {'id': '41', 'type': 'call', 'children': ['42', '45']}; {'id': '42', 'type': 'attribute', 'children': ['43', '44']}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'term'}, {'id': '45', 'type': 'argument_list', 'children': []}; {'id': '46', 'type': 'expression_statement', 'children': ['47']}, {'id': '47', 'type': 'augmented_assignment', 'children': ['48', '49'], 'value': '+='}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'item_term'}, {'id': '49', 'type': 'call', 'children': ['50', '53']}; {'id': '50', 'type': 'attribute', 'children': ['51', '52']}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'literal'}, {'id': '53', 'type': 'argument_list', 'children': ['54']}; {'id': '54', 'type': 'keyword_argument', 'children': ['55', '56']}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'text'}; {'id': '56', 'type': 'call', 'children': ['57', '58']}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'repr'}; {'id': '58', 'type': 'argument_list', 'children': ['59']}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'choice_value'}; {'id': '60', 'type': 'expression_statement', 'children': ['61']}, {'id': '61', 'type': 'augmented_assignment', 'children': ['62', '63'], 'value': '+='}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'item'}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'item_term'}; {'id': '64', 'type': 'expression_statement', 'children': ['65']}, {'id': '65', 'type': 'assignment', 'children': ['66', '67']}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'item_definition'}, {'id': '67', 'type': 'call', 'children': ['68', '71']}; {'id': '68', 'type': 'attribute', 'children': ['69', '70']}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'definition'}, {'id': '71', 'type': 'argument_list', 'children': []}; {'id': '72', 'type': 'expression_statement', 'children': ['73']}, {'id': '73', 'type': 'call', 'children': ['74', '77']}; {'id': '74', 'type': 'attribute', 'children': ['75', '76']}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'item_definition'}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '77', 'type': 'argument_list', 'children': ['78']}; {'id': '78', 'type': 'call', 'children': ['79', '82']}, {'id': '79', 'type': 'attribute', 'children': ['80', '81']}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'paragraph'}; {'id': '82', 'type': 'argument_list', 'children': ['83']}, {'id': '83', 'type': 'keyword_argument', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'text'}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'choice_doc'}; {'id': '86', 'type': 'expression_statement', 'children': ['87']}, {'id': '87', 'type': 'augmented_assignment', 'children': ['88', '89'], 'value': '+='}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'item'}, {'id': '89', 'type': 'identifier', 'children': [], 'value': 'item_definition'}; {'id': '90', 'type': 'expression_statement', 'children': ['91']}, {'id': '91', 'type': 'call', 'children': ['92', '95']}; {'id': '92', 'type': 'attribute', 'children': ['93', '94']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'choice_dl'}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '95', 'type': 'argument_list', 'children': ['96']}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'item'}, {'id': '97', 'type': 'expression_statement', 'children': ['98']}; {'id': '98', 'type': 'assignment', 'children': ['99', '100']}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'choices_node'}; {'id': '100', 'type': 'call', 'children': ['101', '104']}, {'id': '101', 'type': 'attribute', 'children': ['102', '103']}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'definition_list_item'}; {'id': '104', 'type': 'argument_list', 'children': []}, {'id': '105', 'type': 'expression_statement', 'children': ['106']}; {'id': '106', 'type': 'call', 'children': ['107', '110']}, {'id': '107', 'type': 'attribute', 'children': ['108', '109']}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'choices_node'}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '110', 'type': 'argument_list', 'children': ['111']}, {'id': '111', 'type': 'call', 'children': ['112', '115']}; {'id': '112', 'type': 'attribute', 'children': ['113', '114']}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'term'}, {'id': '115', 'type': 'argument_list', 'children': ['116']}; {'id': '116', 'type': 'keyword_argument', 'children': ['117', '118']}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'text'}; {'id': '118', 'type': 'string', 'children': [], 'value': "'Choices'"}, {'id': '119', 'type': 'expression_statement', 'children': ['120']}; {'id': '120', 'type': 'assignment', 'children': ['121', '122']}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'choices_definition'}; {'id': '122', 'type': 'call', 'children': ['123', '126']}, {'id': '123', 'type': 'attribute', 'children': ['124', '125']}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'definition'}; {'id': '126', 'type': 'argument_list', 'children': []}, {'id': '127', 'type': 'expression_statement', 'children': ['128']}; {'id': '128', 'type': 'call', 'children': ['129', '132']}, {'id': '129', 'type': 'attribute', 'children': ['130', '131']}; {'id': '130', 'type': 'identifier', 'children': [], 'value': 'choices_definition'}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '132', 'type': 'argument_list', 'children': ['133']}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'choice_dl'}; {'id': '134', 'type': 'expression_statement', 'children': ['135']}, {'id': '135', 'type': 'call', 'children': ['136', '139']}; {'id': '136', 'type': 'attribute', 'children': ['137', '138']}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'choices_node'}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '139', 'type': 'argument_list', 'children': ['140']}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'choices_definition'}, {'id': '141', 'type': 'expression_statement', 'children': ['142']}; {'id': '142', 'type': 'assignment', 'children': ['143', '144']}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'field_type_item'}; {'id': '144', 'type': 'call', 'children': ['145', '148']}, {'id': '145', 'type': 'attribute', 'children': ['146', '147']}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'definition_list_item'}; {'id': '148', 'type': 'argument_list', 'children': []}, {'id': '149', 'type': 'expression_statement', 'children': ['150']}; {'id': '150', 'type': 'call', 'children': ['151', '154']}, {'id': '151', 'type': 'attribute', 'children': ['152', '153']}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'field_type_item'}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '154', 'type': 'argument_list', 'children': ['155']}, {'id': '155', 'type': 'call', 'children': ['156', '159']}; {'id': '156', 'type': 'attribute', 'children': ['157', '158']}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'term'}, {'id': '159', 'type': 'argument_list', 'children': ['160']}; {'id': '160', 'type': 'keyword_argument', 'children': ['161', '162']}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'text'}; {'id': '162', 'type': 'string', 'children': [], 'value': '"Field type"'}, {'id': '163', 'type': 'expression_statement', 'children': ['164']}; {'id': '164', 'type': 'assignment', 'children': ['165', '166']}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content'}; {'id': '166', 'type': 'call', 'children': ['167', '170']}, {'id': '167', 'type': 'attribute', 'children': ['168', '169']}; {'id': '168', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'definition'}; {'id': '170', 'type': 'argument_list', 'children': []}, {'id': '171', 'type': 'expression_statement', 'children': ['172']}; {'id': '172', 'type': 'assignment', 'children': ['173', '174']}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content_p'}; {'id': '174', 'type': 'call', 'children': ['175', '178']}, {'id': '175', 'type': 'attribute', 'children': ['176', '177']}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'paragraph'}; {'id': '178', 'type': 'argument_list', 'children': []}, {'id': '179', 'type': 'expression_statement', 'children': ['180']}; {'id': '180', 'type': 'augmented_assignment', 'children': ['181', '182'], 'value': '+='}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content_p'}; {'id': '182', 'type': 'subscript', 'children': ['183', '197']}, {'id': '183', 'type': 'attribute', 'children': ['184', '196']}; {'id': '184', 'type': 'subscript', 'children': ['185', '195']}, {'id': '185', 'type': 'call', 'children': ['186', '187']}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'make_python_xref_nodes_for_type'}, {'id': '187', 'type': 'argument_list', 'children': ['188', '191', '192']}; {'id': '188', 'type': 'attribute', 'children': ['189', '190']}, {'id': '189', 'type': 'identifier', 'children': [], 'value': 'field'}; {'id': '190', 'type': 'identifier', 'children': [], 'value': 'dtype'}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'state'}; {'id': '192', 'type': 'keyword_argument', 'children': ['193', '194']}, {'id': '193', 'type': 'identifier', 'children': [], 'value': 'hide_namespace'}; {'id': '194', 'type': 'False', 'children': []}, {'id': '195', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '196', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '197', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '198', 'type': 'expression_statement', 'children': ['199']}, {'id': '199', 'type': 'augmented_assignment', 'children': ['200', '201'], 'value': '+='}; {'id': '200', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content_p'}, {'id': '201', 'type': 'call', 'children': ['202', '205']}; {'id': '202', 'type': 'attribute', 'children': ['203', '204']}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '204', 'type': 'identifier', 'children': [], 'value': 'Text'}, {'id': '205', 'type': 'argument_list', 'children': ['206', '207']}; {'id': '206', 'type': 'string', 'children': [], 'value': "' '"}, {'id': '207', 'type': 'string', 'children': [], 'value': "' '"}; {'id': '208', 'type': 'expression_statement', 'children': ['209']}, {'id': '209', 'type': 'augmented_assignment', 'children': ['210', '211'], 'value': '+='}; {'id': '210', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content_p'}, {'id': '211', 'type': 'subscript', 'children': ['212', '227']}; {'id': '212', 'type': 'attribute', 'children': ['213', '226']}, {'id': '213', 'type': 'subscript', 'children': ['214', '225']}; {'id': '214', 'type': 'call', 'children': ['215', '216']}, {'id': '215', 'type': 'identifier', 'children': [], 'value': 'make_python_xref_nodes_for_type'}; {'id': '216', 'type': 'argument_list', 'children': ['217', '221', '222']}, {'id': '217', 'type': 'call', 'children': ['218', '219']}; {'id': '218', 'type': 'identifier', 'children': [], 'value': 'type'}, {'id': '219', 'type': 'argument_list', 'children': ['220']}; {'id': '220', 'type': 'identifier', 'children': [], 'value': 'field'}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'state'}; {'id': '222', 'type': 'keyword_argument', 'children': ['223', '224']}, {'id': '223', 'type': 'identifier', 'children': [], 'value': 'hide_namespace'}; {'id': '224', 'type': 'True', 'children': []}, {'id': '225', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '226', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '227', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '228', 'type': 'if_statement', 'children': ['229', '232']}, {'id': '229', 'type': 'attribute', 'children': ['230', '231']}; {'id': '230', 'type': 'identifier', 'children': [], 'value': 'field'}, {'id': '231', 'type': 'identifier', 'children': [], 'value': 'optional'}; {'id': '232', 'type': 'block', 'children': ['233']}, {'id': '233', 'type': 'expression_statement', 'children': ['234']}; {'id': '234', 'type': 'augmented_assignment', 'children': ['235', '236'], 'value': '+='}, {'id': '235', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content_p'}; {'id': '236', 'type': 'call', 'children': ['237', '240']}, {'id': '237', 'type': 'attribute', 'children': ['238', '239']}; {'id': '238', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '239', 'type': 'identifier', 'children': [], 'value': 'Text'}; {'id': '240', 'type': 'argument_list', 'children': ['241', '242']}, {'id': '241', 'type': 'string', 'children': [], 'value': "' (optional)'"}; {'id': '242', 'type': 'string', 'children': [], 'value': "' (optional)'"}, {'id': '243', 'type': 'expression_statement', 'children': ['244']}; {'id': '244', 'type': 'augmented_assignment', 'children': ['245', '246'], 'value': '+='}, {'id': '245', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content'}; {'id': '246', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content_p'}, {'id': '247', 'type': 'expression_statement', 'children': ['248']}; {'id': '248', 'type': 'augmented_assignment', 'children': ['249', '250'], 'value': '+='}, {'id': '249', 'type': 'identifier', 'children': [], 'value': 'field_type_item'}; {'id': '250', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content'}, {'id': '251', 'type': 'expression_statement', 'children': ['252']}; {'id': '252', 'type': 'assignment', 'children': ['253', '254']}, {'id': '253', 'type': 'identifier', 'children': [], 'value': 'dl'}; {'id': '254', 'type': 'call', 'children': ['255', '258']}, {'id': '255', 'type': 'attribute', 'children': ['256', '257']}; {'id': '256', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '257', 'type': 'identifier', 'children': [], 'value': 'definition_list'}; {'id': '258', 'type': 'argument_list', 'children': []}, {'id': '259', 'type': 'expression_statement', 'children': ['260']}; {'id': '260', 'type': 'augmented_assignment', 'children': ['261', '262'], 'value': '+='}, {'id': '261', 'type': 'identifier', 'children': [], 'value': 'dl'}; {'id': '262', 'type': 'call', 'children': ['263', '264']}, {'id': '263', 'type': 'identifier', 'children': [], 'value': 'create_default_item_node'}; {'id': '264', 'type': 'argument_list', 'children': ['265', '266']}, {'id': '265', 'type': 'identifier', 'children': [], 'value': 'field'}; {'id': '266', 'type': 'identifier', 'children': [], 'value': 'state'}, {'id': '267', 'type': 'expression_statement', 'children': ['268']}; {'id': '268', 'type': 'augmented_assignment', 'children': ['269', '270'], 'value': '+='}, {'id': '269', 'type': 'identifier', 'children': [], 'value': 'dl'}; {'id': '270', 'type': 'identifier', 'children': [], 'value': 'field_type_item'}, {'id': '271', 'type': 'expression_statement', 'children': ['272']}; {'id': '272', 'type': 'augmented_assignment', 'children': ['273', '274'], 'value': '+='}, {'id': '273', 'type': 'identifier', 'children': [], 'value': 'dl'}; {'id': '274', 'type': 'identifier', 'children': [], 'value': 'choices_node'}, {'id': '275', 'type': 'expression_statement', 'children': ['276']}; {'id': '276', 'type': 'assignment', 'children': ['277', '278']}, {'id': '277', 'type': 'identifier', 'children': [], 'value': 'desc_node'}; {'id': '278', 'type': 'call', 'children': ['279', '280']}, {'id': '279', 'type': 'identifier', 'children': [], 'value': 'create_description_node'}; {'id': '280', 'type': 'argument_list', 'children': ['281', '282']}, {'id': '281', 'type': 'identifier', 'children': [], 'value': 'field'}; {'id': '282', 'type': 'identifier', 'children': [], 'value': 'state'}, {'id': '283', 'type': 'expression_statement', 'children': ['284']}; {'id': '284', 'type': 'assignment', 'children': ['285', '286']}, {'id': '285', 'type': 'identifier', 'children': [], 'value': 'title'}; {'id': '286', 'type': 'call', 'children': ['287', '288']}, {'id': '287', 'type': 'identifier', 'children': [], 'value': 'create_title_node'}; {'id': '288', 'type': 'argument_list', 'children': ['289', '290', '291', '292', '293']}, {'id': '289', 'type': 'identifier', 'children': [], 'value': 'field_name'}; {'id': '290', 'type': 'identifier', 'children': [], 'value': 'field'}, {'id': '291', 'type': 'identifier', 'children': [], 'value': 'field_id'}; {'id': '292', 'type': 'identifier', 'children': [], 'value': 'state'}, {'id': '293', 'type': 'identifier', 'children': [], 'value': 'lineno'}; {'id': '294', 'type': 'return_statement', 'children': ['295']}, {'id': '295', 'type': 'list', 'children': ['296', '297', '298'], 'value': '[title, dl, desc_node]'}; {'id': '296', 'type': 'identifier', 'children': [], 'value': 'title'}, {'id': '297', 'type': 'identifier', 'children': [], 'value': 'dl'} | def format_choicefield_nodes(field_name, field, field_id, state, lineno):
choice_dl = nodes.definition_list()
for choice_value, choice_doc in field.allowed.items():
item = nodes.definition_list_item()
item_term = nodes.term()
item_term += nodes.literal(text=repr(choice_value))
item += item_term
item_definition = nodes.definition()
item_definition.append(nodes.paragraph(text=choice_doc))
item += item_definition
choice_dl.append(item)
choices_node = nodes.definition_list_item()
choices_node.append(nodes.term(text='Choices'))
choices_definition = nodes.definition()
choices_definition.append(choice_dl)
choices_node.append(choices_definition)
field_type_item = nodes.definition_list_item()
field_type_item.append(nodes.term(text="Field type"))
field_type_item_content = nodes.definition()
field_type_item_content_p = nodes.paragraph()
field_type_item_content_p += make_python_xref_nodes_for_type(
field.dtype,
state,
hide_namespace=False)[0].children[0]
field_type_item_content_p += nodes.Text(' ', ' ')
field_type_item_content_p += make_python_xref_nodes_for_type(
type(field),
state,
hide_namespace=True)[0].children[0]
if field.optional:
field_type_item_content_p += nodes.Text(' (optional)', ' (optional)')
field_type_item_content += field_type_item_content_p
field_type_item += field_type_item_content
dl = nodes.definition_list()
dl += create_default_item_node(field, state)
dl += field_type_item
dl += choices_node
desc_node = create_description_node(field, state)
title = create_title_node(field_name, field, field_id, state, lineno)
return [title, dl, desc_node] |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '9']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'format_configchoicefield_nodes'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '6', '7', '8']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'field_name'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'field'}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'field_id'}, {'id': '7', 'type': 'identifier', 'children': [], 'value': 'state'}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'lineno'}, {'id': '9', 'type': 'block', 'children': ['10', '18', '119', '127', '141', '149', '156', '163', '171', '185', '193', '201', '216', '226', '246', '261', '265', '269', '277', '285', '289', '293', '301', '312']}; {'id': '10', 'type': 'expression_statement', 'children': ['11']}, {'id': '11', 'type': 'assignment', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'choice_dl'}, {'id': '13', 'type': 'call', 'children': ['14', '17']}; {'id': '14', 'type': 'attribute', 'children': ['15', '16']}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'definition_list'}, {'id': '17', 'type': 'argument_list', 'children': []}; {'id': '18', 'type': 'for_statement', 'children': ['19', '22', '29']}, {'id': '19', 'type': 'pattern_list', 'children': ['20', '21']}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'choice_value'}, {'id': '21', 'type': 'identifier', 'children': [], 'value': 'choice_class'}; {'id': '22', 'type': 'call', 'children': ['23', '28']}, {'id': '23', 'type': 'attribute', 'children': ['24', '27']}; {'id': '24', 'type': 'attribute', 'children': ['25', '26']}, {'id': '25', 'type': 'identifier', 'children': [], 'value': 'field'}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'typemap'}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'items'}; {'id': '28', 'type': 'argument_list', 'children': []}, {'id': '29', 'type': 'block', 'children': ['30', '38', '46', '60', '64', '72', '80', '95', '104', '108', '112']}; {'id': '30', 'type': 'expression_statement', 'children': ['31']}, {'id': '31', 'type': 'assignment', 'children': ['32', '33']}; {'id': '32', 'type': 'identifier', 'children': [], 'value': 'item'}, {'id': '33', 'type': 'call', 'children': ['34', '37']}; {'id': '34', 'type': 'attribute', 'children': ['35', '36']}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'definition_list_item'}, {'id': '37', 'type': 'argument_list', 'children': []}; {'id': '38', 'type': 'expression_statement', 'children': ['39']}, {'id': '39', 'type': 'assignment', 'children': ['40', '41']}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'item_term'}, {'id': '41', 'type': 'call', 'children': ['42', '45']}; {'id': '42', 'type': 'attribute', 'children': ['43', '44']}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'term'}, {'id': '45', 'type': 'argument_list', 'children': []}; {'id': '46', 'type': 'expression_statement', 'children': ['47']}, {'id': '47', 'type': 'augmented_assignment', 'children': ['48', '49'], 'value': '+='}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'item_term'}, {'id': '49', 'type': 'call', 'children': ['50', '53']}; {'id': '50', 'type': 'attribute', 'children': ['51', '52']}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'literal'}, {'id': '53', 'type': 'argument_list', 'children': ['54']}; {'id': '54', 'type': 'keyword_argument', 'children': ['55', '56']}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'text'}; {'id': '56', 'type': 'call', 'children': ['57', '58']}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'repr'}; {'id': '58', 'type': 'argument_list', 'children': ['59']}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'choice_value'}; {'id': '60', 'type': 'expression_statement', 'children': ['61']}, {'id': '61', 'type': 'augmented_assignment', 'children': ['62', '63'], 'value': '+='}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'item'}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'item_term'}; {'id': '64', 'type': 'expression_statement', 'children': ['65']}, {'id': '65', 'type': 'assignment', 'children': ['66', '67']}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'item_definition'}, {'id': '67', 'type': 'call', 'children': ['68', '71']}; {'id': '68', 'type': 'attribute', 'children': ['69', '70']}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'definition'}, {'id': '71', 'type': 'argument_list', 'children': []}; {'id': '72', 'type': 'expression_statement', 'children': ['73']}, {'id': '73', 'type': 'assignment', 'children': ['74', '75']}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'def_para'}, {'id': '75', 'type': 'call', 'children': ['76', '79']}; {'id': '76', 'type': 'attribute', 'children': ['77', '78']}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '78', 'type': 'identifier', 'children': [], 'value': 'paragraph'}, {'id': '79', 'type': 'argument_list', 'children': []}; {'id': '80', 'type': 'expression_statement', 'children': ['81']}, {'id': '81', 'type': 'assignment', 'children': ['82', '83']}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '83', 'type': 'call', 'children': ['84', '87']}; {'id': '84', 'type': 'attribute', 'children': ['85', '86']}, {'id': '85', 'type': 'string', 'children': [], 'value': "'.'"}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'join'}, {'id': '87', 'type': 'argument_list', 'children': ['88']}; {'id': '88', 'type': 'tuple', 'children': ['89', '92']}, {'id': '89', 'type': 'attribute', 'children': ['90', '91']}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'choice_class'}, {'id': '91', 'type': 'identifier', 'children': [], 'value': '__module__'}; {'id': '92', 'type': 'attribute', 'children': ['93', '94']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'choice_class'}; {'id': '94', 'type': 'identifier', 'children': [], 'value': '__name__'}, {'id': '95', 'type': 'expression_statement', 'children': ['96']}; {'id': '96', 'type': 'augmented_assignment', 'children': ['97', '98'], 'value': '+='}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'def_para'}; {'id': '98', 'type': 'call', 'children': ['99', '100']}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'pending_config_xref'}; {'id': '100', 'type': 'argument_list', 'children': ['101']}, {'id': '101', 'type': 'keyword_argument', 'children': ['102', '103']}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'rawsource'}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '104', 'type': 'expression_statement', 'children': ['105']}, {'id': '105', 'type': 'augmented_assignment', 'children': ['106', '107'], 'value': '+='}; {'id': '106', 'type': 'identifier', 'children': [], 'value': 'item_definition'}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'def_para'}; {'id': '108', 'type': 'expression_statement', 'children': ['109']}, {'id': '109', 'type': 'augmented_assignment', 'children': ['110', '111'], 'value': '+='}; {'id': '110', 'type': 'identifier', 'children': [], 'value': 'item'}, {'id': '111', 'type': 'identifier', 'children': [], 'value': 'item_definition'}; {'id': '112', 'type': 'expression_statement', 'children': ['113']}, {'id': '113', 'type': 'call', 'children': ['114', '117']}; {'id': '114', 'type': 'attribute', 'children': ['115', '116']}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'choice_dl'}; {'id': '116', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '117', 'type': 'argument_list', 'children': ['118']}; {'id': '118', 'type': 'identifier', 'children': [], 'value': 'item'}, {'id': '119', 'type': 'expression_statement', 'children': ['120']}; {'id': '120', 'type': 'assignment', 'children': ['121', '122']}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'choices_node'}; {'id': '122', 'type': 'call', 'children': ['123', '126']}, {'id': '123', 'type': 'attribute', 'children': ['124', '125']}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'definition_list_item'}; {'id': '126', 'type': 'argument_list', 'children': []}, {'id': '127', 'type': 'expression_statement', 'children': ['128']}; {'id': '128', 'type': 'call', 'children': ['129', '132']}, {'id': '129', 'type': 'attribute', 'children': ['130', '131']}; {'id': '130', 'type': 'identifier', 'children': [], 'value': 'choices_node'}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '132', 'type': 'argument_list', 'children': ['133']}, {'id': '133', 'type': 'call', 'children': ['134', '137']}; {'id': '134', 'type': 'attribute', 'children': ['135', '136']}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'term'}, {'id': '137', 'type': 'argument_list', 'children': ['138']}; {'id': '138', 'type': 'keyword_argument', 'children': ['139', '140']}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'text'}; {'id': '140', 'type': 'string', 'children': [], 'value': "'Choices'"}, {'id': '141', 'type': 'expression_statement', 'children': ['142']}; {'id': '142', 'type': 'assignment', 'children': ['143', '144']}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'choices_definition'}; {'id': '144', 'type': 'call', 'children': ['145', '148']}, {'id': '145', 'type': 'attribute', 'children': ['146', '147']}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'definition'}; {'id': '148', 'type': 'argument_list', 'children': []}, {'id': '149', 'type': 'expression_statement', 'children': ['150']}; {'id': '150', 'type': 'call', 'children': ['151', '154']}, {'id': '151', 'type': 'attribute', 'children': ['152', '153']}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'choices_definition'}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '154', 'type': 'argument_list', 'children': ['155']}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'choice_dl'}; {'id': '156', 'type': 'expression_statement', 'children': ['157']}, {'id': '157', 'type': 'call', 'children': ['158', '161']}; {'id': '158', 'type': 'attribute', 'children': ['159', '160']}, {'id': '159', 'type': 'identifier', 'children': [], 'value': 'choices_node'}; {'id': '160', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '161', 'type': 'argument_list', 'children': ['162']}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'choices_definition'}, {'id': '163', 'type': 'expression_statement', 'children': ['164']}; {'id': '164', 'type': 'assignment', 'children': ['165', '166']}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'field_type_item'}; {'id': '166', 'type': 'call', 'children': ['167', '170']}, {'id': '167', 'type': 'attribute', 'children': ['168', '169']}; {'id': '168', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'definition_list_item'}; {'id': '170', 'type': 'argument_list', 'children': []}, {'id': '171', 'type': 'expression_statement', 'children': ['172']}; {'id': '172', 'type': 'call', 'children': ['173', '176']}, {'id': '173', 'type': 'attribute', 'children': ['174', '175']}; {'id': '174', 'type': 'identifier', 'children': [], 'value': 'field_type_item'}, {'id': '175', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '176', 'type': 'argument_list', 'children': ['177']}, {'id': '177', 'type': 'call', 'children': ['178', '181']}; {'id': '178', 'type': 'attribute', 'children': ['179', '180']}, {'id': '179', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'term'}, {'id': '181', 'type': 'argument_list', 'children': ['182']}; {'id': '182', 'type': 'keyword_argument', 'children': ['183', '184']}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 'text'}; {'id': '184', 'type': 'string', 'children': [], 'value': '"Field type"'}, {'id': '185', 'type': 'expression_statement', 'children': ['186']}; {'id': '186', 'type': 'assignment', 'children': ['187', '188']}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content'}; {'id': '188', 'type': 'call', 'children': ['189', '192']}, {'id': '189', 'type': 'attribute', 'children': ['190', '191']}; {'id': '190', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'definition'}; {'id': '192', 'type': 'argument_list', 'children': []}, {'id': '193', 'type': 'expression_statement', 'children': ['194']}; {'id': '194', 'type': 'assignment', 'children': ['195', '196']}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content_p'}; {'id': '196', 'type': 'call', 'children': ['197', '200']}, {'id': '197', 'type': 'attribute', 'children': ['198', '199']}; {'id': '198', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'paragraph'}; {'id': '200', 'type': 'argument_list', 'children': []}, {'id': '201', 'type': 'if_statement', 'children': ['202', '205', '210']}; {'id': '202', 'type': 'attribute', 'children': ['203', '204']}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'field'}; {'id': '204', 'type': 'identifier', 'children': [], 'value': 'multi'}, {'id': '205', 'type': 'block', 'children': ['206']}; {'id': '206', 'type': 'expression_statement', 'children': ['207']}, {'id': '207', 'type': 'assignment', 'children': ['208', '209']}; {'id': '208', 'type': 'identifier', 'children': [], 'value': 'multi_text'}, {'id': '209', 'type': 'string', 'children': [], 'value': '"Multi-selection "'}; {'id': '210', 'type': 'else_clause', 'children': ['211']}, {'id': '211', 'type': 'block', 'children': ['212']}; {'id': '212', 'type': 'expression_statement', 'children': ['213']}, {'id': '213', 'type': 'assignment', 'children': ['214', '215']}; {'id': '214', 'type': 'identifier', 'children': [], 'value': 'multi_text'}, {'id': '215', 'type': 'string', 'children': [], 'value': '"Single-selection "'}; {'id': '216', 'type': 'expression_statement', 'children': ['217']}, {'id': '217', 'type': 'augmented_assignment', 'children': ['218', '219'], 'value': '+='}; {'id': '218', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content_p'}, {'id': '219', 'type': 'call', 'children': ['220', '223']}; {'id': '220', 'type': 'attribute', 'children': ['221', '222']}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '222', 'type': 'identifier', 'children': [], 'value': 'Text'}, {'id': '223', 'type': 'argument_list', 'children': ['224', '225']}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'multi_text'}, {'id': '225', 'type': 'identifier', 'children': [], 'value': 'multi_text'}; {'id': '226', 'type': 'expression_statement', 'children': ['227']}, {'id': '227', 'type': 'augmented_assignment', 'children': ['228', '229'], 'value': '+='}; {'id': '228', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content_p'}, {'id': '229', 'type': 'subscript', 'children': ['230', '245']}; {'id': '230', 'type': 'attribute', 'children': ['231', '244']}, {'id': '231', 'type': 'subscript', 'children': ['232', '243']}; {'id': '232', 'type': 'call', 'children': ['233', '234']}, {'id': '233', 'type': 'identifier', 'children': [], 'value': 'make_python_xref_nodes_for_type'}; {'id': '234', 'type': 'argument_list', 'children': ['235', '239', '240']}, {'id': '235', 'type': 'call', 'children': ['236', '237']}; {'id': '236', 'type': 'identifier', 'children': [], 'value': 'type'}, {'id': '237', 'type': 'argument_list', 'children': ['238']}; {'id': '238', 'type': 'identifier', 'children': [], 'value': 'field'}, {'id': '239', 'type': 'identifier', 'children': [], 'value': 'state'}; {'id': '240', 'type': 'keyword_argument', 'children': ['241', '242']}, {'id': '241', 'type': 'identifier', 'children': [], 'value': 'hide_namespace'}; {'id': '242', 'type': 'True', 'children': []}, {'id': '243', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '244', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '245', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '246', 'type': 'if_statement', 'children': ['247', '250']}, {'id': '247', 'type': 'attribute', 'children': ['248', '249']}; {'id': '248', 'type': 'identifier', 'children': [], 'value': 'field'}, {'id': '249', 'type': 'identifier', 'children': [], 'value': 'optional'}; {'id': '250', 'type': 'block', 'children': ['251']}, {'id': '251', 'type': 'expression_statement', 'children': ['252']}; {'id': '252', 'type': 'augmented_assignment', 'children': ['253', '254'], 'value': '+='}, {'id': '253', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content_p'}; {'id': '254', 'type': 'call', 'children': ['255', '258']}, {'id': '255', 'type': 'attribute', 'children': ['256', '257']}; {'id': '256', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '257', 'type': 'identifier', 'children': [], 'value': 'Text'}; {'id': '258', 'type': 'argument_list', 'children': ['259', '260']}, {'id': '259', 'type': 'string', 'children': [], 'value': "' (optional)'"}; {'id': '260', 'type': 'string', 'children': [], 'value': "' (optional)'"}, {'id': '261', 'type': 'expression_statement', 'children': ['262']}; {'id': '262', 'type': 'augmented_assignment', 'children': ['263', '264'], 'value': '+='}, {'id': '263', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content'}; {'id': '264', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content_p'}, {'id': '265', 'type': 'expression_statement', 'children': ['266']}; {'id': '266', 'type': 'augmented_assignment', 'children': ['267', '268'], 'value': '+='}, {'id': '267', 'type': 'identifier', 'children': [], 'value': 'field_type_item'}; {'id': '268', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content'}, {'id': '269', 'type': 'expression_statement', 'children': ['270']}; {'id': '270', 'type': 'assignment', 'children': ['271', '272']}, {'id': '271', 'type': 'identifier', 'children': [], 'value': 'dl'}; {'id': '272', 'type': 'call', 'children': ['273', '276']}, {'id': '273', 'type': 'attribute', 'children': ['274', '275']}; {'id': '274', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '275', 'type': 'identifier', 'children': [], 'value': 'definition_list'}; {'id': '276', 'type': 'argument_list', 'children': []}, {'id': '277', 'type': 'expression_statement', 'children': ['278']}; {'id': '278', 'type': 'augmented_assignment', 'children': ['279', '280'], 'value': '+='}, {'id': '279', 'type': 'identifier', 'children': [], 'value': 'dl'}; {'id': '280', 'type': 'call', 'children': ['281', '282']}, {'id': '281', 'type': 'identifier', 'children': [], 'value': 'create_default_item_node'}; {'id': '282', 'type': 'argument_list', 'children': ['283', '284']}, {'id': '283', 'type': 'identifier', 'children': [], 'value': 'field'}; {'id': '284', 'type': 'identifier', 'children': [], 'value': 'state'}, {'id': '285', 'type': 'expression_statement', 'children': ['286']}; {'id': '286', 'type': 'augmented_assignment', 'children': ['287', '288'], 'value': '+='}, {'id': '287', 'type': 'identifier', 'children': [], 'value': 'dl'}; {'id': '288', 'type': 'identifier', 'children': [], 'value': 'field_type_item'}, {'id': '289', 'type': 'expression_statement', 'children': ['290']}; {'id': '290', 'type': 'augmented_assignment', 'children': ['291', '292'], 'value': '+='}, {'id': '291', 'type': 'identifier', 'children': [], 'value': 'dl'}; {'id': '292', 'type': 'identifier', 'children': [], 'value': 'choices_node'}, {'id': '293', 'type': 'expression_statement', 'children': ['294']}; {'id': '294', 'type': 'assignment', 'children': ['295', '296']}, {'id': '295', 'type': 'identifier', 'children': [], 'value': 'desc_node'}; {'id': '296', 'type': 'call', 'children': ['297', '298']}, {'id': '297', 'type': 'identifier', 'children': [], 'value': 'create_description_node'}; {'id': '298', 'type': 'argument_list', 'children': ['299', '300']}, {'id': '299', 'type': 'identifier', 'children': [], 'value': 'field'}; {'id': '300', 'type': 'identifier', 'children': [], 'value': 'state'}, {'id': '301', 'type': 'expression_statement', 'children': ['302']}; {'id': '302', 'type': 'assignment', 'children': ['303', '304']}, {'id': '303', 'type': 'identifier', 'children': [], 'value': 'title'}; {'id': '304', 'type': 'call', 'children': ['305', '306']}, {'id': '305', 'type': 'identifier', 'children': [], 'value': 'create_title_node'}; {'id': '306', 'type': 'argument_list', 'children': ['307', '308', '309', '310', '311']}, {'id': '307', 'type': 'identifier', 'children': [], 'value': 'field_name'}; {'id': '308', 'type': 'identifier', 'children': [], 'value': 'field'}, {'id': '309', 'type': 'identifier', 'children': [], 'value': 'field_id'}; {'id': '310', 'type': 'identifier', 'children': [], 'value': 'state'}, {'id': '311', 'type': 'identifier', 'children': [], 'value': 'lineno'}; {'id': '312', 'type': 'return_statement', 'children': ['313']}, {'id': '313', 'type': 'list', 'children': ['314', '315', '316'], 'value': '[title, dl, desc_node]'}; {'id': '314', 'type': 'identifier', 'children': [], 'value': 'title'}, {'id': '315', 'type': 'identifier', 'children': [], 'value': 'dl'} | def format_configchoicefield_nodes(field_name, field, field_id, state, lineno):
choice_dl = nodes.definition_list()
for choice_value, choice_class in field.typemap.items():
item = nodes.definition_list_item()
item_term = nodes.term()
item_term += nodes.literal(text=repr(choice_value))
item += item_term
item_definition = nodes.definition()
def_para = nodes.paragraph()
name = '.'.join((choice_class.__module__, choice_class.__name__))
def_para += pending_config_xref(rawsource=name)
item_definition += def_para
item += item_definition
choice_dl.append(item)
choices_node = nodes.definition_list_item()
choices_node.append(nodes.term(text='Choices'))
choices_definition = nodes.definition()
choices_definition.append(choice_dl)
choices_node.append(choices_definition)
field_type_item = nodes.definition_list_item()
field_type_item.append(nodes.term(text="Field type"))
field_type_item_content = nodes.definition()
field_type_item_content_p = nodes.paragraph()
if field.multi:
multi_text = "Multi-selection "
else:
multi_text = "Single-selection "
field_type_item_content_p += nodes.Text(multi_text, multi_text)
field_type_item_content_p += make_python_xref_nodes_for_type(
type(field),
state,
hide_namespace=True)[0].children[0]
if field.optional:
field_type_item_content_p += nodes.Text(' (optional)', ' (optional)')
field_type_item_content += field_type_item_content_p
field_type_item += field_type_item_content
dl = nodes.definition_list()
dl += create_default_item_node(field, state)
dl += field_type_item
dl += choices_node
desc_node = create_description_node(field, state)
title = create_title_node(field_name, field, field_id, state, lineno)
return [title, dl, desc_node] |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '9']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'format_registryfield_nodes'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '6', '7', '8']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'field_name'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'field'}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'field_id'}, {'id': '7', 'type': 'identifier', 'children': [], 'value': 'state'}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'lineno'}, {'id': '9', 'type': 'block', 'children': ['10', '18', '26', '192', '200', '214', '222', '229', '236', '244', '258', '266', '274', '289', '299', '319', '334', '338', '342', '350', '358', '362', '366', '374', '385']}; {'id': '10', 'type': 'import_from_statement', 'children': ['11', '16']}, {'id': '11', 'type': 'dotted_name', 'children': ['12', '13', '14', '15']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'lsst'}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'pex'}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'config'}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'registry'}; {'id': '16', 'type': 'dotted_name', 'children': ['17']}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'ConfigurableWrapper'}; {'id': '18', 'type': 'expression_statement', 'children': ['19']}, {'id': '19', 'type': 'assignment', 'children': ['20', '21']}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'choice_dl'}, {'id': '21', 'type': 'call', 'children': ['22', '25']}; {'id': '22', 'type': 'attribute', 'children': ['23', '24']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'definition_list'}, {'id': '25', 'type': 'argument_list', 'children': []}; {'id': '26', 'type': 'for_statement', 'children': ['27', '30', '37']}, {'id': '27', 'type': 'pattern_list', 'children': ['28', '29']}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'choice_value'}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'choice_class'}; {'id': '30', 'type': 'call', 'children': ['31', '36']}, {'id': '31', 'type': 'attribute', 'children': ['32', '35']}; {'id': '32', 'type': 'attribute', 'children': ['33', '34']}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'field'}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'registry'}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'items'}; {'id': '36', 'type': 'argument_list', 'children': []}, {'id': '37', 'type': 'block', 'children': ['38', '118', '126', '134', '148', '152', '160', '168', '177', '181', '185']}; {'id': '38', 'type': 'if_statement', 'children': ['39', '51', '67', '97']}, {'id': '39', 'type': 'boolean_operator', 'children': ['40', '45', '46'], 'value': 'and'}; {'id': '40', 'type': 'call', 'children': ['41', '42']}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'hasattr'}; {'id': '42', 'type': 'argument_list', 'children': ['43', '44']}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'choice_class'}; {'id': '44', 'type': 'string', 'children': [], 'value': "'__module__'"}, {'id': '45', 'type': 'line_continuation', 'children': [], 'value': '\\'}; {'id': '46', 'type': 'call', 'children': ['47', '48']}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'hasattr'}; {'id': '48', 'type': 'argument_list', 'children': ['49', '50']}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'choice_class'}; {'id': '50', 'type': 'string', 'children': [], 'value': "'__name__'"}, {'id': '51', 'type': 'block', 'children': ['52']}; {'id': '52', 'type': 'expression_statement', 'children': ['53']}, {'id': '53', 'type': 'assignment', 'children': ['54', '55']}; {'id': '54', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '55', 'type': 'call', 'children': ['56', '59']}; {'id': '56', 'type': 'attribute', 'children': ['57', '58']}, {'id': '57', 'type': 'string', 'children': [], 'value': "'.'"}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'join'}, {'id': '59', 'type': 'argument_list', 'children': ['60']}; {'id': '60', 'type': 'tuple', 'children': ['61', '64']}, {'id': '61', 'type': 'attribute', 'children': ['62', '63']}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'choice_class'}, {'id': '63', 'type': 'identifier', 'children': [], 'value': '__module__'}; {'id': '64', 'type': 'attribute', 'children': ['65', '66']}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'choice_class'}; {'id': '66', 'type': 'identifier', 'children': [], 'value': '__name__'}, {'id': '67', 'type': 'elif_clause', 'children': ['68', '73']}; {'id': '68', 'type': 'call', 'children': ['69', '70']}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'isinstance'}; {'id': '70', 'type': 'argument_list', 'children': ['71', '72']}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'choice_class'}; {'id': '72', 'type': 'identifier', 'children': [], 'value': 'ConfigurableWrapper'}, {'id': '73', 'type': 'block', 'children': ['74']}; {'id': '74', 'type': 'expression_statement', 'children': ['75']}, {'id': '75', 'type': 'assignment', 'children': ['76', '77']}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '77', 'type': 'call', 'children': ['78', '81']}; {'id': '78', 'type': 'attribute', 'children': ['79', '80']}, {'id': '79', 'type': 'string', 'children': [], 'value': "'.'"}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'join'}, {'id': '81', 'type': 'argument_list', 'children': ['82']}; {'id': '82', 'type': 'tuple', 'children': ['83', '90']}, {'id': '83', 'type': 'attribute', 'children': ['84', '89']}; {'id': '84', 'type': 'attribute', 'children': ['85', '88']}, {'id': '85', 'type': 'attribute', 'children': ['86', '87']}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'choice_class'}, {'id': '87', 'type': 'identifier', 'children': [], 'value': '_target'}; {'id': '88', 'type': 'identifier', 'children': [], 'value': '__class__'}, {'id': '89', 'type': 'identifier', 'children': [], 'value': '__module__'}; {'id': '90', 'type': 'attribute', 'children': ['91', '96']}, {'id': '91', 'type': 'attribute', 'children': ['92', '95']}; {'id': '92', 'type': 'attribute', 'children': ['93', '94']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'choice_class'}; {'id': '94', 'type': 'identifier', 'children': [], 'value': '_target'}, {'id': '95', 'type': 'identifier', 'children': [], 'value': '__class__'}; {'id': '96', 'type': 'identifier', 'children': [], 'value': '__name__'}, {'id': '97', 'type': 'else_clause', 'children': ['98']}; {'id': '98', 'type': 'block', 'children': ['99']}, {'id': '99', 'type': 'expression_statement', 'children': ['100']}; {'id': '100', 'type': 'assignment', 'children': ['101', '102']}, {'id': '101', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '102', 'type': 'call', 'children': ['103', '106']}, {'id': '103', 'type': 'attribute', 'children': ['104', '105']}; {'id': '104', 'type': 'string', 'children': [], 'value': "'.'"}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'join'}; {'id': '106', 'type': 'argument_list', 'children': ['107']}, {'id': '107', 'type': 'tuple', 'children': ['108', '113']}; {'id': '108', 'type': 'attribute', 'children': ['109', '112']}, {'id': '109', 'type': 'attribute', 'children': ['110', '111']}; {'id': '110', 'type': 'identifier', 'children': [], 'value': 'choice_class'}, {'id': '111', 'type': 'identifier', 'children': [], 'value': '__class__'}; {'id': '112', 'type': 'identifier', 'children': [], 'value': '__module__'}, {'id': '113', 'type': 'attribute', 'children': ['114', '117']}; {'id': '114', 'type': 'attribute', 'children': ['115', '116']}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'choice_class'}; {'id': '116', 'type': 'identifier', 'children': [], 'value': '__class__'}, {'id': '117', 'type': 'identifier', 'children': [], 'value': '__name__'}; {'id': '118', 'type': 'expression_statement', 'children': ['119']}, {'id': '119', 'type': 'assignment', 'children': ['120', '121']}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'item'}, {'id': '121', 'type': 'call', 'children': ['122', '125']}; {'id': '122', 'type': 'attribute', 'children': ['123', '124']}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'definition_list_item'}, {'id': '125', 'type': 'argument_list', 'children': []}; {'id': '126', 'type': 'expression_statement', 'children': ['127']}, {'id': '127', 'type': 'assignment', 'children': ['128', '129']}; {'id': '128', 'type': 'identifier', 'children': [], 'value': 'item_term'}, {'id': '129', 'type': 'call', 'children': ['130', '133']}; {'id': '130', 'type': 'attribute', 'children': ['131', '132']}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'term'}, {'id': '133', 'type': 'argument_list', 'children': []}; {'id': '134', 'type': 'expression_statement', 'children': ['135']}, {'id': '135', 'type': 'augmented_assignment', 'children': ['136', '137'], 'value': '+='}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'item_term'}, {'id': '137', 'type': 'call', 'children': ['138', '141']}; {'id': '138', 'type': 'attribute', 'children': ['139', '140']}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'literal'}, {'id': '141', 'type': 'argument_list', 'children': ['142']}; {'id': '142', 'type': 'keyword_argument', 'children': ['143', '144']}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'text'}; {'id': '144', 'type': 'call', 'children': ['145', '146']}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'repr'}; {'id': '146', 'type': 'argument_list', 'children': ['147']}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'choice_value'}; {'id': '148', 'type': 'expression_statement', 'children': ['149']}, {'id': '149', 'type': 'augmented_assignment', 'children': ['150', '151'], 'value': '+='}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 'item'}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'item_term'}; {'id': '152', 'type': 'expression_statement', 'children': ['153']}, {'id': '153', 'type': 'assignment', 'children': ['154', '155']}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'item_definition'}, {'id': '155', 'type': 'call', 'children': ['156', '159']}; {'id': '156', 'type': 'attribute', 'children': ['157', '158']}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'definition'}, {'id': '159', 'type': 'argument_list', 'children': []}; {'id': '160', 'type': 'expression_statement', 'children': ['161']}, {'id': '161', 'type': 'assignment', 'children': ['162', '163']}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'def_para'}, {'id': '163', 'type': 'call', 'children': ['164', '167']}; {'id': '164', 'type': 'attribute', 'children': ['165', '166']}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'paragraph'}, {'id': '167', 'type': 'argument_list', 'children': []}; {'id': '168', 'type': 'expression_statement', 'children': ['169']}, {'id': '169', 'type': 'augmented_assignment', 'children': ['170', '171'], 'value': '+='}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'def_para'}, {'id': '171', 'type': 'call', 'children': ['172', '173']}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'pending_task_xref'}, {'id': '173', 'type': 'argument_list', 'children': ['174']}; {'id': '174', 'type': 'keyword_argument', 'children': ['175', '176']}, {'id': '175', 'type': 'identifier', 'children': [], 'value': 'rawsource'}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '177', 'type': 'expression_statement', 'children': ['178']}; {'id': '178', 'type': 'augmented_assignment', 'children': ['179', '180'], 'value': '+='}, {'id': '179', 'type': 'identifier', 'children': [], 'value': 'item_definition'}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'def_para'}, {'id': '181', 'type': 'expression_statement', 'children': ['182']}; {'id': '182', 'type': 'augmented_assignment', 'children': ['183', '184'], 'value': '+='}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 'item'}; {'id': '184', 'type': 'identifier', 'children': [], 'value': 'item_definition'}, {'id': '185', 'type': 'expression_statement', 'children': ['186']}; {'id': '186', 'type': 'call', 'children': ['187', '190']}, {'id': '187', 'type': 'attribute', 'children': ['188', '189']}; {'id': '188', 'type': 'identifier', 'children': [], 'value': 'choice_dl'}, {'id': '189', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '190', 'type': 'argument_list', 'children': ['191']}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'item'}; {'id': '192', 'type': 'expression_statement', 'children': ['193']}, {'id': '193', 'type': 'assignment', 'children': ['194', '195']}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'choices_node'}, {'id': '195', 'type': 'call', 'children': ['196', '199']}; {'id': '196', 'type': 'attribute', 'children': ['197', '198']}, {'id': '197', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '198', 'type': 'identifier', 'children': [], 'value': 'definition_list_item'}, {'id': '199', 'type': 'argument_list', 'children': []}; {'id': '200', 'type': 'expression_statement', 'children': ['201']}, {'id': '201', 'type': 'call', 'children': ['202', '205']}; {'id': '202', 'type': 'attribute', 'children': ['203', '204']}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'choices_node'}; {'id': '204', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '205', 'type': 'argument_list', 'children': ['206']}; {'id': '206', 'type': 'call', 'children': ['207', '210']}, {'id': '207', 'type': 'attribute', 'children': ['208', '209']}; {'id': '208', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '209', 'type': 'identifier', 'children': [], 'value': 'term'}; {'id': '210', 'type': 'argument_list', 'children': ['211']}, {'id': '211', 'type': 'keyword_argument', 'children': ['212', '213']}; {'id': '212', 'type': 'identifier', 'children': [], 'value': 'text'}, {'id': '213', 'type': 'string', 'children': [], 'value': "'Choices'"}; {'id': '214', 'type': 'expression_statement', 'children': ['215']}, {'id': '215', 'type': 'assignment', 'children': ['216', '217']}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'choices_definition'}, {'id': '217', 'type': 'call', 'children': ['218', '221']}; {'id': '218', 'type': 'attribute', 'children': ['219', '220']}, {'id': '219', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '220', 'type': 'identifier', 'children': [], 'value': 'definition'}, {'id': '221', 'type': 'argument_list', 'children': []}; {'id': '222', 'type': 'expression_statement', 'children': ['223']}, {'id': '223', 'type': 'call', 'children': ['224', '227']}; {'id': '224', 'type': 'attribute', 'children': ['225', '226']}, {'id': '225', 'type': 'identifier', 'children': [], 'value': 'choices_definition'}; {'id': '226', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '227', 'type': 'argument_list', 'children': ['228']}; {'id': '228', 'type': 'identifier', 'children': [], 'value': 'choice_dl'}, {'id': '229', 'type': 'expression_statement', 'children': ['230']}; {'id': '230', 'type': 'call', 'children': ['231', '234']}, {'id': '231', 'type': 'attribute', 'children': ['232', '233']}; {'id': '232', 'type': 'identifier', 'children': [], 'value': 'choices_node'}, {'id': '233', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '234', 'type': 'argument_list', 'children': ['235']}, {'id': '235', 'type': 'identifier', 'children': [], 'value': 'choices_definition'}; {'id': '236', 'type': 'expression_statement', 'children': ['237']}, {'id': '237', 'type': 'assignment', 'children': ['238', '239']}; {'id': '238', 'type': 'identifier', 'children': [], 'value': 'field_type_item'}, {'id': '239', 'type': 'call', 'children': ['240', '243']}; {'id': '240', 'type': 'attribute', 'children': ['241', '242']}, {'id': '241', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '242', 'type': 'identifier', 'children': [], 'value': 'definition_list_item'}, {'id': '243', 'type': 'argument_list', 'children': []}; {'id': '244', 'type': 'expression_statement', 'children': ['245']}, {'id': '245', 'type': 'call', 'children': ['246', '249']}; {'id': '246', 'type': 'attribute', 'children': ['247', '248']}, {'id': '247', 'type': 'identifier', 'children': [], 'value': 'field_type_item'}; {'id': '248', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '249', 'type': 'argument_list', 'children': ['250']}; {'id': '250', 'type': 'call', 'children': ['251', '254']}, {'id': '251', 'type': 'attribute', 'children': ['252', '253']}; {'id': '252', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '253', 'type': 'identifier', 'children': [], 'value': 'term'}; {'id': '254', 'type': 'argument_list', 'children': ['255']}, {'id': '255', 'type': 'keyword_argument', 'children': ['256', '257']}; {'id': '256', 'type': 'identifier', 'children': [], 'value': 'text'}, {'id': '257', 'type': 'string', 'children': [], 'value': '"Field type"'}; {'id': '258', 'type': 'expression_statement', 'children': ['259']}, {'id': '259', 'type': 'assignment', 'children': ['260', '261']}; {'id': '260', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content'}, {'id': '261', 'type': 'call', 'children': ['262', '265']}; {'id': '262', 'type': 'attribute', 'children': ['263', '264']}, {'id': '263', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '264', 'type': 'identifier', 'children': [], 'value': 'definition'}, {'id': '265', 'type': 'argument_list', 'children': []}; {'id': '266', 'type': 'expression_statement', 'children': ['267']}, {'id': '267', 'type': 'assignment', 'children': ['268', '269']}; {'id': '268', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content_p'}, {'id': '269', 'type': 'call', 'children': ['270', '273']}; {'id': '270', 'type': 'attribute', 'children': ['271', '272']}, {'id': '271', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '272', 'type': 'identifier', 'children': [], 'value': 'paragraph'}, {'id': '273', 'type': 'argument_list', 'children': []}; {'id': '274', 'type': 'if_statement', 'children': ['275', '278', '283']}, {'id': '275', 'type': 'attribute', 'children': ['276', '277']}; {'id': '276', 'type': 'identifier', 'children': [], 'value': 'field'}, {'id': '277', 'type': 'identifier', 'children': [], 'value': 'multi'}; {'id': '278', 'type': 'block', 'children': ['279']}, {'id': '279', 'type': 'expression_statement', 'children': ['280']}; {'id': '280', 'type': 'assignment', 'children': ['281', '282']}, {'id': '281', 'type': 'identifier', 'children': [], 'value': 'multi_text'}; {'id': '282', 'type': 'string', 'children': [], 'value': '"Multi-selection "'}, {'id': '283', 'type': 'else_clause', 'children': ['284']}; {'id': '284', 'type': 'block', 'children': ['285']}, {'id': '285', 'type': 'expression_statement', 'children': ['286']}; {'id': '286', 'type': 'assignment', 'children': ['287', '288']}, {'id': '287', 'type': 'identifier', 'children': [], 'value': 'multi_text'}; {'id': '288', 'type': 'string', 'children': [], 'value': '"Single-selection "'}, {'id': '289', 'type': 'expression_statement', 'children': ['290']}; {'id': '290', 'type': 'augmented_assignment', 'children': ['291', '292'], 'value': '+='}, {'id': '291', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content_p'}; {'id': '292', 'type': 'call', 'children': ['293', '296']}, {'id': '293', 'type': 'attribute', 'children': ['294', '295']}; {'id': '294', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '295', 'type': 'identifier', 'children': [], 'value': 'Text'}; {'id': '296', 'type': 'argument_list', 'children': ['297', '298']}, {'id': '297', 'type': 'identifier', 'children': [], 'value': 'multi_text'}; {'id': '298', 'type': 'identifier', 'children': [], 'value': 'multi_text'}, {'id': '299', 'type': 'expression_statement', 'children': ['300']}; {'id': '300', 'type': 'augmented_assignment', 'children': ['301', '302'], 'value': '+='}, {'id': '301', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content_p'}; {'id': '302', 'type': 'subscript', 'children': ['303', '318']}, {'id': '303', 'type': 'attribute', 'children': ['304', '317']}; {'id': '304', 'type': 'subscript', 'children': ['305', '316']}, {'id': '305', 'type': 'call', 'children': ['306', '307']}; {'id': '306', 'type': 'identifier', 'children': [], 'value': 'make_python_xref_nodes_for_type'}, {'id': '307', 'type': 'argument_list', 'children': ['308', '312', '313']}; {'id': '308', 'type': 'call', 'children': ['309', '310']}, {'id': '309', 'type': 'identifier', 'children': [], 'value': 'type'}; {'id': '310', 'type': 'argument_list', 'children': ['311']}, {'id': '311', 'type': 'identifier', 'children': [], 'value': 'field'}; {'id': '312', 'type': 'identifier', 'children': [], 'value': 'state'}, {'id': '313', 'type': 'keyword_argument', 'children': ['314', '315']}; {'id': '314', 'type': 'identifier', 'children': [], 'value': 'hide_namespace'}, {'id': '315', 'type': 'True', 'children': []}; {'id': '316', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '317', 'type': 'identifier', 'children': [], 'value': 'children'}; {'id': '318', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '319', 'type': 'if_statement', 'children': ['320', '323']}; {'id': '320', 'type': 'attribute', 'children': ['321', '322']}, {'id': '321', 'type': 'identifier', 'children': [], 'value': 'field'}; {'id': '322', 'type': 'identifier', 'children': [], 'value': 'optional'}, {'id': '323', 'type': 'block', 'children': ['324']}; {'id': '324', 'type': 'expression_statement', 'children': ['325']}, {'id': '325', 'type': 'augmented_assignment', 'children': ['326', '327'], 'value': '+='}; {'id': '326', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content_p'}, {'id': '327', 'type': 'call', 'children': ['328', '331']}; {'id': '328', 'type': 'attribute', 'children': ['329', '330']}, {'id': '329', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '330', 'type': 'identifier', 'children': [], 'value': 'Text'}, {'id': '331', 'type': 'argument_list', 'children': ['332', '333']}; {'id': '332', 'type': 'string', 'children': [], 'value': "' (optional)'"}, {'id': '333', 'type': 'string', 'children': [], 'value': "' (optional)'"}; {'id': '334', 'type': 'expression_statement', 'children': ['335']}, {'id': '335', 'type': 'augmented_assignment', 'children': ['336', '337'], 'value': '+='}; {'id': '336', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content'}, {'id': '337', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content_p'}; {'id': '338', 'type': 'expression_statement', 'children': ['339']}, {'id': '339', 'type': 'augmented_assignment', 'children': ['340', '341'], 'value': '+='}; {'id': '340', 'type': 'identifier', 'children': [], 'value': 'field_type_item'}, {'id': '341', 'type': 'identifier', 'children': [], 'value': 'field_type_item_content'}; {'id': '342', 'type': 'expression_statement', 'children': ['343']}, {'id': '343', 'type': 'assignment', 'children': ['344', '345']}; {'id': '344', 'type': 'identifier', 'children': [], 'value': 'dl'}, {'id': '345', 'type': 'call', 'children': ['346', '349']}; {'id': '346', 'type': 'attribute', 'children': ['347', '348']}, {'id': '347', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '348', 'type': 'identifier', 'children': [], 'value': 'definition_list'}, {'id': '349', 'type': 'argument_list', 'children': []}; {'id': '350', 'type': 'expression_statement', 'children': ['351']}, {'id': '351', 'type': 'augmented_assignment', 'children': ['352', '353'], 'value': '+='}; {'id': '352', 'type': 'identifier', 'children': [], 'value': 'dl'}, {'id': '353', 'type': 'call', 'children': ['354', '355']}; {'id': '354', 'type': 'identifier', 'children': [], 'value': 'create_default_item_node'}, {'id': '355', 'type': 'argument_list', 'children': ['356', '357']}; {'id': '356', 'type': 'identifier', 'children': [], 'value': 'field'}, {'id': '357', 'type': 'identifier', 'children': [], 'value': 'state'}; {'id': '358', 'type': 'expression_statement', 'children': ['359']}, {'id': '359', 'type': 'augmented_assignment', 'children': ['360', '361'], 'value': '+='}; {'id': '360', 'type': 'identifier', 'children': [], 'value': 'dl'}, {'id': '361', 'type': 'identifier', 'children': [], 'value': 'field_type_item'}; {'id': '362', 'type': 'expression_statement', 'children': ['363']}, {'id': '363', 'type': 'augmented_assignment', 'children': ['364', '365'], 'value': '+='}; {'id': '364', 'type': 'identifier', 'children': [], 'value': 'dl'}, {'id': '365', 'type': 'identifier', 'children': [], 'value': 'choices_node'}; {'id': '366', 'type': 'expression_statement', 'children': ['367']}, {'id': '367', 'type': 'assignment', 'children': ['368', '369']}; {'id': '368', 'type': 'identifier', 'children': [], 'value': 'desc_node'}, {'id': '369', 'type': 'call', 'children': ['370', '371']}; {'id': '370', 'type': 'identifier', 'children': [], 'value': 'create_description_node'}, {'id': '371', 'type': 'argument_list', 'children': ['372', '373']}; {'id': '372', 'type': 'identifier', 'children': [], 'value': 'field'}, {'id': '373', 'type': 'identifier', 'children': [], 'value': 'state'}; {'id': '374', 'type': 'expression_statement', 'children': ['375']}, {'id': '375', 'type': 'assignment', 'children': ['376', '377']}; {'id': '376', 'type': 'identifier', 'children': [], 'value': 'title'}, {'id': '377', 'type': 'call', 'children': ['378', '379']}; {'id': '378', 'type': 'identifier', 'children': [], 'value': 'create_title_node'}, {'id': '379', 'type': 'argument_list', 'children': ['380', '381', '382', '383', '384']}; {'id': '380', 'type': 'identifier', 'children': [], 'value': 'field_name'}, {'id': '381', 'type': 'identifier', 'children': [], 'value': 'field'}; {'id': '382', 'type': 'identifier', 'children': [], 'value': 'field_id'}, {'id': '383', 'type': 'identifier', 'children': [], 'value': 'state'}; {'id': '384', 'type': 'identifier', 'children': [], 'value': 'lineno'}, {'id': '385', 'type': 'return_statement', 'children': ['386']}; {'id': '386', 'type': 'list', 'children': ['387', '388', '389'], 'value': '[title, dl, desc_node]'}, {'id': '387', 'type': 'identifier', 'children': [], 'value': 'title'}; {'id': '388', 'type': 'identifier', 'children': [], 'value': 'dl'}, {'id': '389', 'type': 'identifier', 'children': [], 'value': 'desc_node'} | def format_registryfield_nodes(field_name, field, field_id, state, lineno):
from lsst.pex.config.registry import ConfigurableWrapper
choice_dl = nodes.definition_list()
for choice_value, choice_class in field.registry.items():
if hasattr(choice_class, '__module__') \
and hasattr(choice_class, '__name__'):
name = '.'.join((choice_class.__module__, choice_class.__name__))
elif isinstance(choice_class, ConfigurableWrapper):
name = '.'.join((choice_class._target.__class__.__module__,
choice_class._target.__class__.__name__))
else:
name = '.'.join((choice_class.__class__.__module__,
choice_class.__class__.__name__))
item = nodes.definition_list_item()
item_term = nodes.term()
item_term += nodes.literal(text=repr(choice_value))
item += item_term
item_definition = nodes.definition()
def_para = nodes.paragraph()
def_para += pending_task_xref(rawsource=name)
item_definition += def_para
item += item_definition
choice_dl.append(item)
choices_node = nodes.definition_list_item()
choices_node.append(nodes.term(text='Choices'))
choices_definition = nodes.definition()
choices_definition.append(choice_dl)
choices_node.append(choices_definition)
field_type_item = nodes.definition_list_item()
field_type_item.append(nodes.term(text="Field type"))
field_type_item_content = nodes.definition()
field_type_item_content_p = nodes.paragraph()
if field.multi:
multi_text = "Multi-selection "
else:
multi_text = "Single-selection "
field_type_item_content_p += nodes.Text(multi_text, multi_text)
field_type_item_content_p += make_python_xref_nodes_for_type(
type(field),
state,
hide_namespace=True)[0].children[0]
if field.optional:
field_type_item_content_p += nodes.Text(' (optional)', ' (optional)')
field_type_item_content += field_type_item_content_p
field_type_item += field_type_item_content
dl = nodes.definition_list()
dl += create_default_item_node(field, state)
dl += field_type_item
dl += choices_node
desc_node = create_description_node(field, state)
title = create_title_node(field_name, field, field_id, state, lineno)
return [title, dl, desc_node] |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '5']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'translate_argv'}, {'id': '3', 'type': 'parameters', 'children': ['4']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'raw_args'}, {'id': '5', 'type': 'block', 'children': ['6', '10', '57', '64', '86', '93', '147', '154', '165', '172', '183', '190', '204', '211', '225']}; {'id': '6', 'type': 'expression_statement', 'children': ['7']}, {'id': '7', 'type': 'assignment', 'children': ['8', '9']}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'kwargs'}, {'id': '9', 'type': 'dictionary', 'children': []}; {'id': '10', 'type': 'function_definition', 'children': ['11', '12', '14']}, {'id': '11', 'type': 'function_name', 'children': [], 'value': 'get_parameter'}; {'id': '12', 'type': 'parameters', 'children': ['13']}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'param_str'}; {'id': '14', 'type': 'block', 'children': ['15', '55']}, {'id': '15', 'type': 'for_statement', 'children': ['16', '19', '23']}; {'id': '16', 'type': 'pattern_list', 'children': ['17', '18']}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'a'}, {'id': '19', 'type': 'call', 'children': ['20', '21']}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'enumerate'}, {'id': '21', 'type': 'argument_list', 'children': ['22']}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'raw_args'}, {'id': '23', 'type': 'block', 'children': ['24']}; {'id': '24', 'type': 'if_statement', 'children': ['25', '28']}, {'id': '25', 'type': 'comparison_operator', 'children': ['26', '27'], 'value': '=='}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'a'}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'param_str'}; {'id': '28', 'type': 'block', 'children': ['29', '49']}, {'id': '29', 'type': 'assert_statement', 'children': ['30', '48']}; {'id': '30', 'type': 'boolean_operator', 'children': ['31', '39'], 'value': 'and'}, {'id': '31', 'type': 'comparison_operator', 'children': ['32', '36'], 'value': '=='}; {'id': '32', 'type': 'call', 'children': ['33', '34']}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '34', 'type': 'argument_list', 'children': ['35']}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'raw_args'}; {'id': '36', 'type': 'binary_operator', 'children': ['37', '38'], 'value': '+'}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '38', 'type': 'integer', 'children': [], 'value': '2'}, {'id': '39', 'type': 'comparison_operator', 'children': ['40', '47'], 'value': '!='}; {'id': '40', 'type': 'subscript', 'children': ['41', '46']}, {'id': '41', 'type': 'subscript', 'children': ['42', '43']}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'raw_args'}, {'id': '43', 'type': 'binary_operator', 'children': ['44', '45'], 'value': '+'}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'i'}, {'id': '45', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '46', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '47', 'type': 'string', 'children': [], 'value': "'-'"}; {'id': '48', 'type': 'string', 'children': [], 'value': "'All arguments must have a value, e.g. `-testing true`'"}, {'id': '49', 'type': 'return_statement', 'children': ['50']}; {'id': '50', 'type': 'subscript', 'children': ['51', '52']}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'raw_args'}; {'id': '52', 'type': 'binary_operator', 'children': ['53', '54'], 'value': '+'}, {'id': '53', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '54', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '55', 'type': 'return_statement', 'children': ['56']}; {'id': '56', 'type': 'None', 'children': []}, {'id': '57', 'type': 'expression_statement', 'children': ['58']}; {'id': '58', 'type': 'assignment', 'children': ['59', '60']}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '60', 'type': 'call', 'children': ['61', '62']}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'get_parameter'}; {'id': '62', 'type': 'argument_list', 'children': ['63']}, {'id': '63', 'type': 'string', 'children': [], 'value': "'-testing'"}; {'id': '64', 'type': 'if_statement', 'children': ['65', '79']}, {'id': '65', 'type': 'boolean_operator', 'children': ['66', '69'], 'value': 'and'}; {'id': '66', 'type': 'comparison_operator', 'children': ['67', '68'], 'value': 'is'}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '68', 'type': 'None', 'children': []}, {'id': '69', 'type': 'comparison_operator', 'children': ['70', '75'], 'value': 'in'}; {'id': '70', 'type': 'call', 'children': ['71', '74']}, {'id': '71', 'type': 'attribute', 'children': ['72', '73']}; {'id': '72', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'lower'}; {'id': '74', 'type': 'argument_list', 'children': []}, {'id': '75', 'type': 'tuple', 'children': ['76', '77', '78']}; {'id': '76', 'type': 'string', 'children': [], 'value': "'true'"}, {'id': '77', 'type': 'string', 'children': [], 'value': "'t'"}; {'id': '78', 'type': 'string', 'children': [], 'value': "'yes'"}, {'id': '79', 'type': 'block', 'children': ['80']}; {'id': '80', 'type': 'expression_statement', 'children': ['81']}, {'id': '81', 'type': 'assignment', 'children': ['82', '85']}; {'id': '82', 'type': 'subscript', 'children': ['83', '84']}, {'id': '83', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '84', 'type': 'string', 'children': [], 'value': "'testing'"}, {'id': '85', 'type': 'True', 'children': []}; {'id': '86', 'type': 'expression_statement', 'children': ['87']}, {'id': '87', 'type': 'assignment', 'children': ['88', '89']}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '89', 'type': 'call', 'children': ['90', '91']}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'get_parameter'}, {'id': '91', 'type': 'argument_list', 'children': ['92']}; {'id': '92', 'type': 'string', 'children': [], 'value': "'-connect'"}, {'id': '93', 'type': 'if_statement', 'children': ['94', '97']}; {'id': '94', 'type': 'comparison_operator', 'children': ['95', '96'], 'value': 'is'}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '96', 'type': 'None', 'children': []}, {'id': '97', 'type': 'block', 'children': ['98', '107']}; {'id': '98', 'type': 'expression_statement', 'children': ['99']}, {'id': '99', 'type': 'assignment', 'children': ['100', '101']}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'colon'}, {'id': '101', 'type': 'call', 'children': ['102', '105']}; {'id': '102', 'type': 'attribute', 'children': ['103', '104']}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'find'}, {'id': '105', 'type': 'argument_list', 'children': ['106']}; {'id': '106', 'type': 'string', 'children': [], 'value': "':'"}, {'id': '107', 'type': 'if_statement', 'children': ['108', '112', '139']}; {'id': '108', 'type': 'comparison_operator', 'children': ['109', '110'], 'value': '>'}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'colon'}; {'id': '110', 'type': 'unary_operator', 'children': ['111'], 'value': '-'}, {'id': '111', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '112', 'type': 'block', 'children': ['113', '124']}, {'id': '113', 'type': 'expression_statement', 'children': ['114']}; {'id': '114', 'type': 'assignment', 'children': ['115', '118']}, {'id': '115', 'type': 'subscript', 'children': ['116', '117']}; {'id': '116', 'type': 'identifier', 'children': [], 'value': 'kwargs'}, {'id': '117', 'type': 'string', 'children': [], 'value': "'host'"}; {'id': '118', 'type': 'subscript', 'children': ['119', '120']}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '120', 'type': 'slice', 'children': ['121', '122', '123']}, {'id': '121', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '122', 'type': 'colon', 'children': []}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'colon'}; {'id': '124', 'type': 'expression_statement', 'children': ['125']}, {'id': '125', 'type': 'assignment', 'children': ['126', '129']}; {'id': '126', 'type': 'subscript', 'children': ['127', '128']}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '128', 'type': 'string', 'children': [], 'value': "'port'"}, {'id': '129', 'type': 'call', 'children': ['130', '131']}; {'id': '130', 'type': 'identifier', 'children': [], 'value': 'int'}, {'id': '131', 'type': 'argument_list', 'children': ['132']}; {'id': '132', 'type': 'subscript', 'children': ['133', '134']}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '134', 'type': 'slice', 'children': ['135', '138']}, {'id': '135', 'type': 'binary_operator', 'children': ['136', '137'], 'value': '+'}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'colon'}, {'id': '137', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '138', 'type': 'colon', 'children': []}, {'id': '139', 'type': 'else_clause', 'children': ['140']}; {'id': '140', 'type': 'block', 'children': ['141']}, {'id': '141', 'type': 'expression_statement', 'children': ['142']}; {'id': '142', 'type': 'assignment', 'children': ['143', '146']}, {'id': '143', 'type': 'subscript', 'children': ['144', '145']}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'kwargs'}, {'id': '145', 'type': 'string', 'children': [], 'value': "'host'"}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '147', 'type': 'expression_statement', 'children': ['148']}; {'id': '148', 'type': 'assignment', 'children': ['149', '150']}, {'id': '149', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '150', 'type': 'call', 'children': ['151', '152']}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'get_parameter'}; {'id': '152', 'type': 'argument_list', 'children': ['153']}, {'id': '153', 'type': 'string', 'children': [], 'value': "'-name'"}; {'id': '154', 'type': 'if_statement', 'children': ['155', '158']}, {'id': '155', 'type': 'comparison_operator', 'children': ['156', '157'], 'value': 'is'}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '157', 'type': 'None', 'children': []}; {'id': '158', 'type': 'block', 'children': ['159']}, {'id': '159', 'type': 'expression_statement', 'children': ['160']}; {'id': '160', 'type': 'assignment', 'children': ['161', '164']}, {'id': '161', 'type': 'subscript', 'children': ['162', '163']}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'kwargs'}, {'id': '163', 'type': 'string', 'children': [], 'value': "'name'"}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '165', 'type': 'expression_statement', 'children': ['166']}; {'id': '166', 'type': 'assignment', 'children': ['167', '168']}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '168', 'type': 'call', 'children': ['169', '170']}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'get_parameter'}; {'id': '170', 'type': 'argument_list', 'children': ['171']}, {'id': '171', 'type': 'string', 'children': [], 'value': "'-group'"}; {'id': '172', 'type': 'if_statement', 'children': ['173', '176']}, {'id': '173', 'type': 'comparison_operator', 'children': ['174', '175'], 'value': 'is'}; {'id': '174', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '175', 'type': 'None', 'children': []}; {'id': '176', 'type': 'block', 'children': ['177']}, {'id': '177', 'type': 'expression_statement', 'children': ['178']}; {'id': '178', 'type': 'assignment', 'children': ['179', '182']}, {'id': '179', 'type': 'subscript', 'children': ['180', '181']}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'kwargs'}, {'id': '181', 'type': 'string', 'children': [], 'value': "'group_name'"}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '183', 'type': 'expression_statement', 'children': ['184']}; {'id': '184', 'type': 'assignment', 'children': ['185', '186']}, {'id': '185', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '186', 'type': 'call', 'children': ['187', '188']}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'get_parameter'}; {'id': '188', 'type': 'argument_list', 'children': ['189']}, {'id': '189', 'type': 'string', 'children': [], 'value': "'-scan'"}; {'id': '190', 'type': 'if_statement', 'children': ['191', '197']}, {'id': '191', 'type': 'comparison_operator', 'children': ['192', '193'], 'value': 'in'}; {'id': '192', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '193', 'type': 'tuple', 'children': ['194', '195', '196']}; {'id': '194', 'type': 'string', 'children': [], 'value': "'true'"}, {'id': '195', 'type': 'string', 'children': [], 'value': "'t'"}; {'id': '196', 'type': 'string', 'children': [], 'value': "'yes'"}, {'id': '197', 'type': 'block', 'children': ['198']}; {'id': '198', 'type': 'expression_statement', 'children': ['199']}, {'id': '199', 'type': 'assignment', 'children': ['200', '203']}; {'id': '200', 'type': 'subscript', 'children': ['201', '202']}, {'id': '201', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '202', 'type': 'string', 'children': [], 'value': "'scan_for_port'"}, {'id': '203', 'type': 'True', 'children': []}; {'id': '204', 'type': 'expression_statement', 'children': ['205']}, {'id': '205', 'type': 'assignment', 'children': ['206', '207']}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '207', 'type': 'call', 'children': ['208', '209']}; {'id': '208', 'type': 'identifier', 'children': [], 'value': 'get_parameter'}, {'id': '209', 'type': 'argument_list', 'children': ['210']}; {'id': '210', 'type': 'string', 'children': [], 'value': "'-debug'"}, {'id': '211', 'type': 'if_statement', 'children': ['212', '218']}; {'id': '212', 'type': 'comparison_operator', 'children': ['213', '214'], 'value': 'in'}, {'id': '213', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '214', 'type': 'tuple', 'children': ['215', '216', '217']}, {'id': '215', 'type': 'string', 'children': [], 'value': "'true'"}; {'id': '216', 'type': 'string', 'children': [], 'value': "'t'"}, {'id': '217', 'type': 'string', 'children': [], 'value': "'yes'"}; {'id': '218', 'type': 'block', 'children': ['219']}, {'id': '219', 'type': 'expression_statement', 'children': ['220']}; {'id': '220', 'type': 'assignment', 'children': ['221', '224']}, {'id': '221', 'type': 'subscript', 'children': ['222', '223']}; {'id': '222', 'type': 'identifier', 'children': [], 'value': 'kwargs'}, {'id': '223', 'type': 'string', 'children': [], 'value': "'debug'"}; {'id': '224', 'type': 'True', 'children': []}, {'id': '225', 'type': 'return_statement', 'children': ['226']} | def translate_argv(raw_args):
kwargs = {}
def get_parameter(param_str):
for i, a in enumerate(raw_args):
if a == param_str:
assert len(raw_args) == i+2 and raw_args[i+1][0] != '-', \
'All arguments must have a value, e.g. `-testing true`'
return raw_args[i+1]
return None
value = get_parameter('-testing')
if value is not None and value.lower() in ('true', 't', 'yes'):
kwargs['testing'] = True
value = get_parameter('-connect')
if value is not None:
colon = value.find(':')
if colon > -1:
kwargs['host'] = value[0:colon]
kwargs['port'] = int(value[colon+1:])
else:
kwargs['host'] = value
value = get_parameter('-name')
if value is not None:
kwargs['name'] = value
value = get_parameter('-group')
if value is not None:
kwargs['group_name'] = value
value = get_parameter('-scan')
if value in ('true', 't', 'yes'):
kwargs['scan_for_port'] = True
value = get_parameter('-debug')
if value in ('true', 't', 'yes'):
kwargs['debug'] = True
return kwargs |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '5']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'run'}, {'id': '3', 'type': 'parameters', 'children': ['4']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'block', 'children': ['6', '14', '37']}; {'id': '6', 'type': 'expression_statement', 'children': ['7']}, {'id': '7', 'type': 'assignment', 'children': ['8', '9']}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'document'}, {'id': '9', 'type': 'attribute', 'children': ['10', '13']}; {'id': '10', 'type': 'attribute', 'children': ['11', '12']}, {'id': '11', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'state'}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'document'}; {'id': '14', 'type': 'if_statement', 'children': ['15', '21']}, {'id': '15', 'type': 'not_operator', 'children': ['16']}; {'id': '16', 'type': 'attribute', 'children': ['17', '20']}, {'id': '17', 'type': 'attribute', 'children': ['18', '19']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'document'}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'settings'}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'file_insertion_enabled'}, {'id': '21', 'type': 'block', 'children': ['22']}; {'id': '22', 'type': 'return_statement', 'children': ['23']}, {'id': '23', 'type': 'list', 'children': ['24'], 'value': "[document.reporter.warning('File insertion disabled',\n line=self.lineno)]"}; {'id': '24', 'type': 'call', 'children': ['25', '30']}, {'id': '25', 'type': 'attribute', 'children': ['26', '29']}; {'id': '26', 'type': 'attribute', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'document'}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'reporter'}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'warning'}; {'id': '30', 'type': 'argument_list', 'children': ['31', '32']}, {'id': '31', 'type': 'string', 'children': [], 'value': "'File insertion disabled'"}; {'id': '32', 'type': 'keyword_argument', 'children': ['33', '34']}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'line'}; {'id': '34', 'type': 'attribute', 'children': ['35', '36']}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'lineno'}, {'id': '37', 'type': 'try_statement', 'children': ['38', '292']}; {'id': '38', 'type': 'block', 'children': ['39', '52', '60', '73', '86', '96', '102', '135', '158', '172', '180', '244', '252', '282', '289']}, {'id': '39', 'type': 'expression_statement', 'children': ['40']}; {'id': '40', 'type': 'assignment', 'children': ['41', '42']}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'location'}; {'id': '42', 'type': 'call', 'children': ['43', '48']}, {'id': '43', 'type': 'attribute', 'children': ['44', '47']}; {'id': '44', 'type': 'attribute', 'children': ['45', '46']}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'state_machine'}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'get_source_and_line'}; {'id': '48', 'type': 'argument_list', 'children': ['49']}, {'id': '49', 'type': 'attribute', 'children': ['50', '51']}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'lineno'}; {'id': '52', 'type': 'expression_statement', 'children': ['53']}, {'id': '53', 'type': 'assignment', 'children': ['54', '55']}; {'id': '54', 'type': 'identifier', 'children': [], 'value': 'url'}, {'id': '55', 'type': 'subscript', 'children': ['56', '59']}; {'id': '56', 'type': 'attribute', 'children': ['57', '58']}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'arguments'}, {'id': '59', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '60', 'type': 'expression_statement', 'children': ['61']}, {'id': '61', 'type': 'assignment', 'children': ['62', '63']}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'reader'}, {'id': '63', 'type': 'call', 'children': ['64', '65']}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'RemoteCodeBlockReader'}, {'id': '65', 'type': 'argument_list', 'children': ['66', '67', '70']}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'url'}, {'id': '67', 'type': 'attribute', 'children': ['68', '69']}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'options'}; {'id': '70', 'type': 'attribute', 'children': ['71', '72']}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '72', 'type': 'identifier', 'children': [], 'value': 'config'}, {'id': '73', 'type': 'expression_statement', 'children': ['74']}; {'id': '74', 'type': 'assignment', 'children': ['75', '78']}, {'id': '75', 'type': 'pattern_list', 'children': ['76', '77']}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'text'}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'lines'}; {'id': '78', 'type': 'call', 'children': ['79', '82']}, {'id': '79', 'type': 'attribute', 'children': ['80', '81']}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'reader'}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'read'}; {'id': '82', 'type': 'argument_list', 'children': ['83']}, {'id': '83', 'type': 'keyword_argument', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'location'}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'location'}; {'id': '86', 'type': 'expression_statement', 'children': ['87']}, {'id': '87', 'type': 'assignment', 'children': ['88', '89']}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'retnode'}, {'id': '89', 'type': 'call', 'children': ['90', '93']}; {'id': '90', 'type': 'attribute', 'children': ['91', '92']}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'literal_block'}, {'id': '93', 'type': 'argument_list', 'children': ['94', '95']}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'text'}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'text'}; {'id': '96', 'type': 'expression_statement', 'children': ['97']}, {'id': '97', 'type': 'call', 'children': ['98', '99']}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'set_source_info'}, {'id': '99', 'type': 'argument_list', 'children': ['100', '101']}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '101', 'type': 'identifier', 'children': [], 'value': 'retnode'}; {'id': '102', 'type': 'if_statement', 'children': ['103', '111', '118']}, {'id': '103', 'type': 'call', 'children': ['104', '109']}; {'id': '104', 'type': 'attribute', 'children': ['105', '108']}, {'id': '105', 'type': 'attribute', 'children': ['106', '107']}; {'id': '106', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'options'}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '109', 'type': 'argument_list', 'children': ['110']}; {'id': '110', 'type': 'string', 'children': [], 'value': "'diff'"}, {'id': '111', 'type': 'block', 'children': ['112']}; {'id': '112', 'type': 'expression_statement', 'children': ['113']}, {'id': '113', 'type': 'assignment', 'children': ['114', '117']}; {'id': '114', 'type': 'subscript', 'children': ['115', '116']}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'retnode'}; {'id': '116', 'type': 'string', 'children': [], 'value': "'language'"}, {'id': '117', 'type': 'string', 'children': [], 'value': "'udiff'"}; {'id': '118', 'type': 'elif_clause', 'children': ['119', '124']}, {'id': '119', 'type': 'comparison_operator', 'children': ['120', '121'], 'value': 'in'}; {'id': '120', 'type': 'string', 'children': [], 'value': "'language'"}, {'id': '121', 'type': 'attribute', 'children': ['122', '123']}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'options'}; {'id': '124', 'type': 'block', 'children': ['125']}, {'id': '125', 'type': 'expression_statement', 'children': ['126']}; {'id': '126', 'type': 'assignment', 'children': ['127', '130']}, {'id': '127', 'type': 'subscript', 'children': ['128', '129']}; {'id': '128', 'type': 'identifier', 'children': [], 'value': 'retnode'}, {'id': '129', 'type': 'string', 'children': [], 'value': "'language'"}; {'id': '130', 'type': 'subscript', 'children': ['131', '134']}, {'id': '131', 'type': 'attribute', 'children': ['132', '133']}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'options'}; {'id': '134', 'type': 'string', 'children': [], 'value': "'language'"}, {'id': '135', 'type': 'expression_statement', 'children': ['136']}; {'id': '136', 'type': 'assignment', 'children': ['137', '140']}, {'id': '137', 'type': 'subscript', 'children': ['138', '139']}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'retnode'}, {'id': '139', 'type': 'string', 'children': [], 'value': "'linenos'"}; {'id': '140', 'type': 'parenthesized_expression', 'children': ['141']}, {'id': '141', 'type': 'boolean_operator', 'children': ['142', '153'], 'value': 'or'}; {'id': '142', 'type': 'boolean_operator', 'children': ['143', '148'], 'value': 'or'}, {'id': '143', 'type': 'comparison_operator', 'children': ['144', '145'], 'value': 'in'}; {'id': '144', 'type': 'string', 'children': [], 'value': "'linenos'"}, {'id': '145', 'type': 'attribute', 'children': ['146', '147']}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'options'}; {'id': '148', 'type': 'comparison_operator', 'children': ['149', '150'], 'value': 'in'}, {'id': '149', 'type': 'string', 'children': [], 'value': "'lineno-start'"}; {'id': '150', 'type': 'attribute', 'children': ['151', '152']}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'options'}, {'id': '153', 'type': 'comparison_operator', 'children': ['154', '155'], 'value': 'in'}; {'id': '154', 'type': 'string', 'children': [], 'value': "'lineno-match'"}, {'id': '155', 'type': 'attribute', 'children': ['156', '157']}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'options'}; {'id': '158', 'type': 'expression_statement', 'children': ['159']}, {'id': '159', 'type': 'augmented_assignment', 'children': ['160', '163'], 'value': '+='}; {'id': '160', 'type': 'subscript', 'children': ['161', '162']}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'retnode'}; {'id': '162', 'type': 'string', 'children': [], 'value': "'classes'"}, {'id': '163', 'type': 'call', 'children': ['164', '169']}; {'id': '164', 'type': 'attribute', 'children': ['165', '168']}, {'id': '165', 'type': 'attribute', 'children': ['166', '167']}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'options'}; {'id': '168', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '169', 'type': 'argument_list', 'children': ['170', '171']}; {'id': '170', 'type': 'string', 'children': [], 'value': "'class'"}, {'id': '171', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '172', 'type': 'expression_statement', 'children': ['173']}, {'id': '173', 'type': 'assignment', 'children': ['174', '175']}; {'id': '174', 'type': 'identifier', 'children': [], 'value': 'extra_args'}, {'id': '175', 'type': 'assignment', 'children': ['176', '179']}; {'id': '176', 'type': 'subscript', 'children': ['177', '178']}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'retnode'}; {'id': '178', 'type': 'string', 'children': [], 'value': "'highlight_args'"}, {'id': '179', 'type': 'dictionary', 'children': []}; {'id': '180', 'type': 'if_statement', 'children': ['181', '186']}, {'id': '181', 'type': 'comparison_operator', 'children': ['182', '183'], 'value': 'in'}; {'id': '182', 'type': 'string', 'children': [], 'value': "'emphasize-lines'"}, {'id': '183', 'type': 'attribute', 'children': ['184', '185']}; {'id': '184', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '185', 'type': 'identifier', 'children': [], 'value': 'options'}; {'id': '186', 'type': 'block', 'children': ['187', '199', '228']}, {'id': '187', 'type': 'expression_statement', 'children': ['188']}; {'id': '188', 'type': 'assignment', 'children': ['189', '190']}, {'id': '189', 'type': 'identifier', 'children': [], 'value': 'hl_lines'}; {'id': '190', 'type': 'call', 'children': ['191', '192']}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'parselinenos'}; {'id': '192', 'type': 'argument_list', 'children': ['193', '198']}, {'id': '193', 'type': 'subscript', 'children': ['194', '197']}; {'id': '194', 'type': 'attribute', 'children': ['195', '196']}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '196', 'type': 'identifier', 'children': [], 'value': 'options'}, {'id': '197', 'type': 'string', 'children': [], 'value': "'emphasize-lines'"}; {'id': '198', 'type': 'identifier', 'children': [], 'value': 'lines'}, {'id': '199', 'type': 'if_statement', 'children': ['200', '209']}; {'id': '200', 'type': 'call', 'children': ['201', '202']}, {'id': '201', 'type': 'identifier', 'children': [], 'value': 'any'}; {'id': '202', 'type': 'generator_expression', 'children': ['203', '206']}, {'id': '203', 'type': 'comparison_operator', 'children': ['204', '205'], 'value': '>='}; {'id': '204', 'type': 'identifier', 'children': [], 'value': 'i'}, {'id': '205', 'type': 'identifier', 'children': [], 'value': 'lines'}; {'id': '206', 'type': 'for_in_clause', 'children': ['207', '208']}, {'id': '207', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '208', 'type': 'identifier', 'children': [], 'value': 'hl_lines'}, {'id': '209', 'type': 'block', 'children': ['210']}; {'id': '210', 'type': 'expression_statement', 'children': ['211']}, {'id': '211', 'type': 'call', 'children': ['212', '215']}; {'id': '212', 'type': 'attribute', 'children': ['213', '214']}, {'id': '213', 'type': 'identifier', 'children': [], 'value': 'logger'}; {'id': '214', 'type': 'identifier', 'children': [], 'value': 'warning'}, {'id': '215', 'type': 'argument_list', 'children': ['216', '225']}; {'id': '216', 'type': 'binary_operator', 'children': ['217', '218'], 'value': '%'}, {'id': '217', 'type': 'string', 'children': [], 'value': "'line number spec is out of range(1-%d): %r'"}; {'id': '218', 'type': 'tuple', 'children': ['219', '220']}, {'id': '219', 'type': 'identifier', 'children': [], 'value': 'lines'}; {'id': '220', 'type': 'subscript', 'children': ['221', '224']}, {'id': '221', 'type': 'attribute', 'children': ['222', '223']}; {'id': '222', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '223', 'type': 'identifier', 'children': [], 'value': 'options'}; {'id': '224', 'type': 'string', 'children': [], 'value': "'emphasize-lines'"}, {'id': '225', 'type': 'keyword_argument', 'children': ['226', '227']}; {'id': '226', 'type': 'identifier', 'children': [], 'value': 'location'}, {'id': '227', 'type': 'identifier', 'children': [], 'value': 'location'}; {'id': '228', 'type': 'expression_statement', 'children': ['229']}, {'id': '229', 'type': 'assignment', 'children': ['230', '233']}; {'id': '230', 'type': 'subscript', 'children': ['231', '232']}, {'id': '231', 'type': 'identifier', 'children': [], 'value': 'extra_args'}; {'id': '232', 'type': 'string', 'children': [], 'value': "'hl_lines'"}, {'id': '233', 'type': 'list_comprehension', 'children': ['234', '237', '240']}; {'id': '234', 'type': 'binary_operator', 'children': ['235', '236'], 'value': '+'}, {'id': '235', 'type': 'identifier', 'children': [], 'value': 'x'}; {'id': '236', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '237', 'type': 'for_in_clause', 'children': ['238', '239']}; {'id': '238', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '239', 'type': 'identifier', 'children': [], 'value': 'hl_lines'}; {'id': '240', 'type': 'if_clause', 'children': ['241']}, {'id': '241', 'type': 'comparison_operator', 'children': ['242', '243'], 'value': '<'}; {'id': '242', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '243', 'type': 'identifier', 'children': [], 'value': 'lines'}; {'id': '244', 'type': 'expression_statement', 'children': ['245']}, {'id': '245', 'type': 'assignment', 'children': ['246', '249']}; {'id': '246', 'type': 'subscript', 'children': ['247', '248']}, {'id': '247', 'type': 'identifier', 'children': [], 'value': 'extra_args'}; {'id': '248', 'type': 'string', 'children': [], 'value': "'linenostart'"}, {'id': '249', 'type': 'attribute', 'children': ['250', '251']}; {'id': '250', 'type': 'identifier', 'children': [], 'value': 'reader'}, {'id': '251', 'type': 'identifier', 'children': [], 'value': 'lineno_start'}; {'id': '252', 'type': 'if_statement', 'children': ['253', '258']}, {'id': '253', 'type': 'comparison_operator', 'children': ['254', '255'], 'value': 'in'}; {'id': '254', 'type': 'string', 'children': [], 'value': "'caption'"}, {'id': '255', 'type': 'attribute', 'children': ['256', '257']}; {'id': '256', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '257', 'type': 'identifier', 'children': [], 'value': 'options'}; {'id': '258', 'type': 'block', 'children': ['259', '273']}, {'id': '259', 'type': 'expression_statement', 'children': ['260']}; {'id': '260', 'type': 'assignment', 'children': ['261', '262']}, {'id': '261', 'type': 'identifier', 'children': [], 'value': 'caption'}; {'id': '262', 'type': 'boolean_operator', 'children': ['263', '268'], 'value': 'or'}, {'id': '263', 'type': 'subscript', 'children': ['264', '267']}; {'id': '264', 'type': 'attribute', 'children': ['265', '266']}, {'id': '265', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '266', 'type': 'identifier', 'children': [], 'value': 'options'}, {'id': '267', 'type': 'string', 'children': [], 'value': "'caption'"}; {'id': '268', 'type': 'subscript', 'children': ['269', '272']}, {'id': '269', 'type': 'attribute', 'children': ['270', '271']}; {'id': '270', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '271', 'type': 'identifier', 'children': [], 'value': 'arguments'}; {'id': '272', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '273', 'type': 'expression_statement', 'children': ['274']}; {'id': '274', 'type': 'assignment', 'children': ['275', '276']}, {'id': '275', 'type': 'identifier', 'children': [], 'value': 'retnode'}; {'id': '276', 'type': 'call', 'children': ['277', '278']}, {'id': '277', 'type': 'identifier', 'children': [], 'value': 'container_wrapper'}; {'id': '278', 'type': 'argument_list', 'children': ['279', '280', '281']}, {'id': '279', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '280', 'type': 'identifier', 'children': [], 'value': 'retnode'}, {'id': '281', 'type': 'identifier', 'children': [], 'value': 'caption'}; {'id': '282', 'type': 'expression_statement', 'children': ['283']}, {'id': '283', 'type': 'call', 'children': ['284', '287']}; {'id': '284', 'type': 'attribute', 'children': ['285', '286']}, {'id': '285', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '286', 'type': 'identifier', 'children': [], 'value': 'add_name'}, {'id': '287', 'type': 'argument_list', 'children': ['288']}; {'id': '288', 'type': 'identifier', 'children': [], 'value': 'retnode'}, {'id': '289', 'type': 'return_statement', 'children': ['290']}; {'id': '290', 'type': 'list', 'children': ['291'], 'value': '[retnode]'}, {'id': '291', 'type': 'identifier', 'children': [], 'value': 'retnode'}; {'id': '292', 'type': 'except_clause', 'children': ['293', '297']}, {'id': '293', 'type': 'as_pattern', 'children': ['294', '295']}; {'id': '294', 'type': 'identifier', 'children': [], 'value': 'Exception'}, {'id': '295', 'type': 'as_pattern_target', 'children': ['296']}; {'id': '296', 'type': 'identifier', 'children': [], 'value': 'exc'}, {'id': '297', 'type': 'block', 'children': ['298']}; {'id': '298', 'type': 'return_statement', 'children': ['299']}, {'id': '299', 'type': 'list', 'children': ['300'], 'value': '[document.reporter.warning(str(exc), line=self.lineno)]'}; {'id': '300', 'type': 'call', 'children': ['301', '306']}, {'id': '301', 'type': 'attribute', 'children': ['302', '305']}; {'id': '302', 'type': 'attribute', 'children': ['303', '304']}, {'id': '303', 'type': 'identifier', 'children': [], 'value': 'document'}; {'id': '304', 'type': 'identifier', 'children': [], 'value': 'reporter'}, {'id': '305', 'type': 'identifier', 'children': [], 'value': 'warning'}; {'id': '306', 'type': 'argument_list', 'children': ['307', '311']}, {'id': '307', 'type': 'call', 'children': ['308', '309']}; {'id': '308', 'type': 'identifier', 'children': [], 'value': 'str'}, {'id': '309', 'type': 'argument_list', 'children': ['310']}; {'id': '310', 'type': 'identifier', 'children': [], 'value': 'exc'}, {'id': '311', 'type': 'keyword_argument', 'children': ['312', '313']}; {'id': '312', 'type': 'identifier', 'children': [], 'value': 'line'}, {'id': '313', 'type': 'attribute', 'children': ['314', '315']}; {'id': '314', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '315', 'type': 'identifier', 'children': [], 'value': 'lineno'} | def run(self):
document = self.state.document
if not document.settings.file_insertion_enabled:
return [document.reporter.warning('File insertion disabled',
line=self.lineno)]
try:
location = self.state_machine.get_source_and_line(self.lineno)
url = self.arguments[0]
reader = RemoteCodeBlockReader(url, self.options, self.config)
text, lines = reader.read(location=location)
retnode = nodes.literal_block(text, text)
set_source_info(self, retnode)
if self.options.get('diff'):
retnode['language'] = 'udiff'
elif 'language' in self.options:
retnode['language'] = self.options['language']
retnode['linenos'] = ('linenos' in self.options or
'lineno-start' in self.options or
'lineno-match' in self.options)
retnode['classes'] += self.options.get('class', [])
extra_args = retnode['highlight_args'] = {}
if 'emphasize-lines' in self.options:
hl_lines = parselinenos(self.options['emphasize-lines'], lines)
if any(i >= lines for i in hl_lines):
logger.warning(
'line number spec is out of range(1-%d): %r' %
(lines, self.options['emphasize-lines']),
location=location)
extra_args['hl_lines'] = [x + 1 for x in hl_lines if x < lines]
extra_args['linenostart'] = reader.lineno_start
if 'caption' in self.options:
caption = self.options['caption'] or self.arguments[0]
retnode = container_wrapper(self, retnode, caption)
self.add_name(retnode)
return [retnode]
except Exception as exc:
return [document.reporter.warning(str(exc), line=self.lineno)] |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '12']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'aggregate_duplicates'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '6', '9']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'X'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'Y'}; {'id': '6', 'type': 'default_parameter', 'children': ['7', '8']}, {'id': '7', 'type': 'identifier', 'children': [], 'value': 'aggregator'}; {'id': '8', 'type': 'string', 'children': [], 'value': '"mean"'}, {'id': '9', 'type': 'default_parameter', 'children': ['10', '11']}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'precision'}, {'id': '11', 'type': 'identifier', 'children': [], 'value': 'precision'}; {'id': '12', 'type': 'block', 'children': ['13', '139', '147', '158', '170', '177', '184', '193', '208', '223', '238', '285', '297']}, {'id': '13', 'type': 'if_statement', 'children': ['14', '18', '20', '35', '50', '65', '82', '100', '119']}; {'id': '14', 'type': 'call', 'children': ['15', '16']}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'callable'}; {'id': '16', 'type': 'argument_list', 'children': ['17']}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'aggregator'}; {'id': '18', 'type': 'block', 'children': ['19']}, {'id': '19', 'type': 'pass_statement', 'children': []}; {'id': '20', 'type': 'elif_clause', 'children': ['21', '28']}, {'id': '21', 'type': 'comparison_operator', 'children': ['22', '23'], 'value': 'in'}; {'id': '22', 'type': 'string', 'children': [], 'value': '"min"'}, {'id': '23', 'type': 'call', 'children': ['24', '27']}; {'id': '24', 'type': 'attribute', 'children': ['25', '26']}, {'id': '25', 'type': 'identifier', 'children': [], 'value': 'aggregator'}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'lower'}, {'id': '27', 'type': 'argument_list', 'children': []}; {'id': '28', 'type': 'block', 'children': ['29']}, {'id': '29', 'type': 'expression_statement', 'children': ['30']}; {'id': '30', 'type': 'assignment', 'children': ['31', '32']}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'aggregator'}; {'id': '32', 'type': 'attribute', 'children': ['33', '34']}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'np'}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'min'}, {'id': '35', 'type': 'elif_clause', 'children': ['36', '43']}; {'id': '36', 'type': 'comparison_operator', 'children': ['37', '38'], 'value': 'in'}, {'id': '37', 'type': 'string', 'children': [], 'value': '"max"'}; {'id': '38', 'type': 'call', 'children': ['39', '42']}, {'id': '39', 'type': 'attribute', 'children': ['40', '41']}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'aggregator'}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'lower'}; {'id': '42', 'type': 'argument_list', 'children': []}, {'id': '43', 'type': 'block', 'children': ['44']}; {'id': '44', 'type': 'expression_statement', 'children': ['45']}, {'id': '45', 'type': 'assignment', 'children': ['46', '47']}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'aggregator'}, {'id': '47', 'type': 'attribute', 'children': ['48', '49']}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'np'}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'max'}; {'id': '50', 'type': 'elif_clause', 'children': ['51', '58']}, {'id': '51', 'type': 'comparison_operator', 'children': ['52', '53'], 'value': 'in'}; {'id': '52', 'type': 'string', 'children': [], 'value': '"median"'}, {'id': '53', 'type': 'call', 'children': ['54', '57']}; {'id': '54', 'type': 'attribute', 'children': ['55', '56']}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'aggregator'}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'lower'}, {'id': '57', 'type': 'argument_list', 'children': []}; {'id': '58', 'type': 'block', 'children': ['59']}, {'id': '59', 'type': 'expression_statement', 'children': ['60']}; {'id': '60', 'type': 'assignment', 'children': ['61', '62']}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'aggregator'}; {'id': '62', 'type': 'attribute', 'children': ['63', '64']}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'np'}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'median'}, {'id': '65', 'type': 'elif_clause', 'children': ['66', '75']}; {'id': '66', 'type': 'comparison_operator', 'children': ['67', '72'], 'value': 'in'}, {'id': '67', 'type': 'call', 'children': ['68', '71']}; {'id': '68', 'type': 'attribute', 'children': ['69', '70']}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'aggregator'}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'lower'}, {'id': '71', 'type': 'argument_list', 'children': []}; {'id': '72', 'type': 'list', 'children': ['73', '74'], 'value': '["average", "mean"]'}, {'id': '73', 'type': 'string', 'children': [], 'value': '"average"'}; {'id': '74', 'type': 'string', 'children': [], 'value': '"mean"'}, {'id': '75', 'type': 'block', 'children': ['76']}; {'id': '76', 'type': 'expression_statement', 'children': ['77']}, {'id': '77', 'type': 'assignment', 'children': ['78', '79']}; {'id': '78', 'type': 'identifier', 'children': [], 'value': 'aggregator'}, {'id': '79', 'type': 'attribute', 'children': ['80', '81']}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'np'}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'mean'}; {'id': '82', 'type': 'elif_clause', 'children': ['83', '90']}, {'id': '83', 'type': 'comparison_operator', 'children': ['84', '85'], 'value': 'in'}; {'id': '84', 'type': 'string', 'children': [], 'value': '"first"'}, {'id': '85', 'type': 'call', 'children': ['86', '89']}; {'id': '86', 'type': 'attribute', 'children': ['87', '88']}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'aggregator'}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'lower'}, {'id': '89', 'type': 'argument_list', 'children': []}; {'id': '90', 'type': 'block', 'children': ['91']}, {'id': '91', 'type': 'function_definition', 'children': ['92', '93', '95']}; {'id': '92', 'type': 'function_name', 'children': [], 'value': 'aggregator'}, {'id': '93', 'type': 'parameters', 'children': ['94']}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '95', 'type': 'block', 'children': ['96']}; {'id': '96', 'type': 'return_statement', 'children': ['97']}, {'id': '97', 'type': 'subscript', 'children': ['98', '99']}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '99', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '100', 'type': 'elif_clause', 'children': ['101', '108']}, {'id': '101', 'type': 'comparison_operator', 'children': ['102', '103'], 'value': 'in'}; {'id': '102', 'type': 'string', 'children': [], 'value': '"last"'}, {'id': '103', 'type': 'call', 'children': ['104', '107']}; {'id': '104', 'type': 'attribute', 'children': ['105', '106']}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'aggregator'}; {'id': '106', 'type': 'identifier', 'children': [], 'value': 'lower'}, {'id': '107', 'type': 'argument_list', 'children': []}; {'id': '108', 'type': 'block', 'children': ['109']}, {'id': '109', 'type': 'function_definition', 'children': ['110', '111', '113']}; {'id': '110', 'type': 'function_name', 'children': [], 'value': 'aggregator'}, {'id': '111', 'type': 'parameters', 'children': ['112']}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '113', 'type': 'block', 'children': ['114']}; {'id': '114', 'type': 'return_statement', 'children': ['115']}, {'id': '115', 'type': 'subscript', 'children': ['116', '117']}; {'id': '116', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '117', 'type': 'unary_operator', 'children': ['118'], 'value': '-'}; {'id': '118', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '119', 'type': 'else_clause', 'children': ['120']}; {'id': '120', 'type': 'block', 'children': ['121', '135']}, {'id': '121', 'type': 'expression_statement', 'children': ['122']}; {'id': '122', 'type': 'call', 'children': ['123', '126']}, {'id': '123', 'type': 'attribute', 'children': ['124', '125']}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'warnings'}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'warn'}; {'id': '126', 'type': 'argument_list', 'children': ['127']}, {'id': '127', 'type': 'call', 'children': ['128', '133']}; {'id': '128', 'type': 'attribute', 'children': ['129', '132']}, {'id': '129', 'type': 'concatenated_string', 'children': ['130', '131']}; {'id': '130', 'type': 'string', 'children': [], 'value': '\'Aggregator "{}" not understood. Skipping sample \''}, {'id': '131', 'type': 'string', 'children': [], 'value': '"aggregation."'}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'format'}, {'id': '133', 'type': 'argument_list', 'children': ['134']}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'aggregator'}, {'id': '135', 'type': 'return_statement', 'children': ['136']}; {'id': '136', 'type': 'expression_list', 'children': ['137', '138']}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'X'}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'Y'}, {'id': '139', 'type': 'expression_statement', 'children': ['140']}; {'id': '140', 'type': 'assignment', 'children': ['141', '142']}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'is_y_multivariate'}; {'id': '142', 'type': 'comparison_operator', 'children': ['143', '146'], 'value': '>'}, {'id': '143', 'type': 'attribute', 'children': ['144', '145']}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'Y'}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'ndim'}; {'id': '146', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '147', 'type': 'expression_statement', 'children': ['148']}; {'id': '148', 'type': 'assignment', 'children': ['149', '150']}, {'id': '149', 'type': 'identifier', 'children': [], 'value': 'X_rounded'}; {'id': '150', 'type': 'call', 'children': ['151', '154']}, {'id': '151', 'type': 'attribute', 'children': ['152', '153']}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'X'}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 'round'}; {'id': '154', 'type': 'argument_list', 'children': ['155']}, {'id': '155', 'type': 'keyword_argument', 'children': ['156', '157']}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'decimals'}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'precision'}; {'id': '158', 'type': 'expression_statement', 'children': ['159']}, {'id': '159', 'type': 'assignment', 'children': ['160', '161']}; {'id': '160', 'type': 'identifier', 'children': [], 'value': 'unique_xs'}, {'id': '161', 'type': 'call', 'children': ['162', '165']}; {'id': '162', 'type': 'attribute', 'children': ['163', '164']}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'np'}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'unique'}, {'id': '165', 'type': 'argument_list', 'children': ['166', '167']}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'X_rounded'}, {'id': '167', 'type': 'keyword_argument', 'children': ['168', '169']}; {'id': '168', 'type': 'identifier', 'children': [], 'value': 'axis'}, {'id': '169', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '170', 'type': 'expression_statement', 'children': ['171']}, {'id': '171', 'type': 'assignment', 'children': ['172', '173']}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'old_size'}, {'id': '173', 'type': 'call', 'children': ['174', '175']}; {'id': '174', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '175', 'type': 'argument_list', 'children': ['176']}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'X_rounded'}, {'id': '177', 'type': 'expression_statement', 'children': ['178']}; {'id': '178', 'type': 'assignment', 'children': ['179', '180']}, {'id': '179', 'type': 'identifier', 'children': [], 'value': 'new_size'}; {'id': '180', 'type': 'call', 'children': ['181', '182']}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '182', 'type': 'argument_list', 'children': ['183']}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 'unique_xs'}; {'id': '184', 'type': 'if_statement', 'children': ['185', '188']}, {'id': '185', 'type': 'comparison_operator', 'children': ['186', '187'], 'value': '=='}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'old_size'}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'new_size'}; {'id': '188', 'type': 'block', 'children': ['189']}, {'id': '189', 'type': 'return_statement', 'children': ['190']}; {'id': '190', 'type': 'expression_list', 'children': ['191', '192']}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'X'}; {'id': '192', 'type': 'identifier', 'children': [], 'value': 'Y'}, {'id': '193', 'type': 'if_statement', 'children': ['194', '196']}; {'id': '194', 'type': 'not_operator', 'children': ['195']}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'is_y_multivariate'}; {'id': '196', 'type': 'block', 'children': ['197']}, {'id': '197', 'type': 'expression_statement', 'children': ['198']}; {'id': '198', 'type': 'assignment', 'children': ['199', '200']}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'Y'}; {'id': '200', 'type': 'attribute', 'children': ['201', '207']}, {'id': '201', 'type': 'call', 'children': ['202', '205']}; {'id': '202', 'type': 'attribute', 'children': ['203', '204']}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'np'}; {'id': '204', 'type': 'identifier', 'children': [], 'value': 'atleast_2d'}, {'id': '205', 'type': 'argument_list', 'children': ['206']}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'Y'}, {'id': '207', 'type': 'identifier', 'children': [], 'value': 'T'}; {'id': '208', 'type': 'expression_statement', 'children': ['209']}, {'id': '209', 'type': 'assignment', 'children': ['210', '211']}; {'id': '210', 'type': 'identifier', 'children': [], 'value': 'reduced_y'}, {'id': '211', 'type': 'call', 'children': ['212', '215']}; {'id': '212', 'type': 'attribute', 'children': ['213', '214']}, {'id': '213', 'type': 'identifier', 'children': [], 'value': 'np'}; {'id': '214', 'type': 'identifier', 'children': [], 'value': 'empty'}, {'id': '215', 'type': 'argument_list', 'children': ['216']}; {'id': '216', 'type': 'tuple', 'children': ['217', '218']}, {'id': '217', 'type': 'identifier', 'children': [], 'value': 'new_size'}; {'id': '218', 'type': 'subscript', 'children': ['219', '222']}, {'id': '219', 'type': 'attribute', 'children': ['220', '221']}; {'id': '220', 'type': 'identifier', 'children': [], 'value': 'Y'}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'shape'}; {'id': '222', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '223', 'type': 'expression_statement', 'children': ['224']}; {'id': '224', 'type': 'call', 'children': ['225', '228']}, {'id': '225', 'type': 'attribute', 'children': ['226', '227']}; {'id': '226', 'type': 'identifier', 'children': [], 'value': 'warnings'}, {'id': '227', 'type': 'identifier', 'children': [], 'value': 'warn'}; {'id': '228', 'type': 'argument_list', 'children': ['229']}, {'id': '229', 'type': 'binary_operator', 'children': ['230', '231'], 'value': '+'}; {'id': '230', 'type': 'string', 'children': [], 'value': '"Domain space duplicates caused a data reduction. "'}, {'id': '231', 'type': 'call', 'children': ['232', '235']}; {'id': '232', 'type': 'attribute', 'children': ['233', '234']}, {'id': '233', 'type': 'string', 'children': [], 'value': '"Original size: {} vs. New size: {}"'}; {'id': '234', 'type': 'identifier', 'children': [], 'value': 'format'}, {'id': '235', 'type': 'argument_list', 'children': ['236', '237']}; {'id': '236', 'type': 'identifier', 'children': [], 'value': 'old_size'}, {'id': '237', 'type': 'identifier', 'children': [], 'value': 'new_size'}; {'id': '238', 'type': 'for_statement', 'children': ['239', '240', '248']}, {'id': '239', 'type': 'identifier', 'children': [], 'value': 'col'}; {'id': '240', 'type': 'call', 'children': ['241', '242']}, {'id': '241', 'type': 'identifier', 'children': [], 'value': 'range'}; {'id': '242', 'type': 'argument_list', 'children': ['243']}, {'id': '243', 'type': 'subscript', 'children': ['244', '247']}; {'id': '244', 'type': 'attribute', 'children': ['245', '246']}, {'id': '245', 'type': 'identifier', 'children': [], 'value': 'Y'}; {'id': '246', 'type': 'identifier', 'children': [], 'value': 'shape'}, {'id': '247', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '248', 'type': 'block', 'children': ['249']}, {'id': '249', 'type': 'for_statement', 'children': ['250', '253', '257']}; {'id': '250', 'type': 'pattern_list', 'children': ['251', '252']}, {'id': '251', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '252', 'type': 'identifier', 'children': [], 'value': 'distinct_row'}, {'id': '253', 'type': 'call', 'children': ['254', '255']}; {'id': '254', 'type': 'identifier', 'children': [], 'value': 'enumerate'}, {'id': '255', 'type': 'argument_list', 'children': ['256']}; {'id': '256', 'type': 'identifier', 'children': [], 'value': 'unique_xs'}, {'id': '257', 'type': 'block', 'children': ['258', '272']}; {'id': '258', 'type': 'expression_statement', 'children': ['259']}, {'id': '259', 'type': 'assignment', 'children': ['260', '261']}; {'id': '260', 'type': 'identifier', 'children': [], 'value': 'filtered_rows'}, {'id': '261', 'type': 'call', 'children': ['262', '265']}; {'id': '262', 'type': 'attribute', 'children': ['263', '264']}, {'id': '263', 'type': 'identifier', 'children': [], 'value': 'np'}; {'id': '264', 'type': 'identifier', 'children': [], 'value': 'all'}, {'id': '265', 'type': 'argument_list', 'children': ['266', '269']}; {'id': '266', 'type': 'comparison_operator', 'children': ['267', '268'], 'value': '=='}, {'id': '267', 'type': 'identifier', 'children': [], 'value': 'X_rounded'}; {'id': '268', 'type': 'identifier', 'children': [], 'value': 'distinct_row'}, {'id': '269', 'type': 'keyword_argument', 'children': ['270', '271']}; {'id': '270', 'type': 'identifier', 'children': [], 'value': 'axis'}, {'id': '271', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '272', 'type': 'expression_statement', 'children': ['273']}, {'id': '273', 'type': 'assignment', 'children': ['274', '278']}; {'id': '274', 'type': 'subscript', 'children': ['275', '276', '277']}, {'id': '275', 'type': 'identifier', 'children': [], 'value': 'reduced_y'}; {'id': '276', 'type': 'identifier', 'children': [], 'value': 'i'}, {'id': '277', 'type': 'identifier', 'children': [], 'value': 'col'}; {'id': '278', 'type': 'call', 'children': ['279', '280']}, {'id': '279', 'type': 'identifier', 'children': [], 'value': 'aggregator'}; {'id': '280', 'type': 'argument_list', 'children': ['281']}, {'id': '281', 'type': 'subscript', 'children': ['282', '283', '284']}; {'id': '282', 'type': 'identifier', 'children': [], 'value': 'Y'}, {'id': '283', 'type': 'identifier', 'children': [], 'value': 'filtered_rows'}; {'id': '284', 'type': 'identifier', 'children': [], 'value': 'col'}, {'id': '285', 'type': 'if_statement', 'children': ['286', '288']}; {'id': '286', 'type': 'not_operator', 'children': ['287']}, {'id': '287', 'type': 'identifier', 'children': [], 'value': 'is_y_multivariate'}; {'id': '288', 'type': 'block', 'children': ['289']}, {'id': '289', 'type': 'expression_statement', 'children': ['290']}; {'id': '290', 'type': 'assignment', 'children': ['291', '292']}, {'id': '291', 'type': 'identifier', 'children': [], 'value': 'reduced_y'}; {'id': '292', 'type': 'call', 'children': ['293', '296']}, {'id': '293', 'type': 'attribute', 'children': ['294', '295']}; {'id': '294', 'type': 'identifier', 'children': [], 'value': 'reduced_y'}, {'id': '295', 'type': 'identifier', 'children': [], 'value': 'flatten'}; {'id': '296', 'type': 'argument_list', 'children': []}, {'id': '297', 'type': 'return_statement', 'children': ['298']}; {'id': '298', 'type': 'expression_list', 'children': ['299', '300']}, {'id': '299', 'type': 'identifier', 'children': [], 'value': 'unique_xs'} | def aggregate_duplicates(X, Y, aggregator="mean", precision=precision):
if callable(aggregator):
pass
elif "min" in aggregator.lower():
aggregator = np.min
elif "max" in aggregator.lower():
aggregator = np.max
elif "median" in aggregator.lower():
aggregator = np.median
elif aggregator.lower() in ["average", "mean"]:
aggregator = np.mean
elif "first" in aggregator.lower():
def aggregator(x):
return x[0]
elif "last" in aggregator.lower():
def aggregator(x):
return x[-1]
else:
warnings.warn(
'Aggregator "{}" not understood. Skipping sample '
"aggregation.".format(aggregator)
)
return X, Y
is_y_multivariate = Y.ndim > 1
X_rounded = X.round(decimals=precision)
unique_xs = np.unique(X_rounded, axis=0)
old_size = len(X_rounded)
new_size = len(unique_xs)
if old_size == new_size:
return X, Y
if not is_y_multivariate:
Y = np.atleast_2d(Y).T
reduced_y = np.empty((new_size, Y.shape[1]))
warnings.warn(
"Domain space duplicates caused a data reduction. "
+ "Original size: {} vs. New size: {}".format(old_size, new_size)
)
for col in range(Y.shape[1]):
for i, distinct_row in enumerate(unique_xs):
filtered_rows = np.all(X_rounded == distinct_row, axis=1)
reduced_y[i, col] = aggregator(Y[filtered_rows, col])
if not is_y_multivariate:
reduced_y = reduced_y.flatten()
return unique_xs, reduced_y |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '7']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'install'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'application'}, {'id': '5', 'type': 'dictionary_splat_pattern', 'children': ['6']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'kwargs'}, {'id': '7', 'type': 'block', 'children': ['8', '27', '46', '65', '84', '95']}; {'id': '8', 'type': 'if_statement', 'children': ['9', '17']}, {'id': '9', 'type': 'comparison_operator', 'children': ['10', '16'], 'value': 'is'}; {'id': '10', 'type': 'call', 'children': ['11', '12']}, {'id': '11', 'type': 'identifier', 'children': [], 'value': 'getattr'}; {'id': '12', 'type': 'argument_list', 'children': ['13', '14', '15']}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'application'}; {'id': '14', 'type': 'string', 'children': [], 'value': "'statsd'"}, {'id': '15', 'type': 'None', 'children': []}; {'id': '16', 'type': 'None', 'children': []}, {'id': '17', 'type': 'block', 'children': ['18', '25']}; {'id': '18', 'type': 'expression_statement', 'children': ['19']}, {'id': '19', 'type': 'call', 'children': ['20', '23']}; {'id': '20', 'type': 'attribute', 'children': ['21', '22']}, {'id': '21', 'type': 'identifier', 'children': [], 'value': 'LOGGER'}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'warning'}, {'id': '23', 'type': 'argument_list', 'children': ['24']}; {'id': '24', 'type': 'string', 'children': [], 'value': "'Statsd collector is already installed'"}, {'id': '25', 'type': 'return_statement', 'children': ['26']}; {'id': '26', 'type': 'False', 'children': []}, {'id': '27', 'type': 'if_statement', 'children': ['28', '31']}; {'id': '28', 'type': 'comparison_operator', 'children': ['29', '30'], 'value': 'not'}, {'id': '29', 'type': 'string', 'children': [], 'value': "'host'"}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'kwargs'}, {'id': '31', 'type': 'block', 'children': ['32']}; {'id': '32', 'type': 'expression_statement', 'children': ['33']}, {'id': '33', 'type': 'assignment', 'children': ['34', '37']}; {'id': '34', 'type': 'subscript', 'children': ['35', '36']}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '36', 'type': 'string', 'children': [], 'value': "'host'"}, {'id': '37', 'type': 'call', 'children': ['38', '43']}; {'id': '38', 'type': 'attribute', 'children': ['39', '42']}, {'id': '39', 'type': 'attribute', 'children': ['40', '41']}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'environ'}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '43', 'type': 'argument_list', 'children': ['44', '45']}; {'id': '44', 'type': 'string', 'children': [], 'value': "'STATSD_HOST'"}, {'id': '45', 'type': 'string', 'children': [], 'value': "'127.0.0.1'"}; {'id': '46', 'type': 'if_statement', 'children': ['47', '50']}, {'id': '47', 'type': 'comparison_operator', 'children': ['48', '49'], 'value': 'not'}; {'id': '48', 'type': 'string', 'children': [], 'value': "'port'"}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '50', 'type': 'block', 'children': ['51']}, {'id': '51', 'type': 'expression_statement', 'children': ['52']}; {'id': '52', 'type': 'assignment', 'children': ['53', '56']}, {'id': '53', 'type': 'subscript', 'children': ['54', '55']}; {'id': '54', 'type': 'identifier', 'children': [], 'value': 'kwargs'}, {'id': '55', 'type': 'string', 'children': [], 'value': "'port'"}; {'id': '56', 'type': 'call', 'children': ['57', '62']}, {'id': '57', 'type': 'attribute', 'children': ['58', '61']}; {'id': '58', 'type': 'attribute', 'children': ['59', '60']}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'environ'}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '62', 'type': 'argument_list', 'children': ['63', '64']}, {'id': '63', 'type': 'string', 'children': [], 'value': "'STATSD_PORT'"}; {'id': '64', 'type': 'string', 'children': [], 'value': "'8125'"}, {'id': '65', 'type': 'if_statement', 'children': ['66', '69']}; {'id': '66', 'type': 'comparison_operator', 'children': ['67', '68'], 'value': 'not'}, {'id': '67', 'type': 'string', 'children': [], 'value': "'protocol'"}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'kwargs'}, {'id': '69', 'type': 'block', 'children': ['70']}; {'id': '70', 'type': 'expression_statement', 'children': ['71']}, {'id': '71', 'type': 'assignment', 'children': ['72', '75']}; {'id': '72', 'type': 'subscript', 'children': ['73', '74']}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '74', 'type': 'string', 'children': [], 'value': "'protocol'"}, {'id': '75', 'type': 'call', 'children': ['76', '81']}; {'id': '76', 'type': 'attribute', 'children': ['77', '80']}, {'id': '77', 'type': 'attribute', 'children': ['78', '79']}; {'id': '78', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'environ'}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '81', 'type': 'argument_list', 'children': ['82', '83']}; {'id': '82', 'type': 'string', 'children': [], 'value': "'STATSD_PROTOCOL'"}, {'id': '83', 'type': 'string', 'children': [], 'value': "'udp'"}; {'id': '84', 'type': 'expression_statement', 'children': ['85']}, {'id': '85', 'type': 'call', 'children': ['86', '87']}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'setattr'}, {'id': '87', 'type': 'argument_list', 'children': ['88', '89', '90']}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'application'}, {'id': '89', 'type': 'string', 'children': [], 'value': "'statsd'"}; {'id': '90', 'type': 'call', 'children': ['91', '92']}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'StatsDCollector'}; {'id': '92', 'type': 'argument_list', 'children': ['93']}, {'id': '93', 'type': 'dictionary_splat', 'children': ['94']}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'kwargs'}, {'id': '95', 'type': 'return_statement', 'children': ['96']} | def install(application, **kwargs):
if getattr(application, 'statsd', None) is not None:
LOGGER.warning('Statsd collector is already installed')
return False
if 'host' not in kwargs:
kwargs['host'] = os.environ.get('STATSD_HOST', '127.0.0.1')
if 'port' not in kwargs:
kwargs['port'] = os.environ.get('STATSD_PORT', '8125')
if 'protocol' not in kwargs:
kwargs['protocol'] = os.environ.get('STATSD_PROTOCOL', 'udp')
setattr(application, 'statsd', StatsDCollector(**kwargs))
return True |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '14']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'sign'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '8', '11']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'user_id'}, {'id': '5', 'type': 'default_parameter', 'children': ['6', '7']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'user_type'}, {'id': '7', 'type': 'None', 'children': []}; {'id': '8', 'type': 'default_parameter', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'today'}; {'id': '10', 'type': 'None', 'children': []}, {'id': '11', 'type': 'default_parameter', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'session'}, {'id': '13', 'type': 'None', 'children': []}; {'id': '14', 'type': 'block', 'children': ['15', '32', '51', '74', '220', '227']}, {'id': '15', 'type': 'if_statement', 'children': ['16', '19', '26']}; {'id': '16', 'type': 'comparison_operator', 'children': ['17', '18'], 'value': 'is'}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'session'}; {'id': '18', 'type': 'None', 'children': []}, {'id': '19', 'type': 'block', 'children': ['20']}; {'id': '20', 'type': 'expression_statement', 'children': ['21']}, {'id': '21', 'type': 'assignment', 'children': ['22', '23']}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'session'}, {'id': '23', 'type': 'call', 'children': ['24', '25']}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'Session'}, {'id': '25', 'type': 'argument_list', 'children': []}; {'id': '26', 'type': 'else_clause', 'children': ['27']}, {'id': '27', 'type': 'block', 'children': ['28']}; {'id': '28', 'type': 'expression_statement', 'children': ['29']}, {'id': '29', 'type': 'assignment', 'children': ['30', '31']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'session'}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'session'}; {'id': '32', 'type': 'if_statement', 'children': ['33', '36', '45']}, {'id': '33', 'type': 'comparison_operator', 'children': ['34', '35'], 'value': 'is'}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'today'}, {'id': '35', 'type': 'None', 'children': []}; {'id': '36', 'type': 'block', 'children': ['37']}, {'id': '37', 'type': 'expression_statement', 'children': ['38']}; {'id': '38', 'type': 'assignment', 'children': ['39', '40']}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'today'}; {'id': '40', 'type': 'call', 'children': ['41', '44']}, {'id': '41', 'type': 'attribute', 'children': ['42', '43']}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'date'}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'today'}; {'id': '44', 'type': 'argument_list', 'children': []}, {'id': '45', 'type': 'else_clause', 'children': ['46']}; {'id': '46', 'type': 'block', 'children': ['47']}, {'id': '47', 'type': 'expression_statement', 'children': ['48']}; {'id': '48', 'type': 'assignment', 'children': ['49', '50']}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'today'}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'today'}, {'id': '51', 'type': 'expression_statement', 'children': ['52']}; {'id': '52', 'type': 'assignment', 'children': ['53', '54']}, {'id': '53', 'type': 'identifier', 'children': [], 'value': 'user'}; {'id': '54', 'type': 'parenthesized_expression', 'children': ['55']}, {'id': '55', 'type': 'call', 'children': ['56', '73']}; {'id': '56', 'type': 'attribute', 'children': ['57', '72']}, {'id': '57', 'type': 'call', 'children': ['58', '66']}; {'id': '58', 'type': 'attribute', 'children': ['59', '65']}, {'id': '59', 'type': 'call', 'children': ['60', '63']}; {'id': '60', 'type': 'attribute', 'children': ['61', '62']}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'session'}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'query'}, {'id': '63', 'type': 'argument_list', 'children': ['64']}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'User'}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'filter'}; {'id': '66', 'type': 'argument_list', 'children': ['67']}, {'id': '67', 'type': 'comparison_operator', 'children': ['68', '71'], 'value': '=='}; {'id': '68', 'type': 'attribute', 'children': ['69', '70']}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'User'}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'user_id'}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'user_id'}; {'id': '72', 'type': 'identifier', 'children': [], 'value': 'one_or_none'}, {'id': '73', 'type': 'argument_list', 'children': []}; {'id': '74', 'type': 'if_statement', 'children': ['75', '76', '208']}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'user'}; {'id': '76', 'type': 'block', 'children': ['77', '109', '202']}, {'id': '77', 'type': 'expression_statement', 'children': ['78']}; {'id': '78', 'type': 'assignment', 'children': ['79', '80']}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'signed_in_entries'}; {'id': '80', 'type': 'parenthesized_expression', 'children': ['81']}, {'id': '81', 'type': 'call', 'children': ['82', '108']}; {'id': '82', 'type': 'attribute', 'children': ['83', '107']}, {'id': '83', 'type': 'call', 'children': ['84', '98']}; {'id': '84', 'type': 'attribute', 'children': ['85', '97']}, {'id': '85', 'type': 'call', 'children': ['86', '91']}; {'id': '86', 'type': 'attribute', 'children': ['87', '90']}, {'id': '87', 'type': 'attribute', 'children': ['88', '89']}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'user'}, {'id': '89', 'type': 'identifier', 'children': [], 'value': 'entries'}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'filter'}, {'id': '91', 'type': 'argument_list', 'children': ['92']}; {'id': '92', 'type': 'comparison_operator', 'children': ['93', '96'], 'value': '=='}, {'id': '93', 'type': 'attribute', 'children': ['94', '95']}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'Entry'}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'date'}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'today'}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'filter'}; {'id': '98', 'type': 'argument_list', 'children': ['99']}, {'id': '99', 'type': 'call', 'children': ['100', '105']}; {'id': '100', 'type': 'attribute', 'children': ['101', '104']}, {'id': '101', 'type': 'attribute', 'children': ['102', '103']}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'Entry'}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'time_out'}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'is_'}, {'id': '105', 'type': 'argument_list', 'children': ['106']}; {'id': '106', 'type': 'None', 'children': []}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'all'}; {'id': '108', 'type': 'argument_list', 'children': []}, {'id': '109', 'type': 'if_statement', 'children': ['110', '112', '156']}; {'id': '110', 'type': 'not_operator', 'children': ['111']}, {'id': '111', 'type': 'identifier', 'children': [], 'value': 'signed_in_entries'}; {'id': '112', 'type': 'block', 'children': ['113', '123', '130']}, {'id': '113', 'type': 'expression_statement', 'children': ['114']}; {'id': '114', 'type': 'assignment', 'children': ['115', '116']}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'new_entry'}; {'id': '116', 'type': 'call', 'children': ['117', '118']}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'sign_in'}; {'id': '118', 'type': 'argument_list', 'children': ['119', '120']}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'user'}; {'id': '120', 'type': 'keyword_argument', 'children': ['121', '122']}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'user_type'}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'user_type'}, {'id': '123', 'type': 'expression_statement', 'children': ['124']}; {'id': '124', 'type': 'call', 'children': ['125', '128']}, {'id': '125', 'type': 'attribute', 'children': ['126', '127']}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'session'}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'add'}; {'id': '128', 'type': 'argument_list', 'children': ['129']}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'new_entry'}; {'id': '130', 'type': 'expression_statement', 'children': ['131']}, {'id': '131', 'type': 'assignment', 'children': ['132', '133']}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'status'}, {'id': '133', 'type': 'call', 'children': ['134', '135']}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'Status'}, {'id': '135', 'type': 'argument_list', 'children': ['136', '139', '142', '148', '153']}; {'id': '136', 'type': 'keyword_argument', 'children': ['137', '138']}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'valid'}; {'id': '138', 'type': 'True', 'children': []}, {'id': '139', 'type': 'keyword_argument', 'children': ['140', '141']}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'in_or_out'}, {'id': '141', 'type': 'string', 'children': [], 'value': "'in'"}; {'id': '142', 'type': 'keyword_argument', 'children': ['143', '144']}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'user_name'}; {'id': '144', 'type': 'call', 'children': ['145', '146']}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'get_user_name'}; {'id': '146', 'type': 'argument_list', 'children': ['147']}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'user'}; {'id': '148', 'type': 'keyword_argument', 'children': ['149', '150']}, {'id': '149', 'type': 'identifier', 'children': [], 'value': 'user_type'}; {'id': '150', 'type': 'attribute', 'children': ['151', '152']}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'new_entry'}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'user_type'}, {'id': '153', 'type': 'keyword_argument', 'children': ['154', '155']}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'entry'}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'new_entry'}; {'id': '156', 'type': 'else_clause', 'children': ['157']}, {'id': '157', 'type': 'block', 'children': ['158']}; {'id': '158', 'type': 'for_statement', 'children': ['159', '160', '161']}, {'id': '159', 'type': 'identifier', 'children': [], 'value': 'entry'}; {'id': '160', 'type': 'identifier', 'children': [], 'value': 'signed_in_entries'}, {'id': '161', 'type': 'block', 'children': ['162', '169', '176']}; {'id': '162', 'type': 'expression_statement', 'children': ['163']}, {'id': '163', 'type': 'assignment', 'children': ['164', '165']}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'signed_out_entry'}, {'id': '165', 'type': 'call', 'children': ['166', '167']}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'sign_out'}, {'id': '167', 'type': 'argument_list', 'children': ['168']}; {'id': '168', 'type': 'identifier', 'children': [], 'value': 'entry'}, {'id': '169', 'type': 'expression_statement', 'children': ['170']}; {'id': '170', 'type': 'call', 'children': ['171', '174']}, {'id': '171', 'type': 'attribute', 'children': ['172', '173']}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'session'}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'add'}; {'id': '174', 'type': 'argument_list', 'children': ['175']}, {'id': '175', 'type': 'identifier', 'children': [], 'value': 'signed_out_entry'}; {'id': '176', 'type': 'expression_statement', 'children': ['177']}, {'id': '177', 'type': 'assignment', 'children': ['178', '179']}; {'id': '178', 'type': 'identifier', 'children': [], 'value': 'status'}, {'id': '179', 'type': 'call', 'children': ['180', '181']}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'Status'}, {'id': '181', 'type': 'argument_list', 'children': ['182', '185', '188', '194', '199']}; {'id': '182', 'type': 'keyword_argument', 'children': ['183', '184']}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 'valid'}; {'id': '184', 'type': 'True', 'children': []}, {'id': '185', 'type': 'keyword_argument', 'children': ['186', '187']}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'in_or_out'}, {'id': '187', 'type': 'string', 'children': [], 'value': "'out'"}; {'id': '188', 'type': 'keyword_argument', 'children': ['189', '190']}, {'id': '189', 'type': 'identifier', 'children': [], 'value': 'user_name'}; {'id': '190', 'type': 'call', 'children': ['191', '192']}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'get_user_name'}; {'id': '192', 'type': 'argument_list', 'children': ['193']}, {'id': '193', 'type': 'identifier', 'children': [], 'value': 'user'}; {'id': '194', 'type': 'keyword_argument', 'children': ['195', '196']}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'user_type'}; {'id': '196', 'type': 'attribute', 'children': ['197', '198']}, {'id': '197', 'type': 'identifier', 'children': [], 'value': 'signed_out_entry'}; {'id': '198', 'type': 'identifier', 'children': [], 'value': 'user_type'}, {'id': '199', 'type': 'keyword_argument', 'children': ['200', '201']}; {'id': '200', 'type': 'identifier', 'children': [], 'value': 'entry'}, {'id': '201', 'type': 'identifier', 'children': [], 'value': 'signed_out_entry'}; {'id': '202', 'type': 'expression_statement', 'children': ['203']}, {'id': '203', 'type': 'call', 'children': ['204', '207']}; {'id': '204', 'type': 'attribute', 'children': ['205', '206']}, {'id': '205', 'type': 'identifier', 'children': [], 'value': 'session'}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'commit'}, {'id': '207', 'type': 'argument_list', 'children': []}; {'id': '208', 'type': 'else_clause', 'children': ['209']}, {'id': '209', 'type': 'block', 'children': ['210']}; {'id': '210', 'type': 'raise_statement', 'children': ['211']}, {'id': '211', 'type': 'call', 'children': ['212', '213']}; {'id': '212', 'type': 'identifier', 'children': [], 'value': 'UnregisteredUser'}, {'id': '213', 'type': 'argument_list', 'children': ['214']}; {'id': '214', 'type': 'call', 'children': ['215', '218']}, {'id': '215', 'type': 'attribute', 'children': ['216', '217']}; {'id': '216', 'type': 'string', 'children': [], 'value': "'{} not registered. Please register at the front desk.'"}, {'id': '217', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '218', 'type': 'argument_list', 'children': ['219']}, {'id': '219', 'type': 'identifier', 'children': [], 'value': 'user_id'}; {'id': '220', 'type': 'expression_statement', 'children': ['221']}, {'id': '221', 'type': 'call', 'children': ['222', '225']}; {'id': '222', 'type': 'attribute', 'children': ['223', '224']}, {'id': '223', 'type': 'identifier', 'children': [], 'value': 'logger'}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'debug'}, {'id': '225', 'type': 'argument_list', 'children': ['226']}; {'id': '226', 'type': 'identifier', 'children': [], 'value': 'status'}, {'id': '227', 'type': 'return_statement', 'children': ['228']} | def sign(user_id, user_type=None, today=None, session=None):
if session is None:
session = Session()
else:
session = session
if today is None:
today = date.today()
else:
today = today
user = (
session
.query(User)
.filter(User.user_id == user_id)
.one_or_none()
)
if user:
signed_in_entries = (
user
.entries
.filter(Entry.date == today)
.filter(Entry.time_out.is_(None))
.all()
)
if not signed_in_entries:
new_entry = sign_in(user, user_type=user_type)
session.add(new_entry)
status = Status(
valid=True,
in_or_out='in',
user_name=get_user_name(user),
user_type=new_entry.user_type,
entry=new_entry
)
else:
for entry in signed_in_entries:
signed_out_entry = sign_out(entry)
session.add(signed_out_entry)
status = Status(
valid=True,
in_or_out='out',
user_name=get_user_name(user),
user_type=signed_out_entry.user_type,
entry=signed_out_entry
)
session.commit()
else:
raise UnregisteredUser(
'{} not registered. Please register at the front desk.'.format(
user_id
)
)
logger.debug(status)
return status |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '10']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'display'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '8']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'obj'}, {'id': '5', 'type': 'default_parameter', 'children': ['6', '7']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'skiphidden'}, {'id': '7', 'type': 'True', 'children': []}; {'id': '8', 'type': 'dictionary_splat_pattern', 'children': ['9']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'printargs'}; {'id': '10', 'type': 'block', 'children': ['11', '18', '37', '87', '122', '210', '241', '254', '273', '283']}, {'id': '11', 'type': 'expression_statement', 'children': ['12']}; {'id': '12', 'type': 'assignment', 'children': ['13', '14']}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'top'}; {'id': '14', 'type': 'call', 'children': ['15', '16']}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'findnode'}; {'id': '16', 'type': 'argument_list', 'children': ['17']}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'obj'}; {'id': '18', 'type': 'expression_statement', 'children': ['19']}, {'id': '19', 'type': 'assignment', 'children': ['20', '21']}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'maxhex'}, {'id': '21', 'type': 'binary_operator', 'children': ['22', '36'], 'value': '-'}; {'id': '22', 'type': 'call', 'children': ['23', '24']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '24', 'type': 'argument_list', 'children': ['25']}, {'id': '25', 'type': 'call', 'children': ['26', '27']}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'hex'}, {'id': '27', 'type': 'argument_list', 'children': ['28']}; {'id': '28', 'type': 'call', 'children': ['29', '32']}, {'id': '29', 'type': 'attribute', 'children': ['30', '31']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'ctypes'}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'sizeof'}; {'id': '32', 'type': 'argument_list', 'children': ['33']}, {'id': '33', 'type': 'attribute', 'children': ['34', '35']}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'top'}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'type'}; {'id': '36', 'type': 'integer', 'children': [], 'value': '2'}, {'id': '37', 'type': 'function_definition', 'children': ['38', '39', '41']}; {'id': '38', 'type': 'function_name', 'children': [], 'value': 'addrformat'}, {'id': '39', 'type': 'parameters', 'children': ['40']}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'addr'}, {'id': '41', 'type': 'block', 'children': ['42']}; {'id': '42', 'type': 'if_statement', 'children': ['43', '48', '57']}, {'id': '43', 'type': 'call', 'children': ['44', '45']}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'isinstance'}, {'id': '45', 'type': 'argument_list', 'children': ['46', '47']}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'addr'}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'int'}; {'id': '48', 'type': 'block', 'children': ['49']}, {'id': '49', 'type': 'return_statement', 'children': ['50']}; {'id': '50', 'type': 'call', 'children': ['51', '54']}, {'id': '51', 'type': 'attribute', 'children': ['52', '53']}; {'id': '52', 'type': 'string', 'children': [], 'value': '"0x{0:0{1}X}"'}, {'id': '53', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '54', 'type': 'argument_list', 'children': ['55', '56']}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'addr'}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'maxhex'}, {'id': '57', 'type': 'else_clause', 'children': ['58']}; {'id': '58', 'type': 'block', 'children': ['59', '66', '78']}, {'id': '59', 'type': 'expression_statement', 'children': ['60']}; {'id': '60', 'type': 'assignment', 'children': ['61', '62']}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'intpart'}; {'id': '62', 'type': 'call', 'children': ['63', '64']}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'int'}; {'id': '64', 'type': 'argument_list', 'children': ['65']}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'addr'}; {'id': '66', 'type': 'expression_statement', 'children': ['67']}, {'id': '67', 'type': 'assignment', 'children': ['68', '69']}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'fracbits'}, {'id': '69', 'type': 'call', 'children': ['70', '71']}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'int'}, {'id': '71', 'type': 'argument_list', 'children': ['72']}; {'id': '72', 'type': 'binary_operator', 'children': ['73', '77'], 'value': '*'}, {'id': '73', 'type': 'parenthesized_expression', 'children': ['74']}; {'id': '74', 'type': 'binary_operator', 'children': ['75', '76'], 'value': '-'}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'addr'}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'intpart'}, {'id': '77', 'type': 'integer', 'children': [], 'value': '8'}; {'id': '78', 'type': 'return_statement', 'children': ['79']}, {'id': '79', 'type': 'call', 'children': ['80', '83']}; {'id': '80', 'type': 'attribute', 'children': ['81', '82']}, {'id': '81', 'type': 'string', 'children': [], 'value': '"0x{0:0{1}X}\'{2}"'}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'format'}, {'id': '83', 'type': 'argument_list', 'children': ['84', '85', '86']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'intpart'}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'maxhex'}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'fracbits'}, {'id': '87', 'type': 'function_definition', 'children': ['88', '89', '91']}; {'id': '88', 'type': 'function_name', 'children': [], 'value': 'formatval'}, {'id': '89', 'type': 'parameters', 'children': ['90']}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'here'}, {'id': '91', 'type': 'block', 'children': ['92']}; {'id': '92', 'type': 'if_statement', 'children': ['93', '98', '113']}, {'id': '93', 'type': 'call', 'children': ['94', '95']}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'isinstance'}, {'id': '95', 'type': 'argument_list', 'children': ['96', '97']}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'here'}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'BoundSimpleNode'}; {'id': '98', 'type': 'block', 'children': ['99']}, {'id': '99', 'type': 'return_statement', 'children': ['100']}; {'id': '100', 'type': 'call', 'children': ['101', '104']}, {'id': '101', 'type': 'attribute', 'children': ['102', '103']}; {'id': '102', 'type': 'string', 'children': [], 'value': '"{0}({1})"'}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '104', 'type': 'argument_list', 'children': ['105', '110']}, {'id': '105', 'type': 'attribute', 'children': ['106', '109']}; {'id': '106', 'type': 'attribute', 'children': ['107', '108']}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'here'}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'type'}, {'id': '109', 'type': 'identifier', 'children': [], 'value': '__name__'}; {'id': '110', 'type': 'attribute', 'children': ['111', '112']}, {'id': '111', 'type': 'identifier', 'children': [], 'value': 'here'}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '113', 'type': 'else_clause', 'children': ['114']}; {'id': '114', 'type': 'block', 'children': ['115']}, {'id': '115', 'type': 'return_statement', 'children': ['116']}; {'id': '116', 'type': 'call', 'children': ['117', '118']}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'str'}; {'id': '118', 'type': 'argument_list', 'children': ['119']}, {'id': '119', 'type': 'attribute', 'children': ['120', '121']}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'here'}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '122', 'type': 'if_statement', 'children': ['123', '128', '169']}, {'id': '123', 'type': 'call', 'children': ['124', '125']}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'isinstance'}, {'id': '125', 'type': 'argument_list', 'children': ['126', '127']}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'top'}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'UnboundNode'}; {'id': '128', 'type': 'block', 'children': ['129', '136']}, {'id': '129', 'type': 'expression_statement', 'children': ['130']}; {'id': '130', 'type': 'assignment', 'children': ['131', '132']}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'headers'}; {'id': '132', 'type': 'list', 'children': ['133', '134', '135'], 'value': "['Path', 'Addr', 'Type']"}, {'id': '133', 'type': 'string', 'children': [], 'value': "'Path'"}; {'id': '134', 'type': 'string', 'children': [], 'value': "'Addr'"}, {'id': '135', 'type': 'string', 'children': [], 'value': "'Type'"}; {'id': '136', 'type': 'expression_statement', 'children': ['137']}, {'id': '137', 'type': 'assignment', 'children': ['138', '139']}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'results'}, {'id': '139', 'type': 'list_comprehension', 'children': ['140', '162']}; {'id': '140', 'type': 'tuple', 'children': ['141', '151', '157']}, {'id': '141', 'type': 'binary_operator', 'children': ['142', '148'], 'value': '+'}; {'id': '142', 'type': 'parenthesized_expression', 'children': ['143']}, {'id': '143', 'type': 'binary_operator', 'children': ['144', '145'], 'value': '*'}; {'id': '144', 'type': 'string', 'children': [], 'value': "' '"}, {'id': '145', 'type': 'attribute', 'children': ['146', '147']}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'depth'}; {'id': '148', 'type': 'attribute', 'children': ['149', '150']}, {'id': '149', 'type': 'identifier', 'children': [], 'value': 'n'}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '151', 'type': 'call', 'children': ['152', '153']}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'addrformat'}, {'id': '153', 'type': 'argument_list', 'children': ['154']}; {'id': '154', 'type': 'attribute', 'children': ['155', '156']}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'n'}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'baseoffset'}, {'id': '157', 'type': 'attribute', 'children': ['158', '161']}; {'id': '158', 'type': 'attribute', 'children': ['159', '160']}, {'id': '159', 'type': 'identifier', 'children': [], 'value': 'n'}; {'id': '160', 'type': 'identifier', 'children': [], 'value': 'type'}, {'id': '161', 'type': 'identifier', 'children': [], 'value': '__name__'}; {'id': '162', 'type': 'for_in_clause', 'children': ['163', '164']}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'n'}; {'id': '164', 'type': 'call', 'children': ['165', '166']}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'walknode'}; {'id': '166', 'type': 'argument_list', 'children': ['167', '168']}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'top'}; {'id': '168', 'type': 'identifier', 'children': [], 'value': 'skiphidden'}, {'id': '169', 'type': 'else_clause', 'children': ['170']}; {'id': '170', 'type': 'block', 'children': ['171', '178']}, {'id': '171', 'type': 'expression_statement', 'children': ['172']}; {'id': '172', 'type': 'assignment', 'children': ['173', '174']}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'headers'}; {'id': '174', 'type': 'list', 'children': ['175', '176', '177'], 'value': "['Path', 'Addr', 'Value']"}, {'id': '175', 'type': 'string', 'children': [], 'value': "'Path'"}; {'id': '176', 'type': 'string', 'children': [], 'value': "'Addr'"}, {'id': '177', 'type': 'string', 'children': [], 'value': "'Value'"}; {'id': '178', 'type': 'expression_statement', 'children': ['179']}, {'id': '179', 'type': 'assignment', 'children': ['180', '181']}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'results'}, {'id': '181', 'type': 'list_comprehension', 'children': ['182', '203']}; {'id': '182', 'type': 'tuple', 'children': ['183', '193', '199']}, {'id': '183', 'type': 'binary_operator', 'children': ['184', '190'], 'value': '+'}; {'id': '184', 'type': 'parenthesized_expression', 'children': ['185']}, {'id': '185', 'type': 'binary_operator', 'children': ['186', '187'], 'value': '*'}; {'id': '186', 'type': 'string', 'children': [], 'value': "' '"}, {'id': '187', 'type': 'attribute', 'children': ['188', '189']}; {'id': '188', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '189', 'type': 'identifier', 'children': [], 'value': 'depth'}; {'id': '190', 'type': 'attribute', 'children': ['191', '192']}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'n'}; {'id': '192', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '193', 'type': 'call', 'children': ['194', '195']}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'addrformat'}, {'id': '195', 'type': 'argument_list', 'children': ['196']}; {'id': '196', 'type': 'attribute', 'children': ['197', '198']}, {'id': '197', 'type': 'identifier', 'children': [], 'value': 'n'}; {'id': '198', 'type': 'identifier', 'children': [], 'value': 'baseoffset'}, {'id': '199', 'type': 'call', 'children': ['200', '201']}; {'id': '200', 'type': 'identifier', 'children': [], 'value': 'formatval'}, {'id': '201', 'type': 'argument_list', 'children': ['202']}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '203', 'type': 'for_in_clause', 'children': ['204', '205']}; {'id': '204', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '205', 'type': 'call', 'children': ['206', '207']}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'walknode'}, {'id': '207', 'type': 'argument_list', 'children': ['208', '209']}; {'id': '208', 'type': 'identifier', 'children': [], 'value': 'top'}, {'id': '209', 'type': 'identifier', 'children': [], 'value': 'skiphidden'}; {'id': '210', 'type': 'expression_statement', 'children': ['211']}, {'id': '211', 'type': 'assignment', 'children': ['212', '213']}; {'id': '212', 'type': 'identifier', 'children': [], 'value': 'widths'}, {'id': '213', 'type': 'list_comprehension', 'children': ['214', '233']}; {'id': '214', 'type': 'call', 'children': ['215', '216']}, {'id': '215', 'type': 'identifier', 'children': [], 'value': 'max'}; {'id': '216', 'type': 'argument_list', 'children': ['217', '229']}, {'id': '217', 'type': 'call', 'children': ['218', '219']}; {'id': '218', 'type': 'identifier', 'children': [], 'value': 'max'}, {'id': '219', 'type': 'generator_expression', 'children': ['220', '226']}; {'id': '220', 'type': 'call', 'children': ['221', '222']}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '222', 'type': 'argument_list', 'children': ['223']}, {'id': '223', 'type': 'subscript', 'children': ['224', '225']}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'd'}, {'id': '225', 'type': 'identifier', 'children': [], 'value': 'col'}; {'id': '226', 'type': 'for_in_clause', 'children': ['227', '228']}, {'id': '227', 'type': 'identifier', 'children': [], 'value': 'd'}; {'id': '228', 'type': 'identifier', 'children': [], 'value': 'results'}, {'id': '229', 'type': 'call', 'children': ['230', '231']}; {'id': '230', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '231', 'type': 'argument_list', 'children': ['232']}; {'id': '232', 'type': 'identifier', 'children': [], 'value': 'h'}, {'id': '233', 'type': 'for_in_clause', 'children': ['234', '237']}; {'id': '234', 'type': 'pattern_list', 'children': ['235', '236']}, {'id': '235', 'type': 'identifier', 'children': [], 'value': 'col'}; {'id': '236', 'type': 'identifier', 'children': [], 'value': 'h'}, {'id': '237', 'type': 'call', 'children': ['238', '239']}; {'id': '238', 'type': 'identifier', 'children': [], 'value': 'enumerate'}, {'id': '239', 'type': 'argument_list', 'children': ['240']}; {'id': '240', 'type': 'identifier', 'children': [], 'value': 'headers'}, {'id': '241', 'type': 'function_definition', 'children': ['242', '243', '245']}; {'id': '242', 'type': 'function_name', 'children': [], 'value': 'lp'}, {'id': '243', 'type': 'parameters', 'children': ['244']}; {'id': '244', 'type': 'identifier', 'children': [], 'value': 'args'}, {'id': '245', 'type': 'block', 'children': ['246']}; {'id': '246', 'type': 'expression_statement', 'children': ['247']}, {'id': '247', 'type': 'call', 'children': ['248', '249']}; {'id': '248', 'type': 'identifier', 'children': [], 'value': 'print'}, {'id': '249', 'type': 'argument_list', 'children': ['250', '252']}; {'id': '250', 'type': 'list_splat', 'children': ['251']}, {'id': '251', 'type': 'identifier', 'children': [], 'value': 'args'}; {'id': '252', 'type': 'dictionary_splat', 'children': ['253']}, {'id': '253', 'type': 'identifier', 'children': [], 'value': 'printargs'}; {'id': '254', 'type': 'expression_statement', 'children': ['255']}, {'id': '255', 'type': 'call', 'children': ['256', '257']}; {'id': '256', 'type': 'identifier', 'children': [], 'value': 'lp'}, {'id': '257', 'type': 'generator_expression', 'children': ['258', '264']}; {'id': '258', 'type': 'call', 'children': ['259', '262']}, {'id': '259', 'type': 'attribute', 'children': ['260', '261']}; {'id': '260', 'type': 'identifier', 'children': [], 'value': 'd'}, {'id': '261', 'type': 'identifier', 'children': [], 'value': 'center'}; {'id': '262', 'type': 'argument_list', 'children': ['263']}, {'id': '263', 'type': 'identifier', 'children': [], 'value': 'w'}; {'id': '264', 'type': 'for_in_clause', 'children': ['265', '268']}, {'id': '265', 'type': 'pattern_list', 'children': ['266', '267']}; {'id': '266', 'type': 'identifier', 'children': [], 'value': 'd'}, {'id': '267', 'type': 'identifier', 'children': [], 'value': 'w'}; {'id': '268', 'type': 'call', 'children': ['269', '270']}, {'id': '269', 'type': 'identifier', 'children': [], 'value': 'zip'}; {'id': '270', 'type': 'argument_list', 'children': ['271', '272']}, {'id': '271', 'type': 'identifier', 'children': [], 'value': 'headers'}; {'id': '272', 'type': 'identifier', 'children': [], 'value': 'widths'}, {'id': '273', 'type': 'expression_statement', 'children': ['274']}; {'id': '274', 'type': 'call', 'children': ['275', '276']}, {'id': '275', 'type': 'identifier', 'children': [], 'value': 'lp'}; {'id': '276', 'type': 'generator_expression', 'children': ['277', '280']}, {'id': '277', 'type': 'binary_operator', 'children': ['278', '279'], 'value': '*'}; {'id': '278', 'type': 'string', 'children': [], 'value': "'-'"}, {'id': '279', 'type': 'identifier', 'children': [], 'value': 'w'}; {'id': '280', 'type': 'for_in_clause', 'children': ['281', '282']}, {'id': '281', 'type': 'identifier', 'children': [], 'value': 'w'}; {'id': '282', 'type': 'identifier', 'children': [], 'value': 'widths'}, {'id': '283', 'type': 'for_statement', 'children': ['284', '285', '286']}; {'id': '284', 'type': 'identifier', 'children': [], 'value': 'r'}, {'id': '285', 'type': 'identifier', 'children': [], 'value': 'results'}; {'id': '286', 'type': 'block', 'children': ['287']}, {'id': '287', 'type': 'expression_statement', 'children': ['288']}; {'id': '288', 'type': 'call', 'children': ['289', '290']}, {'id': '289', 'type': 'identifier', 'children': [], 'value': 'lp'}; {'id': '290', 'type': 'generator_expression', 'children': ['291', '297']}, {'id': '291', 'type': 'call', 'children': ['292', '295']}; {'id': '292', 'type': 'attribute', 'children': ['293', '294']}, {'id': '293', 'type': 'identifier', 'children': [], 'value': 'd'}; {'id': '294', 'type': 'identifier', 'children': [], 'value': 'ljust'}, {'id': '295', 'type': 'argument_list', 'children': ['296']}; {'id': '296', 'type': 'identifier', 'children': [], 'value': 'w'}, {'id': '297', 'type': 'for_in_clause', 'children': ['298', '301']}; {'id': '298', 'type': 'pattern_list', 'children': ['299', '300']}, {'id': '299', 'type': 'identifier', 'children': [], 'value': 'd'}; {'id': '300', 'type': 'identifier', 'children': [], 'value': 'w'}, {'id': '301', 'type': 'call', 'children': ['302', '303']}; {'id': '302', 'type': 'identifier', 'children': [], 'value': 'zip'}, {'id': '303', 'type': 'argument_list', 'children': ['304', '305']}; {'id': '304', 'type': 'identifier', 'children': [], 'value': 'r'}, {'id': '305', 'type': 'identifier', 'children': [], 'value': 'widths'} | def display(obj, skiphidden=True, **printargs):
top = findnode(obj)
maxhex = len(hex(ctypes.sizeof(top.type))) - 2
def addrformat(addr):
if isinstance(addr, int):
return "0x{0:0{1}X}".format(addr, maxhex)
else:
intpart = int(addr)
fracbits = int((addr - intpart) * 8)
return "0x{0:0{1}X}'{2}".format(intpart, maxhex, fracbits)
def formatval(here):
if isinstance(here, BoundSimpleNode):
return "{0}({1})".format(here.type.__name__, here.value)
else:
return str(here.value)
if isinstance(top, UnboundNode):
headers = ['Path', 'Addr', 'Type']
results = [
((' ' * n.depth) + n.name, addrformat(n.baseoffset), n.type.__name__)
for n in walknode(top, skiphidden)
]
else:
headers = ['Path', 'Addr', 'Value']
results = [
((' ' * n.depth) + n.name, addrformat(n.baseoffset), formatval(n))
for n in walknode(top, skiphidden)
]
widths = [
max(max(len(d[col]) for d in results), len(h))
for col, h in enumerate(headers)
]
def lp(args):
print(*args, **printargs)
lp(d.center(w) for d, w in zip(headers, widths))
lp('-' * w for w in widths)
for r in results:
lp(d.ljust(w) for d, w in zip(r, widths)) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '10']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'assemble'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '6', '8']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'module'}; {'id': '6', 'type': 'list_splat_pattern', 'children': ['7']}, {'id': '7', 'type': 'identifier', 'children': [], 'value': 'modules'}; {'id': '8', 'type': 'dictionary_splat_pattern', 'children': ['9']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '10', 'type': 'block', 'children': ['11', '47']}, {'id': '11', 'type': 'expression_statement', 'children': ['12']}; {'id': '12', 'type': 'assignment', 'children': ['13', '14']}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'mgr'}; {'id': '14', 'type': 'call', 'children': ['15', '16']}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'AssemblyManager'}; {'id': '16', 'type': 'argument_list', 'children': ['17', '20', '29', '38']}, {'id': '17', 'type': 'keyword_argument', 'children': ['18', '19']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'vector'}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '20', 'type': 'keyword_argument', 'children': ['21', '22']}, {'id': '21', 'type': 'identifier', 'children': [], 'value': 'modules'}; {'id': '22', 'type': 'binary_operator', 'children': ['23', '25'], 'value': '+'}, {'id': '23', 'type': 'list', 'children': ['24'], 'value': '[module]'}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'module'}, {'id': '25', 'type': 'call', 'children': ['26', '27']}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'list'}, {'id': '27', 'type': 'argument_list', 'children': ['28']}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'modules'}, {'id': '29', 'type': 'keyword_argument', 'children': ['30', '31']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '31', 'type': 'call', 'children': ['32', '35']}; {'id': '32', 'type': 'attribute', 'children': ['33', '34']}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '35', 'type': 'argument_list', 'children': ['36', '37']}; {'id': '36', 'type': 'string', 'children': [], 'value': '"name"'}, {'id': '37', 'type': 'string', 'children': [], 'value': '"assembly"'}; {'id': '38', 'type': 'keyword_argument', 'children': ['39', '40']}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'id_'}; {'id': '40', 'type': 'call', 'children': ['41', '44']}, {'id': '41', 'type': 'attribute', 'children': ['42', '43']}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'kwargs'}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '44', 'type': 'argument_list', 'children': ['45', '46']}, {'id': '45', 'type': 'string', 'children': [], 'value': '"id"'}; {'id': '46', 'type': 'string', 'children': [], 'value': '"assembly"'}, {'id': '47', 'type': 'return_statement', 'children': ['48']}; {'id': '48', 'type': 'call', 'children': ['49', '52']}, {'id': '49', 'type': 'attribute', 'children': ['50', '51']}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'mgr'}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'assemble'} | def assemble(self, module, *modules, **kwargs):
mgr = AssemblyManager(
vector=self,
modules=[module] + list(modules),
name=kwargs.get("name", "assembly"),
id_=kwargs.get("id", "assembly"),
)
return mgr.assemble() |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '8']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'getback'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'config'}, {'id': '5', 'type': 'default_parameter', 'children': ['6', '7']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'force'}, {'id': '7', 'type': 'False', 'children': []}; {'id': '8', 'type': 'block', 'children': ['9', '15', '21', '33', '71', '77', '86', '96', '100', '104', '122', '136', '146', '157', '198', '204', '210', '237', '243', '268', '272', '295']}, {'id': '9', 'type': 'expression_statement', 'children': ['10']}; {'id': '10', 'type': 'assignment', 'children': ['11', '12']}, {'id': '11', 'type': 'identifier', 'children': [], 'value': 'repo'}; {'id': '12', 'type': 'attribute', 'children': ['13', '14']}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'config'}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'repo'}, {'id': '15', 'type': 'expression_statement', 'children': ['16']}; {'id': '16', 'type': 'assignment', 'children': ['17', '18']}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'active_branch'}; {'id': '18', 'type': 'attribute', 'children': ['19', '20']}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'repo'}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'active_branch'}, {'id': '21', 'type': 'if_statement', 'children': ['22', '27']}; {'id': '22', 'type': 'comparison_operator', 'children': ['23', '26'], 'value': '=='}, {'id': '23', 'type': 'attribute', 'children': ['24', '25']}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'active_branch'}, {'id': '25', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '26', 'type': 'string', 'children': [], 'value': '"master"'}, {'id': '27', 'type': 'block', 'children': ['28']}; {'id': '28', 'type': 'expression_statement', 'children': ['29']}, {'id': '29', 'type': 'call', 'children': ['30', '31']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'error_out'}, {'id': '31', 'type': 'argument_list', 'children': ['32']}; {'id': '32', 'type': 'string', 'children': [], 'value': '"You\'re already on the master branch."'}, {'id': '33', 'type': 'if_statement', 'children': ['34', '39']}; {'id': '34', 'type': 'call', 'children': ['35', '38']}, {'id': '35', 'type': 'attribute', 'children': ['36', '37']}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'repo'}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'is_dirty'}; {'id': '38', 'type': 'argument_list', 'children': []}, {'id': '39', 'type': 'block', 'children': ['40']}; {'id': '40', 'type': 'expression_statement', 'children': ['41']}, {'id': '41', 'type': 'call', 'children': ['42', '43']}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'error_out'}, {'id': '43', 'type': 'argument_list', 'children': ['44']}; {'id': '44', 'type': 'call', 'children': ['45', '48']}, {'id': '45', 'type': 'attribute', 'children': ['46', '47']}; {'id': '46', 'type': 'string', 'children': [], 'value': '\'Repo is "dirty". ({})\''}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '48', 'type': 'argument_list', 'children': ['49']}, {'id': '49', 'type': 'call', 'children': ['50', '53']}; {'id': '50', 'type': 'attribute', 'children': ['51', '52']}, {'id': '51', 'type': 'string', 'children': [], 'value': '", "'}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'join'}, {'id': '53', 'type': 'argument_list', 'children': ['54']}; {'id': '54', 'type': 'list_comprehension', 'children': ['55', '61']}, {'id': '55', 'type': 'call', 'children': ['56', '57']}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'repr'}, {'id': '57', 'type': 'argument_list', 'children': ['58']}; {'id': '58', 'type': 'attribute', 'children': ['59', '60']}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'x'}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'b_path'}, {'id': '61', 'type': 'for_in_clause', 'children': ['62', '63']}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '63', 'type': 'call', 'children': ['64', '69']}; {'id': '64', 'type': 'attribute', 'children': ['65', '68']}, {'id': '65', 'type': 'attribute', 'children': ['66', '67']}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'repo'}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'index'}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'diff'}, {'id': '69', 'type': 'argument_list', 'children': ['70']}; {'id': '70', 'type': 'None', 'children': []}, {'id': '71', 'type': 'expression_statement', 'children': ['72']}; {'id': '72', 'type': 'assignment', 'children': ['73', '74']}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'branch_name'}; {'id': '74', 'type': 'attribute', 'children': ['75', '76']}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'active_branch'}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '77', 'type': 'expression_statement', 'children': ['78']}; {'id': '78', 'type': 'assignment', 'children': ['79', '80']}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'state'}; {'id': '80', 'type': 'call', 'children': ['81', '82']}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'read'}; {'id': '82', 'type': 'argument_list', 'children': ['83']}, {'id': '83', 'type': 'attribute', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'config'}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'configfile'}; {'id': '86', 'type': 'expression_statement', 'children': ['87']}, {'id': '87', 'type': 'assignment', 'children': ['88', '89']}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'origin_name'}, {'id': '89', 'type': 'call', 'children': ['90', '93']}; {'id': '90', 'type': 'attribute', 'children': ['91', '92']}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'state'}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '93', 'type': 'argument_list', 'children': ['94', '95']}; {'id': '94', 'type': 'string', 'children': [], 'value': '"ORIGIN_NAME"'}, {'id': '95', 'type': 'string', 'children': [], 'value': '"origin"'}; {'id': '96', 'type': 'expression_statement', 'children': ['97']}, {'id': '97', 'type': 'assignment', 'children': ['98', '99']}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'upstream_remote'}, {'id': '99', 'type': 'None', 'children': []}; {'id': '100', 'type': 'expression_statement', 'children': ['101']}, {'id': '101', 'type': 'assignment', 'children': ['102', '103']}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'fork_remote'}, {'id': '103', 'type': 'None', 'children': []}; {'id': '104', 'type': 'for_statement', 'children': ['105', '106', '109']}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'remote'}; {'id': '106', 'type': 'attribute', 'children': ['107', '108']}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'repo'}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'remotes'}, {'id': '109', 'type': 'block', 'children': ['110']}; {'id': '110', 'type': 'if_statement', 'children': ['111', '116']}, {'id': '111', 'type': 'comparison_operator', 'children': ['112', '115'], 'value': '=='}; {'id': '112', 'type': 'attribute', 'children': ['113', '114']}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'remote'}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'origin_name'}; {'id': '116', 'type': 'block', 'children': ['117', '121']}, {'id': '117', 'type': 'expression_statement', 'children': ['118']}; {'id': '118', 'type': 'assignment', 'children': ['119', '120']}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'upstream_remote'}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'remote'}, {'id': '121', 'type': 'break_statement', 'children': []}; {'id': '122', 'type': 'if_statement', 'children': ['123', '125']}, {'id': '123', 'type': 'not_operator', 'children': ['124']}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'upstream_remote'}, {'id': '125', 'type': 'block', 'children': ['126']}; {'id': '126', 'type': 'expression_statement', 'children': ['127']}, {'id': '127', 'type': 'call', 'children': ['128', '129']}; {'id': '128', 'type': 'identifier', 'children': [], 'value': 'error_out'}, {'id': '129', 'type': 'argument_list', 'children': ['130']}; {'id': '130', 'type': 'call', 'children': ['131', '134']}, {'id': '131', 'type': 'attribute', 'children': ['132', '133']}; {'id': '132', 'type': 'string', 'children': [], 'value': '"No remote called {!r} found"'}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '134', 'type': 'argument_list', 'children': ['135']}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'origin_name'}; {'id': '136', 'type': 'expression_statement', 'children': ['137']}, {'id': '137', 'type': 'call', 'children': ['138', '145']}; {'id': '138', 'type': 'attribute', 'children': ['139', '144']}, {'id': '139', 'type': 'attribute', 'children': ['140', '143']}; {'id': '140', 'type': 'attribute', 'children': ['141', '142']}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'repo'}; {'id': '142', 'type': 'identifier', 'children': [], 'value': 'heads'}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'master'}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'checkout'}, {'id': '145', 'type': 'argument_list', 'children': []}; {'id': '146', 'type': 'expression_statement', 'children': ['147']}, {'id': '147', 'type': 'call', 'children': ['148', '151']}; {'id': '148', 'type': 'attribute', 'children': ['149', '150']}, {'id': '149', 'type': 'identifier', 'children': [], 'value': 'upstream_remote'}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 'pull'}, {'id': '151', 'type': 'argument_list', 'children': ['152']}; {'id': '152', 'type': 'attribute', 'children': ['153', '156']}, {'id': '153', 'type': 'attribute', 'children': ['154', '155']}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'repo'}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'heads'}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'master'}, {'id': '157', 'type': 'expression_statement', 'children': ['158']}; {'id': '158', 'type': 'assignment', 'children': ['159', '160']}, {'id': '159', 'type': 'identifier', 'children': [], 'value': 'merged_branches'}; {'id': '160', 'type': 'list_comprehension', 'children': ['161', '166', '180']}, {'id': '161', 'type': 'call', 'children': ['162', '165']}; {'id': '162', 'type': 'attribute', 'children': ['163', '164']}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'x'}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'strip'}, {'id': '165', 'type': 'argument_list', 'children': []}; {'id': '166', 'type': 'for_in_clause', 'children': ['167', '168']}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'x'}; {'id': '168', 'type': 'call', 'children': ['169', '179']}, {'id': '169', 'type': 'attribute', 'children': ['170', '178']}; {'id': '170', 'type': 'call', 'children': ['171', '176']}, {'id': '171', 'type': 'attribute', 'children': ['172', '175']}; {'id': '172', 'type': 'attribute', 'children': ['173', '174']}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'repo'}; {'id': '174', 'type': 'identifier', 'children': [], 'value': 'git'}, {'id': '175', 'type': 'identifier', 'children': [], 'value': 'branch'}; {'id': '176', 'type': 'argument_list', 'children': ['177']}, {'id': '177', 'type': 'string', 'children': [], 'value': '"--merged"'}; {'id': '178', 'type': 'identifier', 'children': [], 'value': 'splitlines'}, {'id': '179', 'type': 'argument_list', 'children': []}; {'id': '180', 'type': 'if_clause', 'children': ['181']}, {'id': '181', 'type': 'boolean_operator', 'children': ['182', '187'], 'value': 'and'}; {'id': '182', 'type': 'call', 'children': ['183', '186']}, {'id': '183', 'type': 'attribute', 'children': ['184', '185']}; {'id': '184', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '185', 'type': 'identifier', 'children': [], 'value': 'strip'}; {'id': '186', 'type': 'argument_list', 'children': []}, {'id': '187', 'type': 'not_operator', 'children': ['188']}; {'id': '188', 'type': 'call', 'children': ['189', '196']}, {'id': '189', 'type': 'attribute', 'children': ['190', '195']}; {'id': '190', 'type': 'call', 'children': ['191', '194']}, {'id': '191', 'type': 'attribute', 'children': ['192', '193']}; {'id': '192', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '193', 'type': 'identifier', 'children': [], 'value': 'strip'}; {'id': '194', 'type': 'argument_list', 'children': []}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'startswith'}; {'id': '196', 'type': 'argument_list', 'children': ['197']}, {'id': '197', 'type': 'string', 'children': [], 'value': '"*"'}; {'id': '198', 'type': 'expression_statement', 'children': ['199']}, {'id': '199', 'type': 'assignment', 'children': ['200', '201']}; {'id': '200', 'type': 'identifier', 'children': [], 'value': 'was_merged'}, {'id': '201', 'type': 'comparison_operator', 'children': ['202', '203'], 'value': 'in'}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'branch_name'}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'merged_branches'}; {'id': '204', 'type': 'expression_statement', 'children': ['205']}, {'id': '205', 'type': 'assignment', 'children': ['206', '207']}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'certain'}, {'id': '207', 'type': 'boolean_operator', 'children': ['208', '209'], 'value': 'or'}; {'id': '208', 'type': 'identifier', 'children': [], 'value': 'was_merged'}, {'id': '209', 'type': 'identifier', 'children': [], 'value': 'force'}; {'id': '210', 'type': 'if_statement', 'children': ['211', '213']}, {'id': '211', 'type': 'not_operator', 'children': ['212']}; {'id': '212', 'type': 'identifier', 'children': [], 'value': 'certain'}, {'id': '213', 'type': 'block', 'children': ['214']}; {'id': '214', 'type': 'expression_statement', 'children': ['215']}, {'id': '215', 'type': 'assignment', 'children': ['216', '217']}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'certain'}, {'id': '217', 'type': 'parenthesized_expression', 'children': ['218']}; {'id': '218', 'type': 'comparison_operator', 'children': ['219', '236'], 'value': '!='}, {'id': '219', 'type': 'call', 'children': ['220', '235']}; {'id': '220', 'type': 'attribute', 'children': ['221', '234']}, {'id': '221', 'type': 'call', 'children': ['222', '233']}; {'id': '222', 'type': 'attribute', 'children': ['223', '232']}, {'id': '223', 'type': 'call', 'children': ['224', '225']}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'input'}, {'id': '225', 'type': 'argument_list', 'children': ['226']}; {'id': '226', 'type': 'call', 'children': ['227', '230']}, {'id': '227', 'type': 'attribute', 'children': ['228', '229']}; {'id': '228', 'type': 'string', 'children': [], 'value': '"Are you certain {} is actually merged? [Y/n] "'}, {'id': '229', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '230', 'type': 'argument_list', 'children': ['231']}, {'id': '231', 'type': 'identifier', 'children': [], 'value': 'branch_name'}; {'id': '232', 'type': 'identifier', 'children': [], 'value': 'lower'}, {'id': '233', 'type': 'argument_list', 'children': []}; {'id': '234', 'type': 'identifier', 'children': [], 'value': 'strip'}, {'id': '235', 'type': 'argument_list', 'children': []}; {'id': '236', 'type': 'string', 'children': [], 'value': '"n"'}, {'id': '237', 'type': 'if_statement', 'children': ['238', '240']}; {'id': '238', 'type': 'not_operator', 'children': ['239']}, {'id': '239', 'type': 'identifier', 'children': [], 'value': 'certain'}; {'id': '240', 'type': 'block', 'children': ['241']}, {'id': '241', 'type': 'return_statement', 'children': ['242']}; {'id': '242', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '243', 'type': 'if_statement', 'children': ['244', '245', '256']}; {'id': '244', 'type': 'identifier', 'children': [], 'value': 'was_merged'}, {'id': '245', 'type': 'block', 'children': ['246']}; {'id': '246', 'type': 'expression_statement', 'children': ['247']}, {'id': '247', 'type': 'call', 'children': ['248', '253']}; {'id': '248', 'type': 'attribute', 'children': ['249', '252']}, {'id': '249', 'type': 'attribute', 'children': ['250', '251']}; {'id': '250', 'type': 'identifier', 'children': [], 'value': 'repo'}, {'id': '251', 'type': 'identifier', 'children': [], 'value': 'git'}; {'id': '252', 'type': 'identifier', 'children': [], 'value': 'branch'}, {'id': '253', 'type': 'argument_list', 'children': ['254', '255']}; {'id': '254', 'type': 'string', 'children': [], 'value': '"-d"'}, {'id': '255', 'type': 'identifier', 'children': [], 'value': 'branch_name'}; {'id': '256', 'type': 'else_clause', 'children': ['257']}, {'id': '257', 'type': 'block', 'children': ['258']}; {'id': '258', 'type': 'expression_statement', 'children': ['259']}, {'id': '259', 'type': 'call', 'children': ['260', '265']}; {'id': '260', 'type': 'attribute', 'children': ['261', '264']}, {'id': '261', 'type': 'attribute', 'children': ['262', '263']}; {'id': '262', 'type': 'identifier', 'children': [], 'value': 'repo'}, {'id': '263', 'type': 'identifier', 'children': [], 'value': 'git'}; {'id': '264', 'type': 'identifier', 'children': [], 'value': 'branch'}, {'id': '265', 'type': 'argument_list', 'children': ['266', '267']}; {'id': '266', 'type': 'string', 'children': [], 'value': '"-D"'}, {'id': '267', 'type': 'identifier', 'children': [], 'value': 'branch_name'}; {'id': '268', 'type': 'expression_statement', 'children': ['269']}, {'id': '269', 'type': 'assignment', 'children': ['270', '271']}; {'id': '270', 'type': 'identifier', 'children': [], 'value': 'fork_remote'}, {'id': '271', 'type': 'None', 'children': []}; {'id': '272', 'type': 'for_statement', 'children': ['273', '274', '277']}, {'id': '273', 'type': 'identifier', 'children': [], 'value': 'remote'}; {'id': '274', 'type': 'attribute', 'children': ['275', '276']}, {'id': '275', 'type': 'identifier', 'children': [], 'value': 'repo'}; {'id': '276', 'type': 'identifier', 'children': [], 'value': 'remotes'}, {'id': '277', 'type': 'block', 'children': ['278']}; {'id': '278', 'type': 'if_statement', 'children': ['279', '289']}, {'id': '279', 'type': 'comparison_operator', 'children': ['280', '283'], 'value': '=='}; {'id': '280', 'type': 'attribute', 'children': ['281', '282']}, {'id': '281', 'type': 'identifier', 'children': [], 'value': 'remote'}; {'id': '282', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '283', 'type': 'call', 'children': ['284', '287']}; {'id': '284', 'type': 'attribute', 'children': ['285', '286']}, {'id': '285', 'type': 'identifier', 'children': [], 'value': 'state'}; {'id': '286', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '287', 'type': 'argument_list', 'children': ['288']}; {'id': '288', 'type': 'string', 'children': [], 'value': '"FORK_NAME"'}, {'id': '289', 'type': 'block', 'children': ['290', '294']}; {'id': '290', 'type': 'expression_statement', 'children': ['291']}, {'id': '291', 'type': 'assignment', 'children': ['292', '293']}; {'id': '292', 'type': 'identifier', 'children': [], 'value': 'fork_remote'}, {'id': '293', 'type': 'identifier', 'children': [], 'value': 'remote'}; {'id': '294', 'type': 'break_statement', 'children': []}, {'id': '295', 'type': 'if_statement', 'children': ['296', '297']}; {'id': '296', 'type': 'identifier', 'children': [], 'value': 'fork_remote'}, {'id': '297', 'type': 'block', 'children': ['298', '307']}; {'id': '298', 'type': 'expression_statement', 'children': ['299']}, {'id': '299', 'type': 'call', 'children': ['300', '303']}; {'id': '300', 'type': 'attribute', 'children': ['301', '302']}, {'id': '301', 'type': 'identifier', 'children': [], 'value': 'fork_remote'}; {'id': '302', 'type': 'identifier', 'children': [], 'value': 'push'}, {'id': '303', 'type': 'argument_list', 'children': ['304']}; {'id': '304', 'type': 'binary_operator', 'children': ['305', '306'], 'value': '+'}, {'id': '305', 'type': 'string', 'children': [], 'value': '":"'}; {'id': '306', 'type': 'identifier', 'children': [], 'value': 'branch_name'}, {'id': '307', 'type': 'expression_statement', 'children': ['308']}; {'id': '308', 'type': 'call', 'children': ['309', '310']}, {'id': '309', 'type': 'identifier', 'children': [], 'value': 'info_out'}; {'id': '310', 'type': 'argument_list', 'children': ['311']}, {'id': '311', 'type': 'string', 'children': [], 'value': '"Remote branch on fork deleted too."'} | def getback(config, force=False):
repo = config.repo
active_branch = repo.active_branch
if active_branch.name == "master":
error_out("You're already on the master branch.")
if repo.is_dirty():
error_out(
'Repo is "dirty". ({})'.format(
", ".join([repr(x.b_path) for x in repo.index.diff(None)])
)
)
branch_name = active_branch.name
state = read(config.configfile)
origin_name = state.get("ORIGIN_NAME", "origin")
upstream_remote = None
fork_remote = None
for remote in repo.remotes:
if remote.name == origin_name:
upstream_remote = remote
break
if not upstream_remote:
error_out("No remote called {!r} found".format(origin_name))
repo.heads.master.checkout()
upstream_remote.pull(repo.heads.master)
merged_branches = [
x.strip()
for x in repo.git.branch("--merged").splitlines()
if x.strip() and not x.strip().startswith("*")
]
was_merged = branch_name in merged_branches
certain = was_merged or force
if not certain:
certain = (
input("Are you certain {} is actually merged? [Y/n] ".format(branch_name))
.lower()
.strip()
!= "n"
)
if not certain:
return 1
if was_merged:
repo.git.branch("-d", branch_name)
else:
repo.git.branch("-D", branch_name)
fork_remote = None
for remote in repo.remotes:
if remote.name == state.get("FORK_NAME"):
fork_remote = remote
break
if fork_remote:
fork_remote.push(":" + branch_name)
info_out("Remote branch on fork deleted too.") |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '6']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'untldict_normalizer'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'untl_dict'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'normalizations'}; {'id': '6', 'type': 'block', 'children': ['7', '99']}, {'id': '7', 'type': 'for_statement', 'children': ['8', '11', '16']}; {'id': '8', 'type': 'pattern_list', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'element_type'}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'element_list'}, {'id': '11', 'type': 'call', 'children': ['12', '15']}; {'id': '12', 'type': 'attribute', 'children': ['13', '14']}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'untl_dict'}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'items'}, {'id': '15', 'type': 'argument_list', 'children': []}; {'id': '16', 'type': 'block', 'children': ['17']}, {'id': '17', 'type': 'if_statement', 'children': ['18', '21']}; {'id': '18', 'type': 'comparison_operator', 'children': ['19', '20'], 'value': 'in'}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'element_type'}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'normalizations'}, {'id': '21', 'type': 'block', 'children': ['22', '31']}; {'id': '22', 'type': 'expression_statement', 'children': ['23']}, {'id': '23', 'type': 'assignment', 'children': ['24', '25']}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'norm_qualifier_list'}, {'id': '25', 'type': 'call', 'children': ['26', '29']}; {'id': '26', 'type': 'attribute', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'normalizations'}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '29', 'type': 'argument_list', 'children': ['30']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'element_type'}, {'id': '31', 'type': 'for_statement', 'children': ['32', '33', '34']}; {'id': '32', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'element_list'}; {'id': '34', 'type': 'block', 'children': ['35', '45']}, {'id': '35', 'type': 'expression_statement', 'children': ['36']}; {'id': '36', 'type': 'assignment', 'children': ['37', '38']}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'qualifier'}; {'id': '38', 'type': 'call', 'children': ['39', '42']}, {'id': '39', 'type': 'attribute', 'children': ['40', '41']}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '42', 'type': 'argument_list', 'children': ['43', '44']}, {'id': '43', 'type': 'string', 'children': [], 'value': "'qualifier'"}; {'id': '44', 'type': 'None', 'children': []}, {'id': '45', 'type': 'if_statement', 'children': ['46', '49']}; {'id': '46', 'type': 'comparison_operator', 'children': ['47', '48'], 'value': 'in'}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'qualifier'}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'norm_qualifier_list'}, {'id': '49', 'type': 'block', 'children': ['50', '60']}; {'id': '50', 'type': 'expression_statement', 'children': ['51']}, {'id': '51', 'type': 'assignment', 'children': ['52', '53']}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'content'}, {'id': '53', 'type': 'call', 'children': ['54', '57']}; {'id': '54', 'type': 'attribute', 'children': ['55', '56']}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '57', 'type': 'argument_list', 'children': ['58', '59']}; {'id': '58', 'type': 'string', 'children': [], 'value': "'content'"}, {'id': '59', 'type': 'None', 'children': []}; {'id': '60', 'type': 'if_statement', 'children': ['61', '64']}, {'id': '61', 'type': 'comparison_operator', 'children': ['62', '63'], 'value': 'in'}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'element_type'}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'ELEMENT_NORMALIZERS'}; {'id': '64', 'type': 'block', 'children': ['65', '75']}, {'id': '65', 'type': 'expression_statement', 'children': ['66']}; {'id': '66', 'type': 'assignment', 'children': ['67', '68']}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'elem_norms'}; {'id': '68', 'type': 'call', 'children': ['69', '72']}, {'id': '69', 'type': 'attribute', 'children': ['70', '71']}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'ELEMENT_NORMALIZERS'}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '72', 'type': 'argument_list', 'children': ['73', '74']}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'element_type'}; {'id': '74', 'type': 'None', 'children': []}, {'id': '75', 'type': 'if_statement', 'children': ['76', '79']}; {'id': '76', 'type': 'comparison_operator', 'children': ['77', '78'], 'value': 'in'}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'qualifier'}; {'id': '78', 'type': 'identifier', 'children': [], 'value': 'elem_norms'}, {'id': '79', 'type': 'block', 'children': ['80']}; {'id': '80', 'type': 'if_statement', 'children': ['81', '86']}, {'id': '81', 'type': 'boolean_operator', 'children': ['82', '83'], 'value': 'and'}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'content'}, {'id': '83', 'type': 'comparison_operator', 'children': ['84', '85'], 'value': '!='}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'content'}, {'id': '85', 'type': 'string', 'children': [], 'value': "''"}; {'id': '86', 'type': 'block', 'children': ['87']}, {'id': '87', 'type': 'expression_statement', 'children': ['88']}; {'id': '88', 'type': 'assignment', 'children': ['89', '92', '93']}, {'id': '89', 'type': 'subscript', 'children': ['90', '91']}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '91', 'type': 'string', 'children': [], 'value': "'content'"}; {'id': '92', 'type': 'line_continuation', 'children': [], 'value': '\\'}, {'id': '93', 'type': 'call', 'children': ['94', '97']}; {'id': '94', 'type': 'subscript', 'children': ['95', '96']}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'elem_norms'}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'qualifier'}, {'id': '97', 'type': 'argument_list', 'children': ['98']}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'content'}, {'id': '99', 'type': 'return_statement', 'children': ['100']} | def untldict_normalizer(untl_dict, normalizations):
for element_type, element_list in untl_dict.items():
if element_type in normalizations:
norm_qualifier_list = normalizations.get(element_type)
for element in element_list:
qualifier = element.get('qualifier', None)
if qualifier in norm_qualifier_list:
content = element.get('content', None)
if element_type in ELEMENT_NORMALIZERS:
elem_norms = ELEMENT_NORMALIZERS.get(element_type,
None)
if qualifier in elem_norms:
if content and content != '':
element['content'] = \
elem_norms[qualifier](content)
return untl_dict |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'ERROR', 'children': ['2', '207', '214', '223', '237', '254', '263', '269', '286']}; {'id': '2', 'type': 'function_definition', 'children': ['3', '4', '9']}, {'id': '3', 'type': 'function_name', 'children': [], 'value': 'start'}; {'id': '4', 'type': 'parameters', 'children': ['5', '6']}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'config'}; {'id': '6', 'type': 'default_parameter', 'children': ['7', '8']}, {'id': '7', 'type': 'identifier', 'children': [], 'value': 'bugnumber'}; {'id': '8', 'type': 'string', 'children': [], 'value': '""'}, {'id': '9', 'type': 'block', 'children': ['10', '16', '40', '74', '78', '113', '177', '188', '197']}; {'id': '10', 'type': 'expression_statement', 'children': ['11']}, {'id': '11', 'type': 'assignment', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'repo'}, {'id': '13', 'type': 'attribute', 'children': ['14', '15']}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'config'}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'repo'}; {'id': '16', 'type': 'if_statement', 'children': ['17', '18', '30']}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'bugnumber'}; {'id': '18', 'type': 'block', 'children': ['19']}, {'id': '19', 'type': 'expression_statement', 'children': ['20']}; {'id': '20', 'type': 'assignment', 'children': ['21', '25']}, {'id': '21', 'type': 'pattern_list', 'children': ['22', '23', '24']}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'summary'}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'bugnumber'}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'url'}, {'id': '25', 'type': 'call', 'children': ['26', '27']}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'get_summary'}, {'id': '27', 'type': 'argument_list', 'children': ['28', '29']}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'config'}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'bugnumber'}; {'id': '30', 'type': 'else_clause', 'children': ['31']}, {'id': '31', 'type': 'block', 'children': ['32', '36']}; {'id': '32', 'type': 'expression_statement', 'children': ['33']}, {'id': '33', 'type': 'assignment', 'children': ['34', '35']}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'url'}, {'id': '35', 'type': 'None', 'children': []}; {'id': '36', 'type': 'expression_statement', 'children': ['37']}, {'id': '37', 'type': 'assignment', 'children': ['38', '39']}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'summary'}, {'id': '39', 'type': 'None', 'children': []}; {'id': '40', 'type': 'if_statement', 'children': ['41', '42', '61']}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'summary'}; {'id': '42', 'type': 'block', 'children': ['43']}, {'id': '43', 'type': 'expression_statement', 'children': ['44']}; {'id': '44', 'type': 'assignment', 'children': ['45', '46']}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'summary'}; {'id': '46', 'type': 'boolean_operator', 'children': ['47', '60'], 'value': 'or'}, {'id': '47', 'type': 'call', 'children': ['48', '59']}; {'id': '48', 'type': 'attribute', 'children': ['49', '58']}, {'id': '49', 'type': 'call', 'children': ['50', '51']}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'input'}, {'id': '51', 'type': 'argument_list', 'children': ['52']}; {'id': '52', 'type': 'call', 'children': ['53', '56']}, {'id': '53', 'type': 'attribute', 'children': ['54', '55']}; {'id': '54', 'type': 'string', 'children': [], 'value': '\'Summary ["{}"]: \''}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '56', 'type': 'argument_list', 'children': ['57']}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'summary'}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'strip'}, {'id': '59', 'type': 'argument_list', 'children': []}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'summary'}, {'id': '61', 'type': 'else_clause', 'children': ['62']}; {'id': '62', 'type': 'block', 'children': ['63']}, {'id': '63', 'type': 'expression_statement', 'children': ['64']}; {'id': '64', 'type': 'assignment', 'children': ['65', '66']}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'summary'}; {'id': '66', 'type': 'call', 'children': ['67', '73']}, {'id': '67', 'type': 'attribute', 'children': ['68', '72']}; {'id': '68', 'type': 'call', 'children': ['69', '70']}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'input'}; {'id': '70', 'type': 'argument_list', 'children': ['71']}, {'id': '71', 'type': 'string', 'children': [], 'value': '"Summary: "'}; {'id': '72', 'type': 'identifier', 'children': [], 'value': 'strip'}, {'id': '73', 'type': 'argument_list', 'children': []}; {'id': '74', 'type': 'expression_statement', 'children': ['75']}, {'id': '75', 'type': 'assignment', 'children': ['76', '77']}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'branch_name'}, {'id': '77', 'type': 'string', 'children': [], 'value': '""'}; {'id': '78', 'type': 'if_statement', 'children': ['79', '80']}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'bugnumber'}; {'id': '80', 'type': 'block', 'children': ['81']}, {'id': '81', 'type': 'if_statement', 'children': ['82', '92', '102']}; {'id': '82', 'type': 'call', 'children': ['83', '84']}, {'id': '83', 'type': 'identifier', 'children': [], 'value': 'is_github'}; {'id': '84', 'type': 'argument_list', 'children': ['85']}, {'id': '85', 'type': 'dictionary', 'children': ['86', '89']}; {'id': '86', 'type': 'pair', 'children': ['87', '88']}, {'id': '87', 'type': 'string', 'children': [], 'value': '"bugnumber"'}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'bugnumber'}, {'id': '89', 'type': 'pair', 'children': ['90', '91']}; {'id': '90', 'type': 'string', 'children': [], 'value': '"url"'}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'url'}; {'id': '92', 'type': 'block', 'children': ['93']}, {'id': '93', 'type': 'expression_statement', 'children': ['94']}; {'id': '94', 'type': 'assignment', 'children': ['95', '96']}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'branch_name'}; {'id': '96', 'type': 'call', 'children': ['97', '100']}, {'id': '97', 'type': 'attribute', 'children': ['98', '99']}; {'id': '98', 'type': 'string', 'children': [], 'value': '"{}-"'}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '100', 'type': 'argument_list', 'children': ['101']}, {'id': '101', 'type': 'identifier', 'children': [], 'value': 'bugnumber'}; {'id': '102', 'type': 'else_clause', 'children': ['103']}, {'id': '103', 'type': 'block', 'children': ['104']}; {'id': '104', 'type': 'expression_statement', 'children': ['105']}, {'id': '105', 'type': 'assignment', 'children': ['106', '107']}; {'id': '106', 'type': 'identifier', 'children': [], 'value': 'branch_name'}, {'id': '107', 'type': 'call', 'children': ['108', '111']}; {'id': '108', 'type': 'attribute', 'children': ['109', '110']}, {'id': '109', 'type': 'string', 'children': [], 'value': '"{}-"'}; {'id': '110', 'type': 'identifier', 'children': [], 'value': 'format'}, {'id': '111', 'type': 'argument_list', 'children': ['112']}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'bugnumber'}, {'id': '113', 'type': 'function_definition', 'children': ['114', '115', '117', '166']}; {'id': '114', 'type': 'function_name', 'children': [], 'value': 'clean_branch_name'}, {'id': '115', 'type': 'parameters', 'children': ['116']}; {'id': '116', 'type': 'identifier', 'children': [], 'value': 'string'}, {'id': '117', 'type': 'ERROR', 'children': ['118', '129', '139', '155', '156', '159', '165']}; {'id': '118', 'type': 'expression_statement', 'children': ['119']}, {'id': '119', 'type': 'assignment', 'children': ['120', '121']}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'string'}, {'id': '121', 'type': 'call', 'children': ['122', '125']}; {'id': '122', 'type': 'attribute', 'children': ['123', '124']}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 're'}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'sub'}, {'id': '125', 'type': 'argument_list', 'children': ['126', '127', '128']}; {'id': '126', 'type': 'string', 'children': [], 'value': 'r"\\s+"'}, {'id': '127', 'type': 'string', 'children': [], 'value': '" "'}; {'id': '128', 'type': 'identifier', 'children': [], 'value': 'string'}, {'id': '129', 'type': 'expression_statement', 'children': ['130']}; {'id': '130', 'type': 'assignment', 'children': ['131', '132']}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'string'}; {'id': '132', 'type': 'call', 'children': ['133', '136']}, {'id': '133', 'type': 'attribute', 'children': ['134', '135']}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'string'}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'replace'}; {'id': '136', 'type': 'argument_list', 'children': ['137', '138']}, {'id': '137', 'type': 'string', 'children': [], 'value': '" "'}; {'id': '138', 'type': 'string', 'children': [], 'value': '"-"'}, {'id': '139', 'type': 'expression_statement', 'children': ['140']}; {'id': '140', 'type': 'assignment', 'children': ['141', '142']}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'string'}; {'id': '142', 'type': 'call', 'children': ['143', '152']}, {'id': '143', 'type': 'attribute', 'children': ['144', '151']}; {'id': '144', 'type': 'call', 'children': ['145', '148']}, {'id': '145', 'type': 'attribute', 'children': ['146', '147']}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'string'}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'replace'}; {'id': '148', 'type': 'argument_list', 'children': ['149', '150']}, {'id': '149', 'type': 'string', 'children': [], 'value': '"->"'}; {'id': '150', 'type': 'string', 'children': [], 'value': '"-"'}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'replace'}; {'id': '152', 'type': 'argument_list', 'children': ['153', '154']}, {'id': '153', 'type': 'string', 'children': [], 'value': '"=>"'}; {'id': '154', 'type': 'string', 'children': [], 'value': '"-"'}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'each'}; {'id': '156', 'type': 'binary_operator', 'children': ['157', '158'], 'value': '/'}, {'id': '157', 'type': 'string', 'children': [], 'value': '"@%^&:\'\\"'}; {'id': '158', 'type': 'tuple', 'children': []}, {'id': '159', 'type': 'ERROR', 'children': ['160', '161', '162', '164']}; {'id': '160', 'type': 'list', 'children': [], 'value': '[]'}, {'id': '161', 'type': 'dictionary', 'children': []}; {'id': '162', 'type': 'ERROR', 'children': ['163']}, {'id': '163', 'type': 'ERROR', 'children': [], 'value': '!'}; {'id': '164', 'type': 'ERROR', 'children': [], 'value': '?'}, {'id': '165', 'type': 'ERROR', 'children': [], 'value': '$'}; {'id': '166', 'type': 'block', 'children': ['167']}, {'id': '167', 'type': 'expression_statement', 'children': ['168']}; {'id': '168', 'type': 'assignment', 'children': ['169', '170']}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'string'}; {'id': '170', 'type': 'call', 'children': ['171', '174']}, {'id': '171', 'type': 'attribute', 'children': ['172', '173']}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'string'}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'replace'}; {'id': '174', 'type': 'argument_list', 'children': ['175', '176']}, {'id': '175', 'type': 'identifier', 'children': [], 'value': 'each'}; {'id': '176', 'type': 'string', 'children': [], 'value': '""'}, {'id': '177', 'type': 'expression_statement', 'children': ['178']}; {'id': '178', 'type': 'assignment', 'children': ['179', '180']}, {'id': '179', 'type': 'identifier', 'children': [], 'value': 'string'}; {'id': '180', 'type': 'call', 'children': ['181', '184']}, {'id': '181', 'type': 'attribute', 'children': ['182', '183']}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 're'}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 'sub'}; {'id': '184', 'type': 'argument_list', 'children': ['185', '186', '187']}, {'id': '185', 'type': 'string', 'children': [], 'value': '"-+"'}; {'id': '186', 'type': 'string', 'children': [], 'value': '"-"'}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'string'}; {'id': '188', 'type': 'expression_statement', 'children': ['189']}, {'id': '189', 'type': 'assignment', 'children': ['190', '191']}; {'id': '190', 'type': 'identifier', 'children': [], 'value': 'string'}, {'id': '191', 'type': 'call', 'children': ['192', '195']}; {'id': '192', 'type': 'attribute', 'children': ['193', '194']}, {'id': '193', 'type': 'identifier', 'children': [], 'value': 'string'}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'strip'}, {'id': '195', 'type': 'argument_list', 'children': ['196']}; {'id': '196', 'type': 'string', 'children': [], 'value': '"-"'}, {'id': '197', 'type': 'return_statement', 'children': ['198']}; {'id': '198', 'type': 'call', 'children': ['199', '206']}, {'id': '199', 'type': 'attribute', 'children': ['200', '205']}; {'id': '200', 'type': 'call', 'children': ['201', '204']}, {'id': '201', 'type': 'attribute', 'children': ['202', '203']}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'string'}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'lower'}; {'id': '204', 'type': 'argument_list', 'children': []}, {'id': '205', 'type': 'identifier', 'children': [], 'value': 'strip'}; {'id': '206', 'type': 'argument_list', 'children': []}, {'id': '207', 'type': 'expression_statement', 'children': ['208']}; {'id': '208', 'type': 'augmented_assignment', 'children': ['209', '210'], 'value': '+='}, {'id': '209', 'type': 'identifier', 'children': [], 'value': 'branch_name'}; {'id': '210', 'type': 'call', 'children': ['211', '212']}, {'id': '211', 'type': 'identifier', 'children': [], 'value': 'clean_branch_name'}; {'id': '212', 'type': 'argument_list', 'children': ['213']}, {'id': '213', 'type': 'identifier', 'children': [], 'value': 'summary'}; {'id': '214', 'type': 'if_statement', 'children': ['215', '217']}, {'id': '215', 'type': 'not_operator', 'children': ['216']}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'branch_name'}, {'id': '217', 'type': 'block', 'children': ['218']}; {'id': '218', 'type': 'expression_statement', 'children': ['219']}, {'id': '219', 'type': 'call', 'children': ['220', '221']}; {'id': '220', 'type': 'identifier', 'children': [], 'value': 'error_out'}, {'id': '221', 'type': 'argument_list', 'children': ['222']}; {'id': '222', 'type': 'string', 'children': [], 'value': '"Must provide a branch name"'}, {'id': '223', 'type': 'expression_statement', 'children': ['224']}; {'id': '224', 'type': 'assignment', 'children': ['225', '226']}, {'id': '225', 'type': 'identifier', 'children': [], 'value': 'found'}; {'id': '226', 'type': 'call', 'children': ['227', '228']}, {'id': '227', 'type': 'identifier', 'children': [], 'value': 'list'}; {'id': '228', 'type': 'argument_list', 'children': ['229']}, {'id': '229', 'type': 'call', 'children': ['230', '231']}; {'id': '230', 'type': 'identifier', 'children': [], 'value': 'find'}, {'id': '231', 'type': 'argument_list', 'children': ['232', '233', '234']}; {'id': '232', 'type': 'identifier', 'children': [], 'value': 'repo'}, {'id': '233', 'type': 'identifier', 'children': [], 'value': 'branch_name'}; {'id': '234', 'type': 'keyword_argument', 'children': ['235', '236']}, {'id': '235', 'type': 'identifier', 'children': [], 'value': 'exact'}; {'id': '236', 'type': 'True', 'children': []}, {'id': '237', 'type': 'if_statement', 'children': ['238', '239']}; {'id': '238', 'type': 'identifier', 'children': [], 'value': 'found'}, {'id': '239', 'type': 'block', 'children': ['240']}; {'id': '240', 'type': 'expression_statement', 'children': ['241']}, {'id': '241', 'type': 'call', 'children': ['242', '243']}; {'id': '242', 'type': 'identifier', 'children': [], 'value': 'error_out'}, {'id': '243', 'type': 'argument_list', 'children': ['244']}; {'id': '244', 'type': 'call', 'children': ['245', '248']}, {'id': '245', 'type': 'attribute', 'children': ['246', '247']}; {'id': '246', 'type': 'string', 'children': [], 'value': '"There is already a branch called {!r}"'}, {'id': '247', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '248', 'type': 'argument_list', 'children': ['249']}, {'id': '249', 'type': 'attribute', 'children': ['250', '253']}; {'id': '250', 'type': 'subscript', 'children': ['251', '252']}, {'id': '251', 'type': 'identifier', 'children': [], 'value': 'found'}; {'id': '252', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '253', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '254', 'type': 'expression_statement', 'children': ['255']}, {'id': '255', 'type': 'assignment', 'children': ['256', '257']}; {'id': '256', 'type': 'identifier', 'children': [], 'value': 'new_branch'}, {'id': '257', 'type': 'call', 'children': ['258', '261']}; {'id': '258', 'type': 'attribute', 'children': ['259', '260']}, {'id': '259', 'type': 'identifier', 'children': [], 'value': 'repo'}; {'id': '260', 'type': 'identifier', 'children': [], 'value': 'create_head'}, {'id': '261', 'type': 'argument_list', 'children': ['262']}; {'id': '262', 'type': 'identifier', 'children': [], 'value': 'branch_name'}, {'id': '263', 'type': 'expression_statement', 'children': ['264']}; {'id': '264', 'type': 'call', 'children': ['265', '268']}, {'id': '265', 'type': 'attribute', 'children': ['266', '267']}; {'id': '266', 'type': 'identifier', 'children': [], 'value': 'new_branch'}, {'id': '267', 'type': 'identifier', 'children': [], 'value': 'checkout'}; {'id': '268', 'type': 'argument_list', 'children': []}, {'id': '269', 'type': 'if_statement', 'children': ['270', '273']}; {'id': '270', 'type': 'attribute', 'children': ['271', '272']}, {'id': '271', 'type': 'identifier', 'children': [], 'value': 'config'}; {'id': '272', 'type': 'identifier', 'children': [], 'value': 'verbose'}, {'id': '273', 'type': 'block', 'children': ['274']}; {'id': '274', 'type': 'expression_statement', 'children': ['275']}, {'id': '275', 'type': 'call', 'children': ['276', '279']}; {'id': '276', 'type': 'attribute', 'children': ['277', '278']}, {'id': '277', 'type': 'identifier', 'children': [], 'value': 'click'}; {'id': '278', 'type': 'identifier', 'children': [], 'value': 'echo'}, {'id': '279', 'type': 'argument_list', 'children': ['280']}; {'id': '280', 'type': 'call', 'children': ['281', '284']}, {'id': '281', 'type': 'attribute', 'children': ['282', '283']}; {'id': '282', 'type': 'string', 'children': [], 'value': '"Checkout out new branch: {}"'}, {'id': '283', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '284', 'type': 'argument_list', 'children': ['285']}, {'id': '285', 'type': 'identifier', 'children': [], 'value': 'branch_name'}; {'id': '286', 'type': 'expression_statement', 'children': ['287']}, {'id': '287', 'type': 'call', 'children': ['288', '289']}; {'id': '288', 'type': 'identifier', 'children': [], 'value': 'save'}, {'id': '289', 'type': 'argument_list', 'children': ['290', '293', '294', '295', '298']}; {'id': '290', 'type': 'attribute', 'children': ['291', '292']}, {'id': '291', 'type': 'identifier', 'children': [], 'value': 'config'}; {'id': '292', 'type': 'identifier', 'children': [], 'value': 'configfile'}, {'id': '293', 'type': 'identifier', 'children': [], 'value': 'summary'}; {'id': '294', 'type': 'identifier', 'children': [], 'value': 'branch_name'}, {'id': '295', 'type': 'keyword_argument', 'children': ['296', '297']}; {'id': '296', 'type': 'identifier', 'children': [], 'value': 'bugnumber'}, {'id': '297', 'type': 'identifier', 'children': [], 'value': 'bugnumber'}; {'id': '298', 'type': 'keyword_argument', 'children': ['299', '300']}, {'id': '299', 'type': 'identifier', 'children': [], 'value': 'url'} | def start(config, bugnumber=""):
repo = config.repo
if bugnumber:
summary, bugnumber, url = get_summary(config, bugnumber)
else:
url = None
summary = None
if summary:
summary = input('Summary ["{}"]: '.format(summary)).strip() or summary
else:
summary = input("Summary: ").strip()
branch_name = ""
if bugnumber:
if is_github({"bugnumber": bugnumber, "url": url}):
branch_name = "{}-".format(bugnumber)
else:
branch_name = "{}-".format(bugnumber)
def clean_branch_name(string):
string = re.sub(r"\s+", " ", string)
string = string.replace(" ", "-")
string = string.replace("->", "-").replace("=>", "-")
for each in "@%^&:'\"/(),[]{}!.?`$<>
string = string.replace(each, "")
string = re.sub("-+", "-", string)
string = string.strip("-")
return string.lower().strip()
branch_name += clean_branch_name(summary)
if not branch_name:
error_out("Must provide a branch name")
found = list(find(repo, branch_name, exact=True))
if found:
error_out("There is already a branch called {!r}".format(found[0].name))
new_branch = repo.create_head(branch_name)
new_branch.checkout()
if config.verbose:
click.echo("Checkout out new branch: {}".format(branch_name))
save(config.configfile, summary, branch_name, bugnumber=bugnumber, url=url) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '6', '12']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'getPortSideView'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'side'}; {'id': '6', 'type': 'type', 'children': ['7']}, {'id': '7', 'type': 'generic_type', 'children': ['8', '9']}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'List'}, {'id': '9', 'type': 'type_parameter', 'children': ['10']}; {'id': '10', 'type': 'type', 'children': ['11']}, {'id': '11', 'type': 'string', 'children': [], 'value': '"LPort"'}; {'id': '12', 'type': 'block', 'children': ['13']}, {'id': '13', 'type': 'if_statement', 'children': ['14', '19', '24', '35', '46', '57']}; {'id': '14', 'type': 'comparison_operator', 'children': ['15', '16'], 'value': '=='}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'side'}; {'id': '16', 'type': 'attribute', 'children': ['17', '18']}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'PortSide'}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'WEST'}, {'id': '19', 'type': 'block', 'children': ['20']}; {'id': '20', 'type': 'return_statement', 'children': ['21']}, {'id': '21', 'type': 'attribute', 'children': ['22', '23']}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'west'}; {'id': '24', 'type': 'elif_clause', 'children': ['25', '30']}, {'id': '25', 'type': 'comparison_operator', 'children': ['26', '27'], 'value': '=='}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'side'}, {'id': '27', 'type': 'attribute', 'children': ['28', '29']}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'PortSide'}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'EAST'}; {'id': '30', 'type': 'block', 'children': ['31']}, {'id': '31', 'type': 'return_statement', 'children': ['32']}; {'id': '32', 'type': 'attribute', 'children': ['33', '34']}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'east'}, {'id': '35', 'type': 'elif_clause', 'children': ['36', '41']}; {'id': '36', 'type': 'comparison_operator', 'children': ['37', '38'], 'value': '=='}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'side'}; {'id': '38', 'type': 'attribute', 'children': ['39', '40']}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'PortSide'}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'NORTH'}, {'id': '41', 'type': 'block', 'children': ['42']}; {'id': '42', 'type': 'return_statement', 'children': ['43']}, {'id': '43', 'type': 'attribute', 'children': ['44', '45']}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'north'}; {'id': '46', 'type': 'elif_clause', 'children': ['47', '52']}, {'id': '47', 'type': 'comparison_operator', 'children': ['48', '49'], 'value': '=='}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'side'}, {'id': '49', 'type': 'attribute', 'children': ['50', '51']}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'PortSide'}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'SOUTH'}; {'id': '52', 'type': 'block', 'children': ['53']}, {'id': '53', 'type': 'return_statement', 'children': ['54']}; {'id': '54', 'type': 'attribute', 'children': ['55', '56']}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'south'}, {'id': '57', 'type': 'else_clause', 'children': ['58']}; {'id': '58', 'type': 'block', 'children': ['59']}, {'id': '59', 'type': 'raise_statement', 'children': ['60']}; {'id': '60', 'type': 'call', 'children': ['61', '62']}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'ValueError'}; {'id': '62', 'type': 'argument_list', 'children': ['63']}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'side'} | def getPortSideView(self, side) -> List["LPort"]:
if side == PortSide.WEST:
return self.west
elif side == PortSide.EAST:
return self.east
elif side == PortSide.NORTH:
return self.north
elif side == PortSide.SOUTH:
return self.south
else:
raise ValueError(side) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '5']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'command_line_config'}, {'id': '3', 'type': 'parameters', 'children': ['4']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'block', 'children': ['6', '16', '20', '24', '28', '108', '208', '241']}; {'id': '6', 'type': 'expression_statement', 'children': ['7']}, {'id': '7', 'type': 'assignment', 'children': ['8', '9']}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'args'}, {'id': '9', 'type': 'subscript', 'children': ['10', '13']}; {'id': '10', 'type': 'attribute', 'children': ['11', '12']}, {'id': '11', 'type': 'identifier', 'children': [], 'value': 'sys'}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'argv'}, {'id': '13', 'type': 'slice', 'children': ['14', '15']}; {'id': '14', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '15', 'type': 'colon', 'children': []}; {'id': '16', 'type': 'expression_statement', 'children': ['17']}, {'id': '17', 'type': 'assignment', 'children': ['18', '19']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'args_dict'}, {'id': '19', 'type': 'dictionary', 'children': []}; {'id': '20', 'type': 'expression_statement', 'children': ['21']}, {'id': '21', 'type': 'assignment', 'children': ['22', '23']}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'existed_keys'}, {'id': '23', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '24', 'type': 'expression_statement', 'children': ['25']}, {'id': '25', 'type': 'assignment', 'children': ['26', '27']}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'new_keys'}, {'id': '27', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '28', 'type': 'for_statement', 'children': ['29', '30', '31']}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 't'}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'args'}, {'id': '31', 'type': 'block', 'children': ['32', '50', '81', '87']}; {'id': '32', 'type': 'if_statement', 'children': ['33', '40']}, {'id': '33', 'type': 'not_operator', 'children': ['34']}; {'id': '34', 'type': 'call', 'children': ['35', '38']}, {'id': '35', 'type': 'attribute', 'children': ['36', '37']}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 't'}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'startswith'}; {'id': '38', 'type': 'argument_list', 'children': ['39']}, {'id': '39', 'type': 'string', 'children': [], 'value': "'--'"}; {'id': '40', 'type': 'block', 'children': ['41']}, {'id': '41', 'type': 'raise_statement', 'children': ['42']}; {'id': '42', 'type': 'call', 'children': ['43', '46']}, {'id': '43', 'type': 'attribute', 'children': ['44', '45']}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'errors'}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'ArgsParseError'}; {'id': '46', 'type': 'argument_list', 'children': ['47']}, {'id': '47', 'type': 'binary_operator', 'children': ['48', '49'], 'value': '%'}; {'id': '48', 'type': 'string', 'children': [], 'value': "'Bad arg: %s'"}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 't'}; {'id': '50', 'type': 'try_statement', 'children': ['51', '70']}, {'id': '51', 'type': 'block', 'children': ['52']}; {'id': '52', 'type': 'expression_statement', 'children': ['53']}, {'id': '53', 'type': 'assignment', 'children': ['54', '57']}; {'id': '54', 'type': 'pattern_list', 'children': ['55', '56']}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'key'}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '57', 'type': 'call', 'children': ['58', '59']}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'tuple'}, {'id': '59', 'type': 'argument_list', 'children': ['60']}; {'id': '60', 'type': 'call', 'children': ['61', '68']}, {'id': '61', 'type': 'attribute', 'children': ['62', '67']}; {'id': '62', 'type': 'subscript', 'children': ['63', '64']}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 't'}; {'id': '64', 'type': 'slice', 'children': ['65', '66']}, {'id': '65', 'type': 'integer', 'children': [], 'value': '2'}; {'id': '66', 'type': 'colon', 'children': []}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'split'}; {'id': '68', 'type': 'argument_list', 'children': ['69']}, {'id': '69', 'type': 'string', 'children': [], 'value': "'='"}; {'id': '70', 'type': 'except_clause', 'children': ['71']}, {'id': '71', 'type': 'block', 'children': ['72']}; {'id': '72', 'type': 'raise_statement', 'children': ['73']}, {'id': '73', 'type': 'call', 'children': ['74', '77']}; {'id': '74', 'type': 'attribute', 'children': ['75', '76']}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'errors'}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'ArgsParseError'}, {'id': '77', 'type': 'argument_list', 'children': ['78']}; {'id': '78', 'type': 'binary_operator', 'children': ['79', '80'], 'value': '%'}, {'id': '79', 'type': 'string', 'children': [], 'value': "'Bad arg: %s'"}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 't'}, {'id': '81', 'type': 'expression_statement', 'children': ['82']}; {'id': '82', 'type': 'assignment', 'children': ['83', '86']}, {'id': '83', 'type': 'subscript', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'args_dict'}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'key'}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '87', 'type': 'if_statement', 'children': ['88', '91', '99']}; {'id': '88', 'type': 'comparison_operator', 'children': ['89', '90'], 'value': 'in'}, {'id': '89', 'type': 'identifier', 'children': [], 'value': 'key'}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'settings'}, {'id': '91', 'type': 'block', 'children': ['92']}; {'id': '92', 'type': 'expression_statement', 'children': ['93']}, {'id': '93', 'type': 'call', 'children': ['94', '97']}; {'id': '94', 'type': 'attribute', 'children': ['95', '96']}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'existed_keys'}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '97', 'type': 'argument_list', 'children': ['98']}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'key'}, {'id': '99', 'type': 'else_clause', 'children': ['100']}; {'id': '100', 'type': 'block', 'children': ['101']}, {'id': '101', 'type': 'expression_statement', 'children': ['102']}; {'id': '102', 'type': 'call', 'children': ['103', '106']}, {'id': '103', 'type': 'attribute', 'children': ['104', '105']}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'new_keys'}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '106', 'type': 'argument_list', 'children': ['107']}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'key'}; {'id': '108', 'type': 'if_statement', 'children': ['109', '110']}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'existed_keys'}; {'id': '110', 'type': 'block', 'children': ['111', '118']}, {'id': '111', 'type': 'expression_statement', 'children': ['112']}; {'id': '112', 'type': 'call', 'children': ['113', '116']}, {'id': '113', 'type': 'attribute', 'children': ['114', '115']}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'app_log'}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'debug'}; {'id': '116', 'type': 'argument_list', 'children': ['117']}, {'id': '117', 'type': 'string', 'children': [], 'value': "'Changed settings:'"}; {'id': '118', 'type': 'for_statement', 'children': ['119', '120', '121']}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'existed_keys'}, {'id': '121', 'type': 'block', 'children': ['122', '128', '135', '184', '190']}; {'id': '122', 'type': 'expression_statement', 'children': ['123']}, {'id': '123', 'type': 'assignment', 'children': ['124', '125']}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'before'}, {'id': '125', 'type': 'subscript', 'children': ['126', '127']}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'settings'}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '128', 'type': 'expression_statement', 'children': ['129']}, {'id': '129', 'type': 'assignment', 'children': ['130', '131']}; {'id': '130', 'type': 'identifier', 'children': [], 'value': 'type_'}, {'id': '131', 'type': 'call', 'children': ['132', '133']}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'type'}, {'id': '133', 'type': 'argument_list', 'children': ['134']}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'before'}, {'id': '135', 'type': 'if_statement', 'children': ['136', '139', '173']}; {'id': '136', 'type': 'comparison_operator', 'children': ['137', '138'], 'value': 'is'}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'type_'}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'bool'}, {'id': '139', 'type': 'block', 'children': ['140']}; {'id': '140', 'type': 'if_statement', 'children': ['141', '146', '151', '162']}, {'id': '141', 'type': 'comparison_operator', 'children': ['142', '145'], 'value': '=='}; {'id': '142', 'type': 'subscript', 'children': ['143', '144']}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'args_dict'}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'i'}, {'id': '145', 'type': 'string', 'children': [], 'value': "'True'"}; {'id': '146', 'type': 'block', 'children': ['147']}, {'id': '147', 'type': 'expression_statement', 'children': ['148']}; {'id': '148', 'type': 'assignment', 'children': ['149', '150']}, {'id': '149', 'type': 'identifier', 'children': [], 'value': '_value'}; {'id': '150', 'type': 'True', 'children': []}, {'id': '151', 'type': 'elif_clause', 'children': ['152', '157']}; {'id': '152', 'type': 'comparison_operator', 'children': ['153', '156'], 'value': '=='}, {'id': '153', 'type': 'subscript', 'children': ['154', '155']}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'args_dict'}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '156', 'type': 'string', 'children': [], 'value': "'False'"}, {'id': '157', 'type': 'block', 'children': ['158']}; {'id': '158', 'type': 'expression_statement', 'children': ['159']}, {'id': '159', 'type': 'assignment', 'children': ['160', '161']}; {'id': '160', 'type': 'identifier', 'children': [], 'value': '_value'}, {'id': '161', 'type': 'False', 'children': []}; {'id': '162', 'type': 'else_clause', 'children': ['163']}, {'id': '163', 'type': 'block', 'children': ['164']}; {'id': '164', 'type': 'raise_statement', 'children': ['165']}, {'id': '165', 'type': 'call', 'children': ['166', '169']}; {'id': '166', 'type': 'attribute', 'children': ['167', '168']}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'errors'}; {'id': '168', 'type': 'identifier', 'children': [], 'value': 'ArgsParseError'}, {'id': '169', 'type': 'argument_list', 'children': ['170']}; {'id': '170', 'type': 'binary_operator', 'children': ['171', '172'], 'value': '%'}, {'id': '171', 'type': 'string', 'children': [], 'value': "'%s should only be True or False'"}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'i'}, {'id': '173', 'type': 'else_clause', 'children': ['174']}; {'id': '174', 'type': 'block', 'children': ['175']}, {'id': '175', 'type': 'expression_statement', 'children': ['176']}; {'id': '176', 'type': 'assignment', 'children': ['177', '178']}, {'id': '177', 'type': 'identifier', 'children': [], 'value': '_value'}; {'id': '178', 'type': 'call', 'children': ['179', '180']}, {'id': '179', 'type': 'identifier', 'children': [], 'value': 'type_'}; {'id': '180', 'type': 'argument_list', 'children': ['181']}, {'id': '181', 'type': 'subscript', 'children': ['182', '183']}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'args_dict'}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '184', 'type': 'expression_statement', 'children': ['185']}, {'id': '185', 'type': 'assignment', 'children': ['186', '189']}; {'id': '186', 'type': 'subscript', 'children': ['187', '188']}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'settings'}; {'id': '188', 'type': 'identifier', 'children': [], 'value': 'i'}, {'id': '189', 'type': 'identifier', 'children': [], 'value': '_value'}; {'id': '190', 'type': 'expression_statement', 'children': ['191']}, {'id': '191', 'type': 'call', 'children': ['192', '195']}; {'id': '192', 'type': 'attribute', 'children': ['193', '194']}, {'id': '193', 'type': 'identifier', 'children': [], 'value': 'app_log'}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'debug'}, {'id': '195', 'type': 'argument_list', 'children': ['196', '197', '198', '204', '207']}; {'id': '196', 'type': 'string', 'children': [], 'value': "' %s [%s]%s (%s)'"}, {'id': '197', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '198', 'type': 'call', 'children': ['199', '200']}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'type'}; {'id': '200', 'type': 'argument_list', 'children': ['201']}, {'id': '201', 'type': 'subscript', 'children': ['202', '203']}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'settings'}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '204', 'type': 'subscript', 'children': ['205', '206']}, {'id': '205', 'type': 'identifier', 'children': [], 'value': 'settings'}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'i'}, {'id': '207', 'type': 'identifier', 'children': [], 'value': 'before'}; {'id': '208', 'type': 'if_statement', 'children': ['209', '210']}, {'id': '209', 'type': 'identifier', 'children': [], 'value': 'new_keys'}; {'id': '210', 'type': 'block', 'children': ['211', '218']}, {'id': '211', 'type': 'expression_statement', 'children': ['212']}; {'id': '212', 'type': 'call', 'children': ['213', '216']}, {'id': '213', 'type': 'attribute', 'children': ['214', '215']}; {'id': '214', 'type': 'identifier', 'children': [], 'value': 'app_log'}, {'id': '215', 'type': 'identifier', 'children': [], 'value': 'debug'}; {'id': '216', 'type': 'argument_list', 'children': ['217']}, {'id': '217', 'type': 'string', 'children': [], 'value': "'New settings:'"}; {'id': '218', 'type': 'for_statement', 'children': ['219', '220', '221']}, {'id': '219', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '220', 'type': 'identifier', 'children': [], 'value': 'new_keys'}, {'id': '221', 'type': 'block', 'children': ['222', '230']}; {'id': '222', 'type': 'expression_statement', 'children': ['223']}, {'id': '223', 'type': 'assignment', 'children': ['224', '227']}; {'id': '224', 'type': 'subscript', 'children': ['225', '226']}, {'id': '225', 'type': 'identifier', 'children': [], 'value': 'settings'}; {'id': '226', 'type': 'identifier', 'children': [], 'value': 'i'}, {'id': '227', 'type': 'subscript', 'children': ['228', '229']}; {'id': '228', 'type': 'identifier', 'children': [], 'value': 'args_dict'}, {'id': '229', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '230', 'type': 'expression_statement', 'children': ['231']}, {'id': '231', 'type': 'call', 'children': ['232', '235']}; {'id': '232', 'type': 'attribute', 'children': ['233', '234']}, {'id': '233', 'type': 'identifier', 'children': [], 'value': 'app_log'}; {'id': '234', 'type': 'identifier', 'children': [], 'value': 'debug'}, {'id': '235', 'type': 'argument_list', 'children': ['236', '237', '238']}; {'id': '236', 'type': 'string', 'children': [], 'value': "' %s %s'"}, {'id': '237', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '238', 'type': 'subscript', 'children': ['239', '240']}, {'id': '239', 'type': 'identifier', 'children': [], 'value': 'args_dict'}; {'id': '240', 'type': 'identifier', 'children': [], 'value': 'i'}, {'id': '241', 'type': 'expression_statement', 'children': ['242']}; {'id': '242', 'type': 'call', 'children': ['243', '246']}, {'id': '243', 'type': 'attribute', 'children': ['244', '245']}; {'id': '244', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '245', 'type': 'identifier', 'children': [], 'value': 'update_settings'}; {'id': '246', 'type': 'argument_list', 'children': ['247']}, {'id': '247', 'type': 'dictionary', 'children': []} | def command_line_config(self):
args = sys.argv[1:]
args_dict = {}
existed_keys = []
new_keys = []
for t in args:
if not t.startswith('--'):
raise errors.ArgsParseError('Bad arg: %s' % t)
try:
key, value = tuple(t[2:].split('='))
except:
raise errors.ArgsParseError('Bad arg: %s' % t)
args_dict[key] = value
if key in settings:
existed_keys.append(key)
else:
new_keys.append(key)
if existed_keys:
app_log.debug('Changed settings:')
for i in existed_keys:
before = settings[i]
type_ = type(before)
if type_ is bool:
if args_dict[i] == 'True':
_value = True
elif args_dict[i] == 'False':
_value = False
else:
raise errors.ArgsParseError('%s should only be True or False' % i)
else:
_value = type_(args_dict[i])
settings[i] = _value
app_log.debug(' %s [%s]%s (%s)', i, type(settings[i]), settings[i], before)
if new_keys:
app_log.debug('New settings:')
for i in new_keys:
settings[i] = args_dict[i]
app_log.debug(' %s %s', i, args_dict[i])
self.update_settings({}) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '7']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'create_form_data'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'dictionary_splat_pattern', 'children': ['6']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'kwargs'}, {'id': '7', 'type': 'block', 'children': ['8', '18', '28', '38', '48', '56', '197', '201', '261', '309', '321']}; {'id': '8', 'type': 'expression_statement', 'children': ['9']}, {'id': '9', 'type': 'assignment', 'children': ['10', '11']}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '11', 'type': 'call', 'children': ['12', '15']}; {'id': '12', 'type': 'attribute', 'children': ['13', '14']}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '15', 'type': 'argument_list', 'children': ['16', '17']}; {'id': '16', 'type': 'string', 'children': [], 'value': "'children'"}, {'id': '17', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '18', 'type': 'expression_statement', 'children': ['19']}, {'id': '19', 'type': 'assignment', 'children': ['20', '21']}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'sort_order'}, {'id': '21', 'type': 'call', 'children': ['22', '25']}; {'id': '22', 'type': 'attribute', 'children': ['23', '24']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '25', 'type': 'argument_list', 'children': ['26', '27']}; {'id': '26', 'type': 'string', 'children': [], 'value': "'sort_order'"}, {'id': '27', 'type': 'None', 'children': []}; {'id': '28', 'type': 'expression_statement', 'children': ['29']}, {'id': '29', 'type': 'assignment', 'children': ['30', '31']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'solr_response'}, {'id': '31', 'type': 'call', 'children': ['32', '35']}; {'id': '32', 'type': 'attribute', 'children': ['33', '34']}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '35', 'type': 'argument_list', 'children': ['36', '37']}; {'id': '36', 'type': 'string', 'children': [], 'value': "'solr_response'"}, {'id': '37', 'type': 'None', 'children': []}; {'id': '38', 'type': 'expression_statement', 'children': ['39']}, {'id': '39', 'type': 'assignment', 'children': ['40', '41']}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'superuser'}, {'id': '41', 'type': 'call', 'children': ['42', '45']}; {'id': '42', 'type': 'attribute', 'children': ['43', '44']}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '45', 'type': 'argument_list', 'children': ['46', '47']}; {'id': '46', 'type': 'string', 'children': [], 'value': "'superuser'"}, {'id': '47', 'type': 'False', 'children': []}; {'id': '48', 'type': 'expression_statement', 'children': ['49']}, {'id': '49', 'type': 'assignment', 'children': ['50', '51']}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'vocabularies'}, {'id': '51', 'type': 'call', 'children': ['52', '55']}; {'id': '52', 'type': 'attribute', 'children': ['53', '54']}, {'id': '53', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '54', 'type': 'identifier', 'children': [], 'value': 'get_vocabularies'}, {'id': '55', 'type': 'argument_list', 'children': []}; {'id': '56', 'type': 'for_statement', 'children': ['57', '58', '59']}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '59', 'type': 'block', 'children': ['60', '74', '96']}; {'id': '60', 'type': 'expression_statement', 'children': ['61']}, {'id': '61', 'type': 'assignment', 'children': ['62', '65']}; {'id': '62', 'type': 'attribute', 'children': ['63', '64']}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '65', 'type': 'call', 'children': ['66', '67']}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'add_missing_children'}, {'id': '67', 'type': 'argument_list', 'children': ['68', '71']}; {'id': '68', 'type': 'attribute', 'children': ['69', '70']}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'contained_children'}, {'id': '71', 'type': 'attribute', 'children': ['72', '73']}; {'id': '72', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'children'}; {'id': '74', 'type': 'expression_statement', 'children': ['75']}, {'id': '75', 'type': 'call', 'children': ['76', '79']}; {'id': '76', 'type': 'attribute', 'children': ['77', '78']}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '78', 'type': 'identifier', 'children': [], 'value': 'add_form'}, {'id': '79', 'type': 'argument_list', 'children': ['80', '83', '88', '93']}; {'id': '80', 'type': 'keyword_argument', 'children': ['81', '82']}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'vocabularies'}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'vocabularies'}, {'id': '83', 'type': 'keyword_argument', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'qualifier'}, {'id': '85', 'type': 'attribute', 'children': ['86', '87']}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'qualifier'}; {'id': '88', 'type': 'keyword_argument', 'children': ['89', '90']}, {'id': '89', 'type': 'identifier', 'children': [], 'value': 'content'}; {'id': '90', 'type': 'attribute', 'children': ['91', '92']}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'content'}, {'id': '93', 'type': 'keyword_argument', 'children': ['94', '95']}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'superuser'}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'superuser'}; {'id': '96', 'type': 'if_statement', 'children': ['97', '102']}, {'id': '97', 'type': 'attribute', 'children': ['98', '101']}; {'id': '98', 'type': 'attribute', 'children': ['99', '100']}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'form'}, {'id': '101', 'type': 'identifier', 'children': [], 'value': 'has_children'}; {'id': '102', 'type': 'block', 'children': ['103', '139', '164']}, {'id': '103', 'type': 'if_statement', 'children': ['104', '112']}; {'id': '104', 'type': 'call', 'children': ['105', '106']}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'getattr'}; {'id': '106', 'type': 'argument_list', 'children': ['107', '110', '111']}, {'id': '107', 'type': 'attribute', 'children': ['108', '109']}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'form'}; {'id': '110', 'type': 'string', 'children': [], 'value': "'qualifier_name'"}, {'id': '111', 'type': 'False', 'children': []}; {'id': '112', 'type': 'block', 'children': ['113', '130']}, {'id': '113', 'type': 'expression_statement', 'children': ['114']}; {'id': '114', 'type': 'assignment', 'children': ['115', '116']}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'add_parent'}; {'id': '116', 'type': 'call', 'children': ['117', '124']}, {'id': '117', 'type': 'subscript', 'children': ['118', '119']}; {'id': '118', 'type': 'identifier', 'children': [], 'value': 'PARENT_FORM'}, {'id': '119', 'type': 'attribute', 'children': ['120', '123']}; {'id': '120', 'type': 'attribute', 'children': ['121', '122']}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'form'}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'qualifier_name'}; {'id': '124', 'type': 'argument_list', 'children': ['125']}, {'id': '125', 'type': 'keyword_argument', 'children': ['126', '127']}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'content'}, {'id': '127', 'type': 'attribute', 'children': ['128', '129']}; {'id': '128', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'qualifier'}; {'id': '130', 'type': 'expression_statement', 'children': ['131']}, {'id': '131', 'type': 'call', 'children': ['132', '137']}; {'id': '132', 'type': 'attribute', 'children': ['133', '136']}, {'id': '133', 'type': 'attribute', 'children': ['134', '135']}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'children'}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '137', 'type': 'argument_list', 'children': ['138']}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'add_parent'}, {'id': '139', 'type': 'expression_statement', 'children': ['140']}; {'id': '140', 'type': 'call', 'children': ['141', '146']}, {'id': '141', 'type': 'attribute', 'children': ['142', '145']}; {'id': '142', 'type': 'attribute', 'children': ['143', '144']}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'sort'}; {'id': '146', 'type': 'argument_list', 'children': ['147']}, {'id': '147', 'type': 'keyword_argument', 'children': ['148', '149']}; {'id': '148', 'type': 'identifier', 'children': [], 'value': 'key'}, {'id': '149', 'type': 'lambda', 'children': ['150', '152']}; {'id': '150', 'type': 'lambda_parameters', 'children': ['151']}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'obj'}; {'id': '152', 'type': 'call', 'children': ['153', '160']}, {'id': '153', 'type': 'attribute', 'children': ['154', '159']}; {'id': '154', 'type': 'attribute', 'children': ['155', '158']}, {'id': '155', 'type': 'attribute', 'children': ['156', '157']}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'form'}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'child_sort'}, {'id': '159', 'type': 'identifier', 'children': [], 'value': 'index'}; {'id': '160', 'type': 'argument_list', 'children': ['161']}, {'id': '161', 'type': 'attribute', 'children': ['162', '163']}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'obj'}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'tag'}; {'id': '164', 'type': 'for_statement', 'children': ['165', '166', '169']}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'child'}; {'id': '166', 'type': 'attribute', 'children': ['167', '168']}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '168', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '169', 'type': 'block', 'children': ['170']}; {'id': '170', 'type': 'expression_statement', 'children': ['171']}, {'id': '171', 'type': 'call', 'children': ['172', '175']}; {'id': '172', 'type': 'attribute', 'children': ['173', '174']}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'child'}; {'id': '174', 'type': 'identifier', 'children': [], 'value': 'add_form'}, {'id': '175', 'type': 'argument_list', 'children': ['176', '179', '184', '189', '194']}; {'id': '176', 'type': 'keyword_argument', 'children': ['177', '178']}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'vocabularies'}; {'id': '178', 'type': 'identifier', 'children': [], 'value': 'vocabularies'}, {'id': '179', 'type': 'keyword_argument', 'children': ['180', '181']}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'qualifier'}, {'id': '181', 'type': 'attribute', 'children': ['182', '183']}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'child'}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 'qualifier'}; {'id': '184', 'type': 'keyword_argument', 'children': ['185', '186']}, {'id': '185', 'type': 'identifier', 'children': [], 'value': 'content'}; {'id': '186', 'type': 'attribute', 'children': ['187', '188']}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'child'}; {'id': '188', 'type': 'identifier', 'children': [], 'value': 'content'}, {'id': '189', 'type': 'keyword_argument', 'children': ['190', '191']}; {'id': '190', 'type': 'identifier', 'children': [], 'value': 'parent_tag'}, {'id': '191', 'type': 'attribute', 'children': ['192', '193']}; {'id': '192', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '193', 'type': 'identifier', 'children': [], 'value': 'tag'}; {'id': '194', 'type': 'keyword_argument', 'children': ['195', '196']}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'superuser'}; {'id': '196', 'type': 'identifier', 'children': [], 'value': 'superuser'}, {'id': '197', 'type': 'expression_statement', 'children': ['198']}; {'id': '198', 'type': 'assignment', 'children': ['199', '200']}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'element_group_dict'}; {'id': '200', 'type': 'dictionary', 'children': []}, {'id': '201', 'type': 'for_statement', 'children': ['202', '203', '204']}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'children'}; {'id': '204', 'type': 'block', 'children': ['205']}, {'id': '205', 'type': 'if_statement', 'children': ['206', '219', '227']}; {'id': '206', 'type': 'boolean_operator', 'children': ['207', '214'], 'value': 'and'}, {'id': '207', 'type': 'comparison_operator', 'children': ['208', '213'], 'value': '=='}; {'id': '208', 'type': 'attribute', 'children': ['209', '212']}, {'id': '209', 'type': 'attribute', 'children': ['210', '211']}; {'id': '210', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '211', 'type': 'identifier', 'children': [], 'value': 'form'}; {'id': '212', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '213', 'type': 'string', 'children': [], 'value': "'meta'"}; {'id': '214', 'type': 'comparison_operator', 'children': ['215', '218'], 'value': '=='}, {'id': '215', 'type': 'attribute', 'children': ['216', '217']}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '217', 'type': 'identifier', 'children': [], 'value': 'qualifier'}; {'id': '218', 'type': 'string', 'children': [], 'value': "'hidden'"}, {'id': '219', 'type': 'block', 'children': ['220']}; {'id': '220', 'type': 'expression_statement', 'children': ['221']}, {'id': '221', 'type': 'assignment', 'children': ['222', '225']}; {'id': '222', 'type': 'subscript', 'children': ['223', '224']}, {'id': '223', 'type': 'identifier', 'children': [], 'value': 'element_group_dict'}; {'id': '224', 'type': 'string', 'children': [], 'value': "'hidden'"}, {'id': '225', 'type': 'list', 'children': ['226'], 'value': '[element]'}; {'id': '226', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '227', 'type': 'else_clause', 'children': ['228']}; {'id': '228', 'type': 'block', 'children': ['229', '248']}, {'id': '229', 'type': 'if_statement', 'children': ['230', '237']}; {'id': '230', 'type': 'comparison_operator', 'children': ['231', '236'], 'value': 'not'}, {'id': '231', 'type': 'attribute', 'children': ['232', '235']}; {'id': '232', 'type': 'attribute', 'children': ['233', '234']}, {'id': '233', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '234', 'type': 'identifier', 'children': [], 'value': 'form'}, {'id': '235', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '236', 'type': 'identifier', 'children': [], 'value': 'element_group_dict'}, {'id': '237', 'type': 'block', 'children': ['238']}; {'id': '238', 'type': 'expression_statement', 'children': ['239']}, {'id': '239', 'type': 'assignment', 'children': ['240', '247']}; {'id': '240', 'type': 'subscript', 'children': ['241', '242']}, {'id': '241', 'type': 'identifier', 'children': [], 'value': 'element_group_dict'}; {'id': '242', 'type': 'attribute', 'children': ['243', '246']}, {'id': '243', 'type': 'attribute', 'children': ['244', '245']}; {'id': '244', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '245', 'type': 'identifier', 'children': [], 'value': 'form'}; {'id': '246', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '247', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '248', 'type': 'expression_statement', 'children': ['249']}, {'id': '249', 'type': 'call', 'children': ['250', '259']}; {'id': '250', 'type': 'attribute', 'children': ['251', '258']}, {'id': '251', 'type': 'subscript', 'children': ['252', '253']}; {'id': '252', 'type': 'identifier', 'children': [], 'value': 'element_group_dict'}, {'id': '253', 'type': 'attribute', 'children': ['254', '257']}; {'id': '254', 'type': 'attribute', 'children': ['255', '256']}, {'id': '255', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '256', 'type': 'identifier', 'children': [], 'value': 'form'}, {'id': '257', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '258', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '259', 'type': 'argument_list', 'children': ['260']}; {'id': '260', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '261', 'type': 'if_statement', 'children': ['262', '265']}; {'id': '262', 'type': 'comparison_operator', 'children': ['263', '264'], 'value': 'not'}, {'id': '263', 'type': 'string', 'children': [], 'value': "'hidden'"}; {'id': '264', 'type': 'identifier', 'children': [], 'value': 'element_group_dict'}, {'id': '265', 'type': 'block', 'children': ['266', '280', '302']}; {'id': '266', 'type': 'expression_statement', 'children': ['267']}, {'id': '267', 'type': 'assignment', 'children': ['268', '269']}; {'id': '268', 'type': 'identifier', 'children': [], 'value': 'hidden_element'}, {'id': '269', 'type': 'call', 'children': ['270', '273']}; {'id': '270', 'type': 'subscript', 'children': ['271', '272']}, {'id': '271', 'type': 'identifier', 'children': [], 'value': 'PYUNTL_DISPATCH'}; {'id': '272', 'type': 'string', 'children': [], 'value': "'meta'"}, {'id': '273', 'type': 'argument_list', 'children': ['274', '277']}; {'id': '274', 'type': 'keyword_argument', 'children': ['275', '276']}, {'id': '275', 'type': 'identifier', 'children': [], 'value': 'qualifier'}; {'id': '276', 'type': 'string', 'children': [], 'value': "'hidden'"}, {'id': '277', 'type': 'keyword_argument', 'children': ['278', '279']}; {'id': '278', 'type': 'identifier', 'children': [], 'value': 'content'}, {'id': '279', 'type': 'string', 'children': [], 'value': "'False'"}; {'id': '280', 'type': 'expression_statement', 'children': ['281']}, {'id': '281', 'type': 'call', 'children': ['282', '285']}; {'id': '282', 'type': 'attribute', 'children': ['283', '284']}, {'id': '283', 'type': 'identifier', 'children': [], 'value': 'hidden_element'}; {'id': '284', 'type': 'identifier', 'children': [], 'value': 'add_form'}, {'id': '285', 'type': 'argument_list', 'children': ['286', '289', '294', '299']}; {'id': '286', 'type': 'keyword_argument', 'children': ['287', '288']}, {'id': '287', 'type': 'identifier', 'children': [], 'value': 'vocabularies'}; {'id': '288', 'type': 'identifier', 'children': [], 'value': 'vocabularies'}, {'id': '289', 'type': 'keyword_argument', 'children': ['290', '291']}; {'id': '290', 'type': 'identifier', 'children': [], 'value': 'qualifier'}, {'id': '291', 'type': 'attribute', 'children': ['292', '293']}; {'id': '292', 'type': 'identifier', 'children': [], 'value': 'hidden_element'}, {'id': '293', 'type': 'identifier', 'children': [], 'value': 'qualifier'}; {'id': '294', 'type': 'keyword_argument', 'children': ['295', '296']}, {'id': '295', 'type': 'identifier', 'children': [], 'value': 'content'}; {'id': '296', 'type': 'attribute', 'children': ['297', '298']}, {'id': '297', 'type': 'identifier', 'children': [], 'value': 'hidden_element'}; {'id': '298', 'type': 'identifier', 'children': [], 'value': 'content'}, {'id': '299', 'type': 'keyword_argument', 'children': ['300', '301']}; {'id': '300', 'type': 'identifier', 'children': [], 'value': 'superuser'}, {'id': '301', 'type': 'identifier', 'children': [], 'value': 'superuser'}; {'id': '302', 'type': 'expression_statement', 'children': ['303']}, {'id': '303', 'type': 'assignment', 'children': ['304', '307']}; {'id': '304', 'type': 'subscript', 'children': ['305', '306']}, {'id': '305', 'type': 'identifier', 'children': [], 'value': 'element_group_dict'}; {'id': '306', 'type': 'string', 'children': [], 'value': "'hidden'"}, {'id': '307', 'type': 'list', 'children': ['308'], 'value': '[hidden_element]'}; {'id': '308', 'type': 'identifier', 'children': [], 'value': 'hidden_element'}, {'id': '309', 'type': 'expression_statement', 'children': ['310']}; {'id': '310', 'type': 'assignment', 'children': ['311', '312']}, {'id': '311', 'type': 'identifier', 'children': [], 'value': 'element_list'}; {'id': '312', 'type': 'call', 'children': ['313', '316']}, {'id': '313', 'type': 'attribute', 'children': ['314', '315']}; {'id': '314', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '315', 'type': 'identifier', 'children': [], 'value': 'create_form_groupings'}; {'id': '316', 'type': 'argument_list', 'children': ['317', '318', '319', '320']}, {'id': '317', 'type': 'identifier', 'children': [], 'value': 'vocabularies'}; {'id': '318', 'type': 'identifier', 'children': [], 'value': 'solr_response'}, {'id': '319', 'type': 'identifier', 'children': [], 'value': 'element_group_dict'}; {'id': '320', 'type': 'identifier', 'children': [], 'value': 'sort_order'}, {'id': '321', 'type': 'return_statement', 'children': ['322']} | def create_form_data(self, **kwargs):
children = kwargs.get('children', [])
sort_order = kwargs.get('sort_order', None)
solr_response = kwargs.get('solr_response', None)
superuser = kwargs.get('superuser', False)
vocabularies = self.get_vocabularies()
for element in children:
element.children = add_missing_children(
element.contained_children,
element.children,
)
element.add_form(
vocabularies=vocabularies,
qualifier=element.qualifier,
content=element.content,
superuser=superuser,
)
if element.form.has_children:
if getattr(element.form, 'qualifier_name', False):
add_parent = PARENT_FORM[element.form.qualifier_name](
content=element.qualifier,
)
element.children.append(add_parent)
element.children.sort(
key=lambda obj: element.form.child_sort.index(obj.tag)
)
for child in element.children:
child.add_form(
vocabularies=vocabularies,
qualifier=child.qualifier,
content=child.content,
parent_tag=element.tag,
superuser=superuser,
)
element_group_dict = {}
for element in children:
if element.form.name == 'meta' and element.qualifier == 'hidden':
element_group_dict['hidden'] = [element]
else:
if element.form.name not in element_group_dict:
element_group_dict[element.form.name] = []
element_group_dict[element.form.name].append(element)
if 'hidden' not in element_group_dict:
hidden_element = PYUNTL_DISPATCH['meta'](
qualifier='hidden',
content='False')
hidden_element.add_form(
vocabularies=vocabularies,
qualifier=hidden_element.qualifier,
content=hidden_element.content,
superuser=superuser,
)
element_group_dict['hidden'] = [hidden_element]
element_list = self.create_form_groupings(
vocabularies,
solr_response,
element_group_dict,
sort_order,
)
return element_list |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '6']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'sort_untl'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'sort_structure'}; {'id': '6', 'type': 'block', 'children': ['7']}, {'id': '7', 'type': 'expression_statement', 'children': ['8']}; {'id': '8', 'type': 'call', 'children': ['9', '14']}, {'id': '9', 'type': 'attribute', 'children': ['10', '13']}; {'id': '10', 'type': 'attribute', 'children': ['11', '12']}, {'id': '11', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'sort'}; {'id': '14', 'type': 'argument_list', 'children': ['15']}, {'id': '15', 'type': 'keyword_argument', 'children': ['16', '17']}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'key'}, {'id': '17', 'type': 'lambda', 'children': ['18', '20']}; {'id': '18', 'type': 'lambda_parameters', 'children': ['19']}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'obj'}; {'id': '20', 'type': 'call', 'children': ['21', '24']}, {'id': '21', 'type': 'attribute', 'children': ['22', '23']}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'sort_structure'}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'index'}; {'id': '24', 'type': 'argument_list', 'children': ['25']}, {'id': '25', 'type': 'attribute', 'children': ['26', '27']}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'obj'}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'tag'} | def sort_untl(self, sort_structure):
self.children.sort(key=lambda obj: sort_structure.index(obj.tag)) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '6']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'top'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'sort_by'}; {'id': '6', 'type': 'block', 'children': ['7', '19']}, {'id': '7', 'type': 'expression_statement', 'children': ['8']}; {'id': '8', 'type': 'assignment', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'sort'}; {'id': '10', 'type': 'call', 'children': ['11', '12']}, {'id': '11', 'type': 'identifier', 'children': [], 'value': 'sorted'}; {'id': '12', 'type': 'argument_list', 'children': ['13', '16']}, {'id': '13', 'type': 'attribute', 'children': ['14', '15']}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'results'}; {'id': '16', 'type': 'keyword_argument', 'children': ['17', '18']}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'key'}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'sort_by'}, {'id': '19', 'type': 'return_statement', 'children': ['20']} | def top(self, sort_by):
sort = sorted(self.results, key=sort_by)
return sort |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '12']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'portTryReduce'}, {'id': '3', 'type': 'parameters', 'children': ['4', '8']}; {'id': '4', 'type': 'typed_parameter', 'children': ['5', '6']}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'root'}; {'id': '6', 'type': 'type', 'children': ['7']}, {'id': '7', 'type': 'identifier', 'children': [], 'value': 'LNode'}; {'id': '8', 'type': 'typed_parameter', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'port'}; {'id': '10', 'type': 'type', 'children': ['11']}, {'id': '11', 'type': 'identifier', 'children': [], 'value': 'LPort'}; {'id': '12', 'type': 'block', 'children': ['13', '20', '32', '36', '44', '49', '73', '80', '96', '102', '108', '294', '310', '326']}, {'id': '13', 'type': 'if_statement', 'children': ['14', '18']}; {'id': '14', 'type': 'not_operator', 'children': ['15']}, {'id': '15', 'type': 'attribute', 'children': ['16', '17']}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'port'}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'children'}; {'id': '18', 'type': 'block', 'children': ['19']}, {'id': '19', 'type': 'return_statement', 'children': []}; {'id': '20', 'type': 'for_statement', 'children': ['21', '22', '25']}, {'id': '21', 'type': 'identifier', 'children': [], 'value': 'p'}; {'id': '22', 'type': 'attribute', 'children': ['23', '24']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'port'}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '25', 'type': 'block', 'children': ['26']}; {'id': '26', 'type': 'expression_statement', 'children': ['27']}, {'id': '27', 'type': 'call', 'children': ['28', '29']}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'portTryReduce'}, {'id': '29', 'type': 'argument_list', 'children': ['30', '31']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'root'}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'p'}; {'id': '32', 'type': 'expression_statement', 'children': ['33']}, {'id': '33', 'type': 'assignment', 'children': ['34', '35']}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'target_nodes'}, {'id': '35', 'type': 'dictionary', 'children': []}; {'id': '36', 'type': 'expression_statement', 'children': ['37']}, {'id': '37', 'type': 'assignment', 'children': ['38', '39']}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'ch_cnt'}, {'id': '39', 'type': 'call', 'children': ['40', '41']}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'countDirectlyConnected'}, {'id': '41', 'type': 'argument_list', 'children': ['42', '43']}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'port'}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'target_nodes'}; {'id': '44', 'type': 'if_statement', 'children': ['45', '47']}, {'id': '45', 'type': 'not_operator', 'children': ['46']}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'target_nodes'}, {'id': '47', 'type': 'block', 'children': ['48']}; {'id': '48', 'type': 'return_statement', 'children': []}, {'id': '49', 'type': 'expression_statement', 'children': ['50']}; {'id': '50', 'type': 'assignment', 'children': ['51', '54']}, {'id': '51', 'type': 'pattern_list', 'children': ['52', '53']}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'new_target'}, {'id': '53', 'type': 'identifier', 'children': [], 'value': 'children_edge_to_destroy'}; {'id': '54', 'type': 'call', 'children': ['55', '56']}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'max'}; {'id': '56', 'type': 'argument_list', 'children': ['57', '62']}, {'id': '57', 'type': 'call', 'children': ['58', '61']}; {'id': '58', 'type': 'attribute', 'children': ['59', '60']}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'target_nodes'}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'items'}, {'id': '61', 'type': 'argument_list', 'children': []}; {'id': '62', 'type': 'keyword_argument', 'children': ['63', '64']}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'key'}; {'id': '64', 'type': 'lambda', 'children': ['65', '67']}, {'id': '65', 'type': 'lambda_parameters', 'children': ['66']}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '67', 'type': 'call', 'children': ['68', '69']}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '69', 'type': 'argument_list', 'children': ['70']}; {'id': '70', 'type': 'subscript', 'children': ['71', '72']}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'x'}; {'id': '72', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '73', 'type': 'expression_statement', 'children': ['74']}; {'id': '74', 'type': 'assignment', 'children': ['75', '76']}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'cnt'}; {'id': '76', 'type': 'call', 'children': ['77', '78']}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '78', 'type': 'argument_list', 'children': ['79']}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'children_edge_to_destroy'}; {'id': '80', 'type': 'if_statement', 'children': ['81', '94']}, {'id': '81', 'type': 'boolean_operator', 'children': ['82', '87'], 'value': 'or'}; {'id': '82', 'type': 'comparison_operator', 'children': ['83', '84'], 'value': '<'}, {'id': '83', 'type': 'identifier', 'children': [], 'value': 'cnt'}; {'id': '84', 'type': 'binary_operator', 'children': ['85', '86'], 'value': '/'}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'ch_cnt'}; {'id': '86', 'type': 'integer', 'children': [], 'value': '2'}, {'id': '87', 'type': 'boolean_operator', 'children': ['88', '91'], 'value': 'and'}; {'id': '88', 'type': 'comparison_operator', 'children': ['89', '90'], 'value': '=='}, {'id': '89', 'type': 'identifier', 'children': [], 'value': 'cnt'}; {'id': '90', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '91', 'type': 'comparison_operator', 'children': ['92', '93'], 'value': '=='}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'ch_cnt'}, {'id': '93', 'type': 'integer', 'children': [], 'value': '2'}; {'id': '94', 'type': 'block', 'children': ['95']}, {'id': '95', 'type': 'return_statement', 'children': []}; {'id': '96', 'type': 'expression_statement', 'children': ['97']}, {'id': '97', 'type': 'assignment', 'children': ['98', '99']}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'children_to_destroy'}, {'id': '99', 'type': 'call', 'children': ['100', '101']}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'set'}, {'id': '101', 'type': 'argument_list', 'children': []}; {'id': '102', 'type': 'expression_statement', 'children': ['103']}, {'id': '103', 'type': 'assignment', 'children': ['104', '105']}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'on_target_children_to_destroy'}, {'id': '105', 'type': 'call', 'children': ['106', '107']}; {'id': '106', 'type': 'identifier', 'children': [], 'value': 'set'}, {'id': '107', 'type': 'argument_list', 'children': []}; {'id': '108', 'type': 'for_statement', 'children': ['109', '112', '113']}, {'id': '109', 'type': 'pattern_list', 'children': ['110', '111']}; {'id': '110', 'type': 'identifier', 'children': [], 'value': 'child'}, {'id': '111', 'type': 'identifier', 'children': [], 'value': 'edge'}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'children_edge_to_destroy'}, {'id': '113', 'type': 'block', 'children': ['114', '153', '167', '173', '209', '241', '258', '276']}; {'id': '114', 'type': 'if_statement', 'children': ['115', '122', '129', '144']}, {'id': '115', 'type': 'comparison_operator', 'children': ['116', '119'], 'value': '=='}; {'id': '116', 'type': 'attribute', 'children': ['117', '118']}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'child'}; {'id': '118', 'type': 'identifier', 'children': [], 'value': 'direction'}, {'id': '119', 'type': 'attribute', 'children': ['120', '121']}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'PortType'}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'OUTPUT'}; {'id': '122', 'type': 'block', 'children': ['123']}, {'id': '123', 'type': 'expression_statement', 'children': ['124']}; {'id': '124', 'type': 'assignment', 'children': ['125', '126']}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'target_ch'}; {'id': '126', 'type': 'attribute', 'children': ['127', '128']}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'edge'}; {'id': '128', 'type': 'identifier', 'children': [], 'value': 'dsts'}, {'id': '129', 'type': 'elif_clause', 'children': ['130', '137']}; {'id': '130', 'type': 'comparison_operator', 'children': ['131', '134'], 'value': '=='}, {'id': '131', 'type': 'attribute', 'children': ['132', '133']}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'child'}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'direction'}; {'id': '134', 'type': 'attribute', 'children': ['135', '136']}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'PortType'}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'INPUT'}, {'id': '137', 'type': 'block', 'children': ['138']}; {'id': '138', 'type': 'expression_statement', 'children': ['139']}, {'id': '139', 'type': 'assignment', 'children': ['140', '141']}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'target_ch'}, {'id': '141', 'type': 'attribute', 'children': ['142', '143']}; {'id': '142', 'type': 'identifier', 'children': [], 'value': 'edge'}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'srcs'}; {'id': '144', 'type': 'else_clause', 'children': ['145']}, {'id': '145', 'type': 'block', 'children': ['146']}; {'id': '146', 'type': 'raise_statement', 'children': ['147']}, {'id': '147', 'type': 'call', 'children': ['148', '149']}; {'id': '148', 'type': 'identifier', 'children': [], 'value': 'ValueError'}, {'id': '149', 'type': 'argument_list', 'children': ['150']}; {'id': '150', 'type': 'attribute', 'children': ['151', '152']}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'child'}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'direction'}, {'id': '153', 'type': 'if_statement', 'children': ['154', '160']}; {'id': '154', 'type': 'comparison_operator', 'children': ['155', '159'], 'value': '!='}, {'id': '155', 'type': 'call', 'children': ['156', '157']}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '157', 'type': 'argument_list', 'children': ['158']}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'target_ch'}, {'id': '159', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '160', 'type': 'block', 'children': ['161']}, {'id': '161', 'type': 'raise_statement', 'children': ['162']}; {'id': '162', 'type': 'call', 'children': ['163', '164']}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'NotImplementedError'}; {'id': '164', 'type': 'argument_list', 'children': ['165', '166']}, {'id': '165', 'type': 'string', 'children': [], 'value': '"multiple connected nodes"'}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'target_ch'}, {'id': '167', 'type': 'expression_statement', 'children': ['168']}; {'id': '168', 'type': 'assignment', 'children': ['169', '170']}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'target_ch'}; {'id': '170', 'type': 'subscript', 'children': ['171', '172']}, {'id': '171', 'type': 'identifier', 'children': [], 'value': 'target_ch'}; {'id': '172', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '173', 'type': 'try_statement', 'children': ['174', '187']}; {'id': '174', 'type': 'block', 'children': ['175']}, {'id': '175', 'type': 'assert_statement', 'children': ['176', '181']}; {'id': '176', 'type': 'comparison_operator', 'children': ['177', '180'], 'value': 'is'}, {'id': '177', 'type': 'attribute', 'children': ['178', '179']}; {'id': '178', 'type': 'identifier', 'children': [], 'value': 'target_ch'}, {'id': '179', 'type': 'identifier', 'children': [], 'value': 'parent'}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'new_target'}, {'id': '181', 'type': 'tuple', 'children': ['182', '183', '186']}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'target_ch'}, {'id': '183', 'type': 'attribute', 'children': ['184', '185']}; {'id': '184', 'type': 'identifier', 'children': [], 'value': 'target_ch'}, {'id': '185', 'type': 'identifier', 'children': [], 'value': 'parent'}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'new_target'}, {'id': '187', 'type': 'except_clause', 'children': ['188', '189']}; {'id': '188', 'type': 'identifier', 'children': [], 'value': 'AssertionError'}, {'id': '189', 'type': 'block', 'children': ['190', '208']}; {'id': '190', 'type': 'expression_statement', 'children': ['191']}, {'id': '191', 'type': 'call', 'children': ['192', '193']}; {'id': '192', 'type': 'identifier', 'children': [], 'value': 'print'}, {'id': '193', 'type': 'argument_list', 'children': ['194', '195', '198', '199', '202', '203', '206', '207']}; {'id': '194', 'type': 'string', 'children': [], 'value': "'Wrong target:\\n'"}, {'id': '195', 'type': 'attribute', 'children': ['196', '197']}; {'id': '196', 'type': 'identifier', 'children': [], 'value': 'edge'}, {'id': '197', 'type': 'identifier', 'children': [], 'value': 'src'}; {'id': '198', 'type': 'string', 'children': [], 'value': '"\\n"'}, {'id': '199', 'type': 'attribute', 'children': ['200', '201']}; {'id': '200', 'type': 'identifier', 'children': [], 'value': 'edge'}, {'id': '201', 'type': 'identifier', 'children': [], 'value': 'dst'}; {'id': '202', 'type': 'string', 'children': [], 'value': '"\\n"'}, {'id': '203', 'type': 'attribute', 'children': ['204', '205']}; {'id': '204', 'type': 'identifier', 'children': [], 'value': 'target_ch'}, {'id': '205', 'type': 'identifier', 'children': [], 'value': 'parent'}; {'id': '206', 'type': 'string', 'children': [], 'value': '"\\n"'}, {'id': '207', 'type': 'identifier', 'children': [], 'value': 'new_target'}; {'id': '208', 'type': 'raise_statement', 'children': []}, {'id': '209', 'type': 'if_statement', 'children': ['210', '217', '225']}; {'id': '210', 'type': 'comparison_operator', 'children': ['211', '214'], 'value': '=='}, {'id': '211', 'type': 'attribute', 'children': ['212', '213']}; {'id': '212', 'type': 'identifier', 'children': [], 'value': 'child'}, {'id': '213', 'type': 'identifier', 'children': [], 'value': 'direction'}; {'id': '214', 'type': 'attribute', 'children': ['215', '216']}, {'id': '215', 'type': 'identifier', 'children': [], 'value': 'PortType'}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'OUTPUT'}, {'id': '217', 'type': 'block', 'children': ['218']}; {'id': '218', 'type': 'expression_statement', 'children': ['219']}, {'id': '219', 'type': 'call', 'children': ['220', '223']}; {'id': '220', 'type': 'attribute', 'children': ['221', '222']}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'edge'}; {'id': '222', 'type': 'identifier', 'children': [], 'value': 'removeTarget'}, {'id': '223', 'type': 'argument_list', 'children': ['224']}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'target_ch'}, {'id': '225', 'type': 'elif_clause', 'children': ['226', '233']}; {'id': '226', 'type': 'comparison_operator', 'children': ['227', '230'], 'value': '=='}, {'id': '227', 'type': 'attribute', 'children': ['228', '229']}; {'id': '228', 'type': 'identifier', 'children': [], 'value': 'child'}, {'id': '229', 'type': 'identifier', 'children': [], 'value': 'direction'}; {'id': '230', 'type': 'attribute', 'children': ['231', '232']}, {'id': '231', 'type': 'identifier', 'children': [], 'value': 'PortType'}; {'id': '232', 'type': 'identifier', 'children': [], 'value': 'INPUT'}, {'id': '233', 'type': 'block', 'children': ['234']}; {'id': '234', 'type': 'expression_statement', 'children': ['235']}, {'id': '235', 'type': 'call', 'children': ['236', '239']}; {'id': '236', 'type': 'attribute', 'children': ['237', '238']}, {'id': '237', 'type': 'identifier', 'children': [], 'value': 'edge'}; {'id': '238', 'type': 'identifier', 'children': [], 'value': 'removeTarget'}, {'id': '239', 'type': 'argument_list', 'children': ['240']}; {'id': '240', 'type': 'identifier', 'children': [], 'value': 'child'}, {'id': '241', 'type': 'if_statement', 'children': ['242', '251']}; {'id': '242', 'type': 'boolean_operator', 'children': ['243', '247'], 'value': 'or'}, {'id': '243', 'type': 'not_operator', 'children': ['244']}; {'id': '244', 'type': 'attribute', 'children': ['245', '246']}, {'id': '245', 'type': 'identifier', 'children': [], 'value': 'edge'}; {'id': '246', 'type': 'identifier', 'children': [], 'value': 'srcs'}, {'id': '247', 'type': 'not_operator', 'children': ['248']}; {'id': '248', 'type': 'attribute', 'children': ['249', '250']}, {'id': '249', 'type': 'identifier', 'children': [], 'value': 'edge'}; {'id': '250', 'type': 'identifier', 'children': [], 'value': 'dsts'}, {'id': '251', 'type': 'block', 'children': ['252']}; {'id': '252', 'type': 'expression_statement', 'children': ['253']}, {'id': '253', 'type': 'call', 'children': ['254', '257']}; {'id': '254', 'type': 'attribute', 'children': ['255', '256']}, {'id': '255', 'type': 'identifier', 'children': [], 'value': 'edge'}; {'id': '256', 'type': 'identifier', 'children': [], 'value': 'remove'}, {'id': '257', 'type': 'argument_list', 'children': []}; {'id': '258', 'type': 'if_statement', 'children': ['259', '268']}, {'id': '259', 'type': 'boolean_operator', 'children': ['260', '264'], 'value': 'and'}; {'id': '260', 'type': 'not_operator', 'children': ['261']}, {'id': '261', 'type': 'attribute', 'children': ['262', '263']}; {'id': '262', 'type': 'identifier', 'children': [], 'value': 'target_ch'}, {'id': '263', 'type': 'identifier', 'children': [], 'value': 'incomingEdges'}; {'id': '264', 'type': 'not_operator', 'children': ['265']}, {'id': '265', 'type': 'attribute', 'children': ['266', '267']}; {'id': '266', 'type': 'identifier', 'children': [], 'value': 'target_ch'}, {'id': '267', 'type': 'identifier', 'children': [], 'value': 'outgoingEdges'}; {'id': '268', 'type': 'block', 'children': ['269']}, {'id': '269', 'type': 'expression_statement', 'children': ['270']}; {'id': '270', 'type': 'call', 'children': ['271', '274']}, {'id': '271', 'type': 'attribute', 'children': ['272', '273']}; {'id': '272', 'type': 'identifier', 'children': [], 'value': 'on_target_children_to_destroy'}, {'id': '273', 'type': 'identifier', 'children': [], 'value': 'add'}; {'id': '274', 'type': 'argument_list', 'children': ['275']}, {'id': '275', 'type': 'identifier', 'children': [], 'value': 'target_ch'}; {'id': '276', 'type': 'if_statement', 'children': ['277', '286']}, {'id': '277', 'type': 'boolean_operator', 'children': ['278', '282'], 'value': 'and'}; {'id': '278', 'type': 'not_operator', 'children': ['279']}, {'id': '279', 'type': 'attribute', 'children': ['280', '281']}; {'id': '280', 'type': 'identifier', 'children': [], 'value': 'child'}, {'id': '281', 'type': 'identifier', 'children': [], 'value': 'incomingEdges'}; {'id': '282', 'type': 'not_operator', 'children': ['283']}, {'id': '283', 'type': 'attribute', 'children': ['284', '285']}; {'id': '284', 'type': 'identifier', 'children': [], 'value': 'child'}, {'id': '285', 'type': 'identifier', 'children': [], 'value': 'outgoingEdges'}; {'id': '286', 'type': 'block', 'children': ['287']}, {'id': '287', 'type': 'expression_statement', 'children': ['288']}; {'id': '288', 'type': 'call', 'children': ['289', '292']}, {'id': '289', 'type': 'attribute', 'children': ['290', '291']}; {'id': '290', 'type': 'identifier', 'children': [], 'value': 'children_to_destroy'}, {'id': '291', 'type': 'identifier', 'children': [], 'value': 'add'}; {'id': '292', 'type': 'argument_list', 'children': ['293']}, {'id': '293', 'type': 'identifier', 'children': [], 'value': 'child'}; {'id': '294', 'type': 'expression_statement', 'children': ['295']}, {'id': '295', 'type': 'assignment', 'children': ['296', '299']}; {'id': '296', 'type': 'attribute', 'children': ['297', '298']}, {'id': '297', 'type': 'identifier', 'children': [], 'value': 'port'}; {'id': '298', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '299', 'type': 'list_comprehension', 'children': ['300', '301', '306']}; {'id': '300', 'type': 'identifier', 'children': [], 'value': 'ch'}, {'id': '301', 'type': 'for_in_clause', 'children': ['302', '303']}; {'id': '302', 'type': 'identifier', 'children': [], 'value': 'ch'}, {'id': '303', 'type': 'attribute', 'children': ['304', '305']}; {'id': '304', 'type': 'identifier', 'children': [], 'value': 'port'}, {'id': '305', 'type': 'identifier', 'children': [], 'value': 'children'}; {'id': '306', 'type': 'if_clause', 'children': ['307']}, {'id': '307', 'type': 'comparison_operator', 'children': ['308', '309'], 'value': 'not'}; {'id': '308', 'type': 'identifier', 'children': [], 'value': 'ch'}, {'id': '309', 'type': 'identifier', 'children': [], 'value': 'children_to_destroy'}; {'id': '310', 'type': 'expression_statement', 'children': ['311']}, {'id': '311', 'type': 'assignment', 'children': ['312', '315']}; {'id': '312', 'type': 'attribute', 'children': ['313', '314']}, {'id': '313', 'type': 'identifier', 'children': [], 'value': 'new_target'}; {'id': '314', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '315', 'type': 'list_comprehension', 'children': ['316', '317', '322']}; {'id': '316', 'type': 'identifier', 'children': [], 'value': 'ch'}, {'id': '317', 'type': 'for_in_clause', 'children': ['318', '319']}; {'id': '318', 'type': 'identifier', 'children': [], 'value': 'ch'}, {'id': '319', 'type': 'attribute', 'children': ['320', '321']}; {'id': '320', 'type': 'identifier', 'children': [], 'value': 'new_target'}, {'id': '321', 'type': 'identifier', 'children': [], 'value': 'children'}; {'id': '322', 'type': 'if_clause', 'children': ['323']}, {'id': '323', 'type': 'comparison_operator', 'children': ['324', '325'], 'value': 'not'}; {'id': '324', 'type': 'identifier', 'children': [], 'value': 'ch'}, {'id': '325', 'type': 'identifier', 'children': [], 'value': 'on_target_children_to_destroy'}; {'id': '326', 'type': 'if_statement', 'children': ['327', '334', '343', '360']}, {'id': '327', 'type': 'comparison_operator', 'children': ['328', '331'], 'value': '=='}; {'id': '328', 'type': 'attribute', 'children': ['329', '330']}, {'id': '329', 'type': 'identifier', 'children': [], 'value': 'port'}; {'id': '330', 'type': 'identifier', 'children': [], 'value': 'direction'}, {'id': '331', 'type': 'attribute', 'children': ['332', '333']}; {'id': '332', 'type': 'identifier', 'children': [], 'value': 'PortType'}, {'id': '333', 'type': 'identifier', 'children': [], 'value': 'OUTPUT'}; {'id': '334', 'type': 'block', 'children': ['335']}, {'id': '335', 'type': 'expression_statement', 'children': ['336']}; {'id': '336', 'type': 'call', 'children': ['337', '340']}, {'id': '337', 'type': 'attribute', 'children': ['338', '339']}; {'id': '338', 'type': 'identifier', 'children': [], 'value': 'root'}, {'id': '339', 'type': 'identifier', 'children': [], 'value': 'addEdge'}; {'id': '340', 'type': 'argument_list', 'children': ['341', '342']}, {'id': '341', 'type': 'identifier', 'children': [], 'value': 'port'}; {'id': '342', 'type': 'identifier', 'children': [], 'value': 'new_target'}, {'id': '343', 'type': 'elif_clause', 'children': ['344', '351']}; {'id': '344', 'type': 'comparison_operator', 'children': ['345', '348'], 'value': '=='}, {'id': '345', 'type': 'attribute', 'children': ['346', '347']}; {'id': '346', 'type': 'identifier', 'children': [], 'value': 'port'}, {'id': '347', 'type': 'identifier', 'children': [], 'value': 'direction'}; {'id': '348', 'type': 'attribute', 'children': ['349', '350']}, {'id': '349', 'type': 'identifier', 'children': [], 'value': 'PortType'}; {'id': '350', 'type': 'identifier', 'children': [], 'value': 'INPUT'}, {'id': '351', 'type': 'block', 'children': ['352']}; {'id': '352', 'type': 'expression_statement', 'children': ['353']}, {'id': '353', 'type': 'call', 'children': ['354', '357']}; {'id': '354', 'type': 'attribute', 'children': ['355', '356']}, {'id': '355', 'type': 'identifier', 'children': [], 'value': 'root'}; {'id': '356', 'type': 'identifier', 'children': [], 'value': 'addEdge'}, {'id': '357', 'type': 'argument_list', 'children': ['358', '359']}; {'id': '358', 'type': 'identifier', 'children': [], 'value': 'new_target'}, {'id': '359', 'type': 'identifier', 'children': [], 'value': 'port'}; {'id': '360', 'type': 'else_clause', 'children': ['361']}, {'id': '361', 'type': 'block', 'children': ['362']}; {'id': '362', 'type': 'raise_statement', 'children': ['363']}, {'id': '363', 'type': 'call', 'children': ['364', '365']}; {'id': '364', 'type': 'identifier', 'children': [], 'value': 'NotImplementedError'}, {'id': '365', 'type': 'argument_list', 'children': ['366']}; {'id': '366', 'type': 'attribute', 'children': ['367', '368']}, {'id': '367', 'type': 'identifier', 'children': [], 'value': 'port'} | def portTryReduce(root: LNode, port: LPort):
if not port.children:
return
for p in port.children:
portTryReduce(root, p)
target_nodes = {}
ch_cnt = countDirectlyConnected(port, target_nodes)
if not target_nodes:
return
new_target, children_edge_to_destroy = max(target_nodes.items(),
key=lambda x: len(x[1]))
cnt = len(children_edge_to_destroy)
if cnt < ch_cnt / 2 or cnt == 1 and ch_cnt == 2:
return
children_to_destroy = set()
on_target_children_to_destroy = set()
for child, edge in children_edge_to_destroy:
if child.direction == PortType.OUTPUT:
target_ch = edge.dsts
elif child.direction == PortType.INPUT:
target_ch = edge.srcs
else:
raise ValueError(child.direction)
if len(target_ch) != 1:
raise NotImplementedError("multiple connected nodes", target_ch)
target_ch = target_ch[0]
try:
assert target_ch.parent is new_target, (
target_ch,
target_ch.parent,
new_target)
except AssertionError:
print('Wrong target:\n', edge.src, "\n", edge.dst,
"\n", target_ch.parent, "\n", new_target)
raise
if child.direction == PortType.OUTPUT:
edge.removeTarget(target_ch)
elif child.direction == PortType.INPUT:
edge.removeTarget(child)
if not edge.srcs or not edge.dsts:
edge.remove()
if not target_ch.incomingEdges and not target_ch.outgoingEdges:
on_target_children_to_destroy.add(target_ch)
if not child.incomingEdges and not child.outgoingEdges:
children_to_destroy.add(child)
port.children = [
ch for ch in port.children if ch not in children_to_destroy]
new_target.children = [
ch for ch in new_target.children if ch not in on_target_children_to_destroy]
if port.direction == PortType.OUTPUT:
root.addEdge(port, new_target)
elif port.direction == PortType.INPUT:
root.addEdge(new_target, port)
else:
raise NotImplementedError(port.direction) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '12', '14']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'countDirectlyConnected'}, {'id': '3', 'type': 'parameters', 'children': ['4', '8']}; {'id': '4', 'type': 'typed_parameter', 'children': ['5', '6']}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'port'}; {'id': '6', 'type': 'type', 'children': ['7']}, {'id': '7', 'type': 'identifier', 'children': [], 'value': 'LPort'}; {'id': '8', 'type': 'typed_parameter', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'result'}; {'id': '10', 'type': 'type', 'children': ['11']}, {'id': '11', 'type': 'identifier', 'children': [], 'value': 'dict'}; {'id': '12', 'type': 'type', 'children': ['13']}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'int'}; {'id': '14', 'type': 'block', 'children': ['15', '21', '27']}, {'id': '15', 'type': 'expression_statement', 'children': ['16']}; {'id': '16', 'type': 'assignment', 'children': ['17', '18']}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'inEdges'}; {'id': '18', 'type': 'attribute', 'children': ['19', '20']}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'port'}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'incomingEdges'}, {'id': '21', 'type': 'expression_statement', 'children': ['22']}; {'id': '22', 'type': 'assignment', 'children': ['23', '24']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'outEdges'}; {'id': '24', 'type': 'attribute', 'children': ['25', '26']}, {'id': '25', 'type': 'identifier', 'children': [], 'value': 'port'}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'outgoingEdges'}, {'id': '27', 'type': 'if_statement', 'children': ['28', '31', '52', '98']}; {'id': '28', 'type': 'attribute', 'children': ['29', '30']}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'port'}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '31', 'type': 'block', 'children': ['32', '36', '50']}; {'id': '32', 'type': 'expression_statement', 'children': ['33']}, {'id': '33', 'type': 'assignment', 'children': ['34', '35']}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'ch_cnt'}, {'id': '35', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '36', 'type': 'for_statement', 'children': ['37', '38', '41']}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'ch'}; {'id': '38', 'type': 'attribute', 'children': ['39', '40']}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'port'}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '41', 'type': 'block', 'children': ['42']}; {'id': '42', 'type': 'expression_statement', 'children': ['43']}, {'id': '43', 'type': 'augmented_assignment', 'children': ['44', '45'], 'value': '+='}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'ch_cnt'}, {'id': '45', 'type': 'call', 'children': ['46', '47']}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'countDirectlyConnected'}, {'id': '47', 'type': 'argument_list', 'children': ['48', '49']}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'ch'}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'result'}; {'id': '50', 'type': 'return_statement', 'children': ['51']}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'ch_cnt'}; {'id': '52', 'type': 'elif_clause', 'children': ['53', '58']}, {'id': '53', 'type': 'boolean_operator', 'children': ['54', '56'], 'value': 'and'}; {'id': '54', 'type': 'not_operator', 'children': ['55']}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'inEdges'}; {'id': '56', 'type': 'not_operator', 'children': ['57']}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'outEdges'}; {'id': '58', 'type': 'block', 'children': ['59', '96']}, {'id': '59', 'type': 'if_statement', 'children': ['60', '67']}; {'id': '60', 'type': 'comparison_operator', 'children': ['61', '64'], 'value': '=='}, {'id': '61', 'type': 'attribute', 'children': ['62', '63']}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'port'}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'direction'}; {'id': '64', 'type': 'attribute', 'children': ['65', '66']}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'PortType'}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'INPUT'}, {'id': '67', 'type': 'block', 'children': ['68']}; {'id': '68', 'type': 'if_statement', 'children': ['69', '74', '87']}, {'id': '69', 'type': 'comparison_operator', 'children': ['70', '73'], 'value': 'is'}; {'id': '70', 'type': 'attribute', 'children': ['71', '72']}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'port'}; {'id': '72', 'type': 'identifier', 'children': [], 'value': 'originObj'}, {'id': '73', 'type': 'None', 'children': []}; {'id': '74', 'type': 'block', 'children': ['75']}, {'id': '75', 'type': 'assert_statement', 'children': ['76', '84']}; {'id': '76', 'type': 'not_operator', 'children': ['77']}, {'id': '77', 'type': 'attribute', 'children': ['78', '83']}; {'id': '78', 'type': 'attribute', 'children': ['79', '82']}, {'id': '79', 'type': 'attribute', 'children': ['80', '81']}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'port'}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'originObj'}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'src'}, {'id': '83', 'type': 'identifier', 'children': [], 'value': 'drivers'}; {'id': '84', 'type': 'attribute', 'children': ['85', '86']}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'port'}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'originObj'}, {'id': '87', 'type': 'else_clause', 'children': ['88']}; {'id': '88', 'type': 'block', 'children': ['89']}, {'id': '89', 'type': 'expression_statement', 'children': ['90']}; {'id': '90', 'type': 'call', 'children': ['91', '92']}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'print'}; {'id': '92', 'type': 'argument_list', 'children': ['93', '94', '95']}, {'id': '93', 'type': 'string', 'children': [], 'value': '"Warning"'}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'port'}, {'id': '95', 'type': 'string', 'children': [], 'value': '"not connected"'}; {'id': '96', 'type': 'return_statement', 'children': ['97']}, {'id': '97', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '98', 'type': 'else_clause', 'children': ['99']}, {'id': '99', 'type': 'block', 'children': ['100', '104', '124', '144', '151', '168', '187', '218', '251']}; {'id': '100', 'type': 'expression_statement', 'children': ['101']}, {'id': '101', 'type': 'assignment', 'children': ['102', '103']}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'connectedElemCnt'}, {'id': '103', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '104', 'type': 'for_statement', 'children': ['105', '106', '107']}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'e'}; {'id': '106', 'type': 'identifier', 'children': [], 'value': 'inEdges'}, {'id': '107', 'type': 'block', 'children': ['108', '117']}; {'id': '108', 'type': 'expression_statement', 'children': ['109']}, {'id': '109', 'type': 'augmented_assignment', 'children': ['110', '111'], 'value': '+='}; {'id': '110', 'type': 'identifier', 'children': [], 'value': 'connectedElemCnt'}, {'id': '111', 'type': 'call', 'children': ['112', '113']}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '113', 'type': 'argument_list', 'children': ['114']}; {'id': '114', 'type': 'attribute', 'children': ['115', '116']}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'e'}; {'id': '116', 'type': 'identifier', 'children': [], 'value': 'srcs'}, {'id': '117', 'type': 'if_statement', 'children': ['118', '121']}; {'id': '118', 'type': 'comparison_operator', 'children': ['119', '120'], 'value': '>'}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'connectedElemCnt'}; {'id': '120', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '121', 'type': 'block', 'children': ['122']}; {'id': '122', 'type': 'return_statement', 'children': ['123']}, {'id': '123', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '124', 'type': 'for_statement', 'children': ['125', '126', '127']}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'e'}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'outEdges'}, {'id': '127', 'type': 'block', 'children': ['128', '137']}; {'id': '128', 'type': 'expression_statement', 'children': ['129']}, {'id': '129', 'type': 'augmented_assignment', 'children': ['130', '131'], 'value': '+='}; {'id': '130', 'type': 'identifier', 'children': [], 'value': 'connectedElemCnt'}, {'id': '131', 'type': 'call', 'children': ['132', '133']}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '133', 'type': 'argument_list', 'children': ['134']}; {'id': '134', 'type': 'attribute', 'children': ['135', '136']}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'e'}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'dsts'}, {'id': '137', 'type': 'if_statement', 'children': ['138', '141']}; {'id': '138', 'type': 'comparison_operator', 'children': ['139', '140'], 'value': '>'}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'connectedElemCnt'}; {'id': '140', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '141', 'type': 'block', 'children': ['142']}; {'id': '142', 'type': 'return_statement', 'children': ['143']}, {'id': '143', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '144', 'type': 'if_statement', 'children': ['145', '148']}, {'id': '145', 'type': 'comparison_operator', 'children': ['146', '147'], 'value': '!='}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'connectedElemCnt'}, {'id': '147', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '148', 'type': 'block', 'children': ['149']}, {'id': '149', 'type': 'return_statement', 'children': ['150']}; {'id': '150', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '151', 'type': 'if_statement', 'children': ['152', '153', '160']}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'inEdges'}, {'id': '153', 'type': 'block', 'children': ['154']}; {'id': '154', 'type': 'expression_statement', 'children': ['155']}, {'id': '155', 'type': 'assignment', 'children': ['156', '157']}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'e'}, {'id': '157', 'type': 'subscript', 'children': ['158', '159']}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'inEdges'}, {'id': '159', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '160', 'type': 'else_clause', 'children': ['161']}, {'id': '161', 'type': 'block', 'children': ['162']}; {'id': '162', 'type': 'expression_statement', 'children': ['163']}, {'id': '163', 'type': 'assignment', 'children': ['164', '165']}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'e'}, {'id': '165', 'type': 'subscript', 'children': ['166', '167']}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'outEdges'}, {'id': '167', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '168', 'type': 'if_statement', 'children': ['169', '184']}, {'id': '169', 'type': 'comparison_operator', 'children': ['170', '177'], 'value': '!='}; {'id': '170', 'type': 'attribute', 'children': ['171', '176']}, {'id': '171', 'type': 'subscript', 'children': ['172', '175']}; {'id': '172', 'type': 'attribute', 'children': ['173', '174']}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'e'}; {'id': '174', 'type': 'identifier', 'children': [], 'value': 'srcs'}, {'id': '175', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '177', 'type': 'attribute', 'children': ['178', '183']}; {'id': '178', 'type': 'subscript', 'children': ['179', '182']}, {'id': '179', 'type': 'attribute', 'children': ['180', '181']}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'e'}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'dsts'}; {'id': '182', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '184', 'type': 'block', 'children': ['185']}, {'id': '185', 'type': 'return_statement', 'children': ['186']}; {'id': '186', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '187', 'type': 'if_statement', 'children': ['188', '195', '206']}; {'id': '188', 'type': 'comparison_operator', 'children': ['189', '194'], 'value': 'is'}, {'id': '189', 'type': 'subscript', 'children': ['190', '193']}; {'id': '190', 'type': 'attribute', 'children': ['191', '192']}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'e'}; {'id': '192', 'type': 'identifier', 'children': [], 'value': 'srcs'}, {'id': '193', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'port'}, {'id': '195', 'type': 'block', 'children': ['196']}; {'id': '196', 'type': 'expression_statement', 'children': ['197']}, {'id': '197', 'type': 'assignment', 'children': ['198', '199']}; {'id': '198', 'type': 'identifier', 'children': [], 'value': 'p'}, {'id': '199', 'type': 'attribute', 'children': ['200', '205']}; {'id': '200', 'type': 'subscript', 'children': ['201', '204']}, {'id': '201', 'type': 'attribute', 'children': ['202', '203']}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'e'}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'dsts'}; {'id': '204', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '205', 'type': 'identifier', 'children': [], 'value': 'parent'}; {'id': '206', 'type': 'else_clause', 'children': ['207']}, {'id': '207', 'type': 'block', 'children': ['208']}; {'id': '208', 'type': 'expression_statement', 'children': ['209']}, {'id': '209', 'type': 'assignment', 'children': ['210', '211']}; {'id': '210', 'type': 'identifier', 'children': [], 'value': 'p'}, {'id': '211', 'type': 'attribute', 'children': ['212', '217']}; {'id': '212', 'type': 'subscript', 'children': ['213', '216']}, {'id': '213', 'type': 'attribute', 'children': ['214', '215']}; {'id': '214', 'type': 'identifier', 'children': [], 'value': 'e'}, {'id': '215', 'type': 'identifier', 'children': [], 'value': 'srcs'}; {'id': '216', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '217', 'type': 'identifier', 'children': [], 'value': 'parent'}; {'id': '218', 'type': 'if_statement', 'children': ['219', '225']}, {'id': '219', 'type': 'not_operator', 'children': ['220']}; {'id': '220', 'type': 'call', 'children': ['221', '222']}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'isinstance'}; {'id': '222', 'type': 'argument_list', 'children': ['223', '224']}, {'id': '223', 'type': 'identifier', 'children': [], 'value': 'p'}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'LNode'}, {'id': '225', 'type': 'block', 'children': ['226', '236', '245']}; {'id': '226', 'type': 'expression_statement', 'children': ['227']}, {'id': '227', 'type': 'assignment', 'children': ['228', '229']}; {'id': '228', 'type': 'identifier', 'children': [], 'value': 'connections'}, {'id': '229', 'type': 'call', 'children': ['230', '233']}; {'id': '230', 'type': 'attribute', 'children': ['231', '232']}, {'id': '231', 'type': 'identifier', 'children': [], 'value': 'result'}; {'id': '232', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '233', 'type': 'argument_list', 'children': ['234', '235']}; {'id': '234', 'type': 'identifier', 'children': [], 'value': 'p'}, {'id': '235', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '236', 'type': 'expression_statement', 'children': ['237']}, {'id': '237', 'type': 'call', 'children': ['238', '241']}; {'id': '238', 'type': 'attribute', 'children': ['239', '240']}, {'id': '239', 'type': 'identifier', 'children': [], 'value': 'connections'}; {'id': '240', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '241', 'type': 'argument_list', 'children': ['242']}; {'id': '242', 'type': 'tuple', 'children': ['243', '244']}, {'id': '243', 'type': 'identifier', 'children': [], 'value': 'port'}; {'id': '244', 'type': 'identifier', 'children': [], 'value': 'e'}, {'id': '245', 'type': 'expression_statement', 'children': ['246']}; {'id': '246', 'type': 'assignment', 'children': ['247', '250']}, {'id': '247', 'type': 'subscript', 'children': ['248', '249']}; {'id': '248', 'type': 'identifier', 'children': [], 'value': 'result'}, {'id': '249', 'type': 'identifier', 'children': [], 'value': 'p'}; {'id': '250', 'type': 'identifier', 'children': [], 'value': 'connections'}, {'id': '251', 'type': 'return_statement', 'children': ['252']} | def countDirectlyConnected(port: LPort, result: dict) -> int:
inEdges = port.incomingEdges
outEdges = port.outgoingEdges
if port.children:
ch_cnt = 0
for ch in port.children:
ch_cnt += countDirectlyConnected(ch, result)
return ch_cnt
elif not inEdges and not outEdges:
if port.direction == PortType.INPUT:
if port.originObj is not None:
assert not port.originObj.src.drivers, port.originObj
else:
print("Warning", port, "not connected")
return 0
else:
connectedElemCnt = 0
for e in inEdges:
connectedElemCnt += len(e.srcs)
if connectedElemCnt > 1:
return 0
for e in outEdges:
connectedElemCnt += len(e.dsts)
if connectedElemCnt > 1:
return 0
if connectedElemCnt != 1:
return 0
if inEdges:
e = inEdges[0]
else:
e = outEdges[0]
if e.srcs[0].name != e.dsts[0].name:
return 0
if e.srcs[0] is port:
p = e.dsts[0].parent
else:
p = e.srcs[0].parent
if not isinstance(p, LNode):
connections = result.get(p, [])
connections.append((port, e))
result[p] = connections
return 1 |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '5']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'untlxml2py'}, {'id': '3', 'type': 'parameters', 'children': ['4']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'untl_filename'}, {'id': '5', 'type': 'block', 'children': ['6', '10']}; {'id': '6', 'type': 'expression_statement', 'children': ['7']}, {'id': '7', 'type': 'assignment', 'children': ['8', '9']}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'parent_stack'}, {'id': '9', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '10', 'type': 'for_statement', 'children': ['11', '14', '23']}, {'id': '11', 'type': 'pattern_list', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'event'}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '14', 'type': 'call', 'children': ['15', '16']}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'iterparse'}; {'id': '16', 'type': 'argument_list', 'children': ['17', '18']}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'untl_filename'}; {'id': '18', 'type': 'keyword_argument', 'children': ['19', '20']}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'events'}; {'id': '20', 'type': 'tuple', 'children': ['21', '22']}, {'id': '21', 'type': 'string', 'children': [], 'value': "'start'"}; {'id': '22', 'type': 'string', 'children': [], 'value': "'end'"}, {'id': '23', 'type': 'block', 'children': ['24', '60']}; {'id': '24', 'type': 'if_statement', 'children': ['25', '34', '52']}, {'id': '25', 'type': 'call', 'children': ['26', '29']}; {'id': '26', 'type': 'attribute', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'NAMESPACE_REGEX'}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'search'}, {'id': '29', 'type': 'argument_list', 'children': ['30', '33']}; {'id': '30', 'type': 'attribute', 'children': ['31', '32']}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '32', 'type': 'identifier', 'children': [], 'value': 'tag'}, {'id': '33', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '34', 'type': 'block', 'children': ['35']}, {'id': '35', 'type': 'expression_statement', 'children': ['36']}; {'id': '36', 'type': 'assignment', 'children': ['37', '38']}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'element_tag'}; {'id': '38', 'type': 'call', 'children': ['39', '50']}, {'id': '39', 'type': 'attribute', 'children': ['40', '49']}; {'id': '40', 'type': 'call', 'children': ['41', '44']}, {'id': '41', 'type': 'attribute', 'children': ['42', '43']}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'NAMESPACE_REGEX'}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'search'}; {'id': '44', 'type': 'argument_list', 'children': ['45', '48']}, {'id': '45', 'type': 'attribute', 'children': ['46', '47']}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'tag'}; {'id': '48', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'group'}; {'id': '50', 'type': 'argument_list', 'children': ['51']}, {'id': '51', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '52', 'type': 'else_clause', 'children': ['53']}, {'id': '53', 'type': 'block', 'children': ['54']}; {'id': '54', 'type': 'expression_statement', 'children': ['55']}, {'id': '55', 'type': 'assignment', 'children': ['56', '57']}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'element_tag'}, {'id': '57', 'type': 'attribute', 'children': ['58', '59']}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'tag'}; {'id': '60', 'type': 'if_statement', 'children': ['61', '64', '168']}, {'id': '61', 'type': 'comparison_operator', 'children': ['62', '63'], 'value': 'in'}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'element_tag'}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'PYUNTL_DISPATCH'}; {'id': '64', 'type': 'block', 'children': ['65']}, {'id': '65', 'type': 'if_statement', 'children': ['66', '69', '81']}; {'id': '66', 'type': 'comparison_operator', 'children': ['67', '68'], 'value': '=='}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'event'}; {'id': '68', 'type': 'string', 'children': [], 'value': "'start'"}, {'id': '69', 'type': 'block', 'children': ['70']}; {'id': '70', 'type': 'expression_statement', 'children': ['71']}, {'id': '71', 'type': 'call', 'children': ['72', '75']}; {'id': '72', 'type': 'attribute', 'children': ['73', '74']}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'parent_stack'}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '75', 'type': 'argument_list', 'children': ['76']}; {'id': '76', 'type': 'call', 'children': ['77', '80']}, {'id': '77', 'type': 'subscript', 'children': ['78', '79']}; {'id': '78', 'type': 'identifier', 'children': [], 'value': 'PYUNTL_DISPATCH'}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'element_tag'}; {'id': '80', 'type': 'argument_list', 'children': []}, {'id': '81', 'type': 'elif_clause', 'children': ['82', '85']}; {'id': '82', 'type': 'comparison_operator', 'children': ['83', '84'], 'value': '=='}, {'id': '83', 'type': 'identifier', 'children': [], 'value': 'event'}; {'id': '84', 'type': 'string', 'children': [], 'value': "'end'"}, {'id': '85', 'type': 'block', 'children': ['86', '94', '125', '146']}; {'id': '86', 'type': 'expression_statement', 'children': ['87']}, {'id': '87', 'type': 'assignment', 'children': ['88', '89']}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'child'}, {'id': '89', 'type': 'call', 'children': ['90', '93']}; {'id': '90', 'type': 'attribute', 'children': ['91', '92']}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'parent_stack'}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'pop'}, {'id': '93', 'type': 'argument_list', 'children': []}; {'id': '94', 'type': 'if_statement', 'children': ['95', '100']}, {'id': '95', 'type': 'comparison_operator', 'children': ['96', '99'], 'value': 'is'}; {'id': '96', 'type': 'attribute', 'children': ['97', '98']}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'text'}, {'id': '99', 'type': 'None', 'children': []}; {'id': '100', 'type': 'block', 'children': ['101', '111']}, {'id': '101', 'type': 'expression_statement', 'children': ['102']}; {'id': '102', 'type': 'assignment', 'children': ['103', '104']}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'content'}; {'id': '104', 'type': 'call', 'children': ['105', '110']}, {'id': '105', 'type': 'attribute', 'children': ['106', '109']}; {'id': '106', 'type': 'attribute', 'children': ['107', '108']}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'text'}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'strip'}; {'id': '110', 'type': 'argument_list', 'children': []}, {'id': '111', 'type': 'if_statement', 'children': ['112', '115']}; {'id': '112', 'type': 'comparison_operator', 'children': ['113', '114'], 'value': '!='}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'content'}; {'id': '114', 'type': 'string', 'children': [], 'value': "''"}, {'id': '115', 'type': 'block', 'children': ['116']}; {'id': '116', 'type': 'expression_statement', 'children': ['117']}, {'id': '117', 'type': 'call', 'children': ['118', '121']}; {'id': '118', 'type': 'attribute', 'children': ['119', '120']}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'child'}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'set_content'}, {'id': '121', 'type': 'argument_list', 'children': ['122']}; {'id': '122', 'type': 'attribute', 'children': ['123', '124']}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'text'}, {'id': '125', 'type': 'if_statement', 'children': ['126', '133']}; {'id': '126', 'type': 'call', 'children': ['127', '130']}, {'id': '127', 'type': 'attribute', 'children': ['128', '129']}; {'id': '128', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '130', 'type': 'argument_list', 'children': ['131', '132']}, {'id': '131', 'type': 'string', 'children': [], 'value': "'qualifier'"}; {'id': '132', 'type': 'False', 'children': []}, {'id': '133', 'type': 'block', 'children': ['134']}; {'id': '134', 'type': 'expression_statement', 'children': ['135']}, {'id': '135', 'type': 'call', 'children': ['136', '139']}; {'id': '136', 'type': 'attribute', 'children': ['137', '138']}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'child'}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'set_qualifier'}, {'id': '139', 'type': 'argument_list', 'children': ['140']}; {'id': '140', 'type': 'call', 'children': ['141', '144']}, {'id': '141', 'type': 'attribute', 'children': ['142', '143']}; {'id': '142', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '144', 'type': 'argument_list', 'children': ['145']}, {'id': '145', 'type': 'string', 'children': [], 'value': "'qualifier'"}; {'id': '146', 'type': 'if_statement', 'children': ['147', '153', '164']}, {'id': '147', 'type': 'comparison_operator', 'children': ['148', '152'], 'value': '>'}; {'id': '148', 'type': 'call', 'children': ['149', '150']}, {'id': '149', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '150', 'type': 'argument_list', 'children': ['151']}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'parent_stack'}; {'id': '152', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '153', 'type': 'block', 'children': ['154']}; {'id': '154', 'type': 'expression_statement', 'children': ['155']}, {'id': '155', 'type': 'call', 'children': ['156', '162']}; {'id': '156', 'type': 'attribute', 'children': ['157', '161']}, {'id': '157', 'type': 'subscript', 'children': ['158', '159']}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'parent_stack'}, {'id': '159', 'type': 'unary_operator', 'children': ['160'], 'value': '-'}; {'id': '160', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'add_child'}; {'id': '162', 'type': 'argument_list', 'children': ['163']}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'child'}; {'id': '164', 'type': 'else_clause', 'children': ['165']}, {'id': '165', 'type': 'block', 'children': ['166']}; {'id': '166', 'type': 'return_statement', 'children': ['167']}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'child'}; {'id': '168', 'type': 'else_clause', 'children': ['169']}, {'id': '169', 'type': 'block', 'children': ['170']}; {'id': '170', 'type': 'raise_statement', 'children': ['171']}, {'id': '171', 'type': 'call', 'children': ['172', '173']}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'PyuntlException'}, {'id': '173', 'type': 'argument_list', 'children': ['174']}; {'id': '174', 'type': 'binary_operator', 'children': ['175', '176'], 'value': '%'}, {'id': '175', 'type': 'string', 'children': [], 'value': '\'Element "%s" not in UNTL dispatch.\''}; {'id': '176', 'type': 'parenthesized_expression', 'children': ['177']}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'element_tag'} | def untlxml2py(untl_filename):
parent_stack = []
for event, element in iterparse(untl_filename, events=('start', 'end')):
if NAMESPACE_REGEX.search(element.tag, 0):
element_tag = NAMESPACE_REGEX.search(element.tag, 0).group(1)
else:
element_tag = element.tag
if element_tag in PYUNTL_DISPATCH:
if event == 'start':
parent_stack.append(PYUNTL_DISPATCH[element_tag]())
elif event == 'end':
child = parent_stack.pop()
if element.text is not None:
content = element.text.strip()
if content != '':
child.set_content(element.text)
if element.get('qualifier', False):
child.set_qualifier(element.get('qualifier'))
if len(parent_stack) > 0:
parent_stack[-1].add_child(child)
else:
return child
else:
raise PyuntlException(
'Element "%s" not in UNTL dispatch.' % (element_tag)
) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '6']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'post2pydict'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'post'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'ignore_list'}; {'id': '6', 'type': 'block', 'children': ['7', '15', '19', '30', '77', '377']}, {'id': '7', 'type': 'expression_statement', 'children': ['8']}; {'id': '8', 'type': 'assignment', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'root_element'}; {'id': '10', 'type': 'call', 'children': ['11', '14']}, {'id': '11', 'type': 'subscript', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'PYUNTL_DISPATCH'}, {'id': '13', 'type': 'string', 'children': [], 'value': "'metadata'"}; {'id': '14', 'type': 'argument_list', 'children': []}, {'id': '15', 'type': 'expression_statement', 'children': ['16']}; {'id': '16', 'type': 'assignment', 'children': ['17', '18']}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'untl_form_dict'}; {'id': '18', 'type': 'dictionary', 'children': []}, {'id': '19', 'type': 'expression_statement', 'children': ['20']}; {'id': '20', 'type': 'assignment', 'children': ['21', '22']}, {'id': '21', 'type': 'identifier', 'children': [], 'value': 'form_post'}; {'id': '22', 'type': 'call', 'children': ['23', '24']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'dict'}; {'id': '24', 'type': 'argument_list', 'children': ['25']}, {'id': '25', 'type': 'call', 'children': ['26', '29']}; {'id': '26', 'type': 'attribute', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'post'}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'copy'}, {'id': '29', 'type': 'argument_list', 'children': []}; {'id': '30', 'type': 'for_statement', 'children': ['31', '34', '39']}, {'id': '31', 'type': 'pattern_list', 'children': ['32', '33']}; {'id': '32', 'type': 'identifier', 'children': [], 'value': 'key'}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'value_list'}; {'id': '34', 'type': 'call', 'children': ['35', '38']}, {'id': '35', 'type': 'attribute', 'children': ['36', '37']}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'form_post'}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'items'}; {'id': '38', 'type': 'argument_list', 'children': []}, {'id': '39', 'type': 'block', 'children': ['40']}; {'id': '40', 'type': 'if_statement', 'children': ['41', '44']}, {'id': '41', 'type': 'comparison_operator', 'children': ['42', '43'], 'value': 'not'}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'key'}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'ignore_list'}; {'id': '44', 'type': 'block', 'children': ['45', '57', '68']}, {'id': '45', 'type': 'expression_statement', 'children': ['46']}; {'id': '46', 'type': 'assignment', 'children': ['47', '50']}, {'id': '47', 'type': 'tuple_pattern', 'children': ['48', '49']}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'element_tag'}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'element_attribute'}; {'id': '50', 'type': 'call', 'children': ['51', '54']}, {'id': '51', 'type': 'attribute', 'children': ['52', '53']}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'key'}, {'id': '53', 'type': 'identifier', 'children': [], 'value': 'split'}; {'id': '54', 'type': 'argument_list', 'children': ['55', '56']}, {'id': '55', 'type': 'string', 'children': [], 'value': "'-'"}; {'id': '56', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '57', 'type': 'if_statement', 'children': ['58', '61']}; {'id': '58', 'type': 'comparison_operator', 'children': ['59', '60'], 'value': 'not'}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'element_tag'}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'untl_form_dict'}, {'id': '61', 'type': 'block', 'children': ['62']}; {'id': '62', 'type': 'expression_statement', 'children': ['63']}, {'id': '63', 'type': 'assignment', 'children': ['64', '67']}; {'id': '64', 'type': 'subscript', 'children': ['65', '66']}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'untl_form_dict'}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'element_tag'}, {'id': '67', 'type': 'tuple', 'children': []}; {'id': '68', 'type': 'expression_statement', 'children': ['69']}, {'id': '69', 'type': 'augmented_assignment', 'children': ['70', '73'], 'value': '+='}; {'id': '70', 'type': 'subscript', 'children': ['71', '72']}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'untl_form_dict'}; {'id': '72', 'type': 'identifier', 'children': [], 'value': 'element_tag'}, {'id': '73', 'type': 'expression_list', 'children': ['74']}; {'id': '74', 'type': 'tuple', 'children': ['75', '76']}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'element_attribute'}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'value_list'}, {'id': '77', 'type': 'for_statement', 'children': ['78', '81', '86']}; {'id': '78', 'type': 'pattern_list', 'children': ['79', '80']}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'element_tag'}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'attribute_tuple'}, {'id': '81', 'type': 'call', 'children': ['82', '85']}; {'id': '82', 'type': 'attribute', 'children': ['83', '84']}, {'id': '83', 'type': 'identifier', 'children': [], 'value': 'untl_form_dict'}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'items'}, {'id': '85', 'type': 'argument_list', 'children': []}; {'id': '86', 'type': 'block', 'children': ['87', '94', '105', '136']}, {'id': '87', 'type': 'expression_statement', 'children': ['88']}; {'id': '88', 'type': 'assignment', 'children': ['89', '90']}, {'id': '89', 'type': 'identifier', 'children': [], 'value': 'attribute_count'}; {'id': '90', 'type': 'call', 'children': ['91', '92']}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '92', 'type': 'argument_list', 'children': ['93']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'attribute_tuple'}; {'id': '94', 'type': 'expression_statement', 'children': ['95']}, {'id': '95', 'type': 'assignment', 'children': ['96', '97']}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'value_count'}, {'id': '97', 'type': 'call', 'children': ['98', '99']}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '99', 'type': 'argument_list', 'children': ['100']}; {'id': '100', 'type': 'subscript', 'children': ['101', '104']}, {'id': '101', 'type': 'subscript', 'children': ['102', '103']}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'attribute_tuple'}, {'id': '103', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '104', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '105', 'type': 'for_statement', 'children': ['106', '107', '112']}; {'id': '106', 'type': 'identifier', 'children': [], 'value': 'i'}, {'id': '107', 'type': 'call', 'children': ['108', '109']}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'range'}, {'id': '109', 'type': 'argument_list', 'children': ['110', '111']}; {'id': '110', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '111', 'type': 'identifier', 'children': [], 'value': 'attribute_count'}; {'id': '112', 'type': 'block', 'children': ['113']}, {'id': '113', 'type': 'if_statement', 'children': ['114', '125']}; {'id': '114', 'type': 'not_operator', 'children': ['115']}, {'id': '115', 'type': 'comparison_operator', 'children': ['116', '124'], 'value': '=='}; {'id': '116', 'type': 'call', 'children': ['117', '118']}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '118', 'type': 'argument_list', 'children': ['119']}, {'id': '119', 'type': 'subscript', 'children': ['120', '123']}; {'id': '120', 'type': 'subscript', 'children': ['121', '122']}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'attribute_tuple'}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'i'}, {'id': '123', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'value_count'}, {'id': '125', 'type': 'block', 'children': ['126']}; {'id': '126', 'type': 'raise_statement', 'children': ['127']}, {'id': '127', 'type': 'call', 'children': ['128', '129']}; {'id': '128', 'type': 'identifier', 'children': [], 'value': 'PyuntlException'}, {'id': '129', 'type': 'argument_list', 'children': ['130']}; {'id': '130', 'type': 'binary_operator', 'children': ['131', '134'], 'value': '%'}, {'id': '131', 'type': 'concatenated_string', 'children': ['132', '133']}; {'id': '132', 'type': 'string', 'children': [], 'value': "'Field values did not match up '"}, {'id': '133', 'type': 'string', 'children': [], 'value': "'numerically for %s'"}; {'id': '134', 'type': 'parenthesized_expression', 'children': ['135']}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'element_tag'}; {'id': '136', 'type': 'for_statement', 'children': ['137', '138', '143']}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '138', 'type': 'call', 'children': ['139', '140']}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'range'}; {'id': '140', 'type': 'argument_list', 'children': ['141', '142']}, {'id': '141', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '142', 'type': 'identifier', 'children': [], 'value': 'value_count'}, {'id': '143', 'type': 'block', 'children': ['144', '148', '152', '156', '160', '271', '342', '365']}; {'id': '144', 'type': 'expression_statement', 'children': ['145']}, {'id': '145', 'type': 'assignment', 'children': ['146', '147']}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'untl_element'}, {'id': '147', 'type': 'None', 'children': []}; {'id': '148', 'type': 'expression_statement', 'children': ['149']}, {'id': '149', 'type': 'assignment', 'children': ['150', '151']}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 'content'}, {'id': '151', 'type': 'string', 'children': [], 'value': "''"}; {'id': '152', 'type': 'expression_statement', 'children': ['153']}, {'id': '153', 'type': 'assignment', 'children': ['154', '155']}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'qualifier'}, {'id': '155', 'type': 'string', 'children': [], 'value': "''"}; {'id': '156', 'type': 'expression_statement', 'children': ['157']}, {'id': '157', 'type': 'assignment', 'children': ['158', '159']}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'child_list'}, {'id': '159', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '160', 'type': 'for_statement', 'children': ['161', '162', '167']}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'j'}; {'id': '162', 'type': 'call', 'children': ['163', '164']}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'range'}; {'id': '164', 'type': 'argument_list', 'children': ['165', '166']}, {'id': '165', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'attribute_count'}, {'id': '167', 'type': 'block', 'children': ['168']}; {'id': '168', 'type': 'if_statement', 'children': ['169', '176', '190', '209']}, {'id': '169', 'type': 'comparison_operator', 'children': ['170', '175'], 'value': '=='}; {'id': '170', 'type': 'subscript', 'children': ['171', '174']}, {'id': '171', 'type': 'subscript', 'children': ['172', '173']}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'attribute_tuple'}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'j'}; {'id': '174', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '175', 'type': 'string', 'children': [], 'value': "'content'"}; {'id': '176', 'type': 'block', 'children': ['177']}, {'id': '177', 'type': 'expression_statement', 'children': ['178']}; {'id': '178', 'type': 'assignment', 'children': ['179', '180']}, {'id': '179', 'type': 'identifier', 'children': [], 'value': 'content'}; {'id': '180', 'type': 'call', 'children': ['181', '182']}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'unicode'}; {'id': '182', 'type': 'argument_list', 'children': ['183']}, {'id': '183', 'type': 'subscript', 'children': ['184', '189']}; {'id': '184', 'type': 'subscript', 'children': ['185', '188']}, {'id': '185', 'type': 'subscript', 'children': ['186', '187']}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'attribute_tuple'}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'j'}; {'id': '188', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '189', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '190', 'type': 'elif_clause', 'children': ['191', '198']}, {'id': '191', 'type': 'comparison_operator', 'children': ['192', '197'], 'value': '=='}; {'id': '192', 'type': 'subscript', 'children': ['193', '196']}, {'id': '193', 'type': 'subscript', 'children': ['194', '195']}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'attribute_tuple'}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'j'}; {'id': '196', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '197', 'type': 'string', 'children': [], 'value': "'qualifier'"}; {'id': '198', 'type': 'block', 'children': ['199']}, {'id': '199', 'type': 'expression_statement', 'children': ['200']}; {'id': '200', 'type': 'assignment', 'children': ['201', '202']}, {'id': '201', 'type': 'identifier', 'children': [], 'value': 'qualifier'}; {'id': '202', 'type': 'subscript', 'children': ['203', '208']}, {'id': '203', 'type': 'subscript', 'children': ['204', '207']}; {'id': '204', 'type': 'subscript', 'children': ['205', '206']}, {'id': '205', 'type': 'identifier', 'children': [], 'value': 'attribute_tuple'}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'j'}, {'id': '207', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '208', 'type': 'identifier', 'children': [], 'value': 'i'}, {'id': '209', 'type': 'else_clause', 'children': ['210']}; {'id': '210', 'type': 'block', 'children': ['211']}, {'id': '211', 'type': 'if_statement', 'children': ['212', '221']}; {'id': '212', 'type': 'comparison_operator', 'children': ['213', '220'], 'value': '!='}, {'id': '213', 'type': 'subscript', 'children': ['214', '219']}; {'id': '214', 'type': 'subscript', 'children': ['215', '218']}, {'id': '215', 'type': 'subscript', 'children': ['216', '217']}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'attribute_tuple'}, {'id': '217', 'type': 'identifier', 'children': [], 'value': 'j'}; {'id': '218', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '219', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '220', 'type': 'string', 'children': [], 'value': "''"}, {'id': '221', 'type': 'block', 'children': ['222', '230']}; {'id': '222', 'type': 'expression_statement', 'children': ['223']}, {'id': '223', 'type': 'assignment', 'children': ['224', '225']}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'child_tag'}, {'id': '225', 'type': 'subscript', 'children': ['226', '229']}; {'id': '226', 'type': 'subscript', 'children': ['227', '228']}, {'id': '227', 'type': 'identifier', 'children': [], 'value': 'attribute_tuple'}; {'id': '228', 'type': 'identifier', 'children': [], 'value': 'j'}, {'id': '229', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '230', 'type': 'if_statement', 'children': ['231', '234', '245']}, {'id': '231', 'type': 'comparison_operator', 'children': ['232', '233'], 'value': 'in'}; {'id': '232', 'type': 'identifier', 'children': [], 'value': 'child_tag'}, {'id': '233', 'type': 'identifier', 'children': [], 'value': 'PARENT_FORM'}; {'id': '234', 'type': 'block', 'children': ['235']}, {'id': '235', 'type': 'expression_statement', 'children': ['236']}; {'id': '236', 'type': 'assignment', 'children': ['237', '238']}, {'id': '237', 'type': 'identifier', 'children': [], 'value': 'qualifier'}; {'id': '238', 'type': 'subscript', 'children': ['239', '244']}, {'id': '239', 'type': 'subscript', 'children': ['240', '243']}; {'id': '240', 'type': 'subscript', 'children': ['241', '242']}, {'id': '241', 'type': 'identifier', 'children': [], 'value': 'attribute_tuple'}; {'id': '242', 'type': 'identifier', 'children': [], 'value': 'j'}, {'id': '243', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '244', 'type': 'identifier', 'children': [], 'value': 'i'}, {'id': '245', 'type': 'else_clause', 'children': ['246']}; {'id': '246', 'type': 'block', 'children': ['247']}, {'id': '247', 'type': 'expression_statement', 'children': ['248']}; {'id': '248', 'type': 'call', 'children': ['249', '252']}, {'id': '249', 'type': 'attribute', 'children': ['250', '251']}; {'id': '250', 'type': 'identifier', 'children': [], 'value': 'child_list'}, {'id': '251', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '252', 'type': 'argument_list', 'children': ['253']}, {'id': '253', 'type': 'call', 'children': ['254', '261']}; {'id': '254', 'type': 'subscript', 'children': ['255', '256']}, {'id': '255', 'type': 'identifier', 'children': [], 'value': 'PYUNTL_DISPATCH'}; {'id': '256', 'type': 'subscript', 'children': ['257', '260']}, {'id': '257', 'type': 'subscript', 'children': ['258', '259']}; {'id': '258', 'type': 'identifier', 'children': [], 'value': 'attribute_tuple'}, {'id': '259', 'type': 'identifier', 'children': [], 'value': 'j'}; {'id': '260', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '261', 'type': 'argument_list', 'children': ['262']}; {'id': '262', 'type': 'keyword_argument', 'children': ['263', '264']}, {'id': '263', 'type': 'identifier', 'children': [], 'value': 'content'}; {'id': '264', 'type': 'subscript', 'children': ['265', '270']}, {'id': '265', 'type': 'subscript', 'children': ['266', '269']}; {'id': '266', 'type': 'subscript', 'children': ['267', '268']}, {'id': '267', 'type': 'identifier', 'children': [], 'value': 'attribute_tuple'}; {'id': '268', 'type': 'identifier', 'children': [], 'value': 'j'}, {'id': '269', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '270', 'type': 'identifier', 'children': [], 'value': 'i'}, {'id': '271', 'type': 'if_statement', 'children': ['272', '279', '294', '310', '326']}; {'id': '272', 'type': 'boolean_operator', 'children': ['273', '276'], 'value': 'and'}, {'id': '273', 'type': 'comparison_operator', 'children': ['274', '275'], 'value': '!='}; {'id': '274', 'type': 'identifier', 'children': [], 'value': 'content'}, {'id': '275', 'type': 'string', 'children': [], 'value': "''"}; {'id': '276', 'type': 'comparison_operator', 'children': ['277', '278'], 'value': '!='}, {'id': '277', 'type': 'identifier', 'children': [], 'value': 'qualifier'}; {'id': '278', 'type': 'string', 'children': [], 'value': "''"}, {'id': '279', 'type': 'block', 'children': ['280']}; {'id': '280', 'type': 'expression_statement', 'children': ['281']}, {'id': '281', 'type': 'assignment', 'children': ['282', '283']}; {'id': '282', 'type': 'identifier', 'children': [], 'value': 'untl_element'}, {'id': '283', 'type': 'call', 'children': ['284', '287']}; {'id': '284', 'type': 'subscript', 'children': ['285', '286']}, {'id': '285', 'type': 'identifier', 'children': [], 'value': 'PYUNTL_DISPATCH'}; {'id': '286', 'type': 'identifier', 'children': [], 'value': 'element_tag'}, {'id': '287', 'type': 'argument_list', 'children': ['288', '291']}; {'id': '288', 'type': 'keyword_argument', 'children': ['289', '290']}, {'id': '289', 'type': 'identifier', 'children': [], 'value': 'content'}; {'id': '290', 'type': 'identifier', 'children': [], 'value': 'content'}, {'id': '291', 'type': 'keyword_argument', 'children': ['292', '293']}; {'id': '292', 'type': 'identifier', 'children': [], 'value': 'qualifier'}, {'id': '293', 'type': 'identifier', 'children': [], 'value': 'qualifier'}; {'id': '294', 'type': 'elif_clause', 'children': ['295', '298']}, {'id': '295', 'type': 'comparison_operator', 'children': ['296', '297'], 'value': '!='}; {'id': '296', 'type': 'identifier', 'children': [], 'value': 'content'}, {'id': '297', 'type': 'string', 'children': [], 'value': "''"}; {'id': '298', 'type': 'block', 'children': ['299']}, {'id': '299', 'type': 'expression_statement', 'children': ['300']}; {'id': '300', 'type': 'assignment', 'children': ['301', '302']}, {'id': '301', 'type': 'identifier', 'children': [], 'value': 'untl_element'}; {'id': '302', 'type': 'call', 'children': ['303', '306']}, {'id': '303', 'type': 'subscript', 'children': ['304', '305']}; {'id': '304', 'type': 'identifier', 'children': [], 'value': 'PYUNTL_DISPATCH'}, {'id': '305', 'type': 'identifier', 'children': [], 'value': 'element_tag'}; {'id': '306', 'type': 'argument_list', 'children': ['307']}, {'id': '307', 'type': 'keyword_argument', 'children': ['308', '309']}; {'id': '308', 'type': 'identifier', 'children': [], 'value': 'content'}, {'id': '309', 'type': 'identifier', 'children': [], 'value': 'content'}; {'id': '310', 'type': 'elif_clause', 'children': ['311', '314']}, {'id': '311', 'type': 'comparison_operator', 'children': ['312', '313'], 'value': '!='}; {'id': '312', 'type': 'identifier', 'children': [], 'value': 'qualifier'}, {'id': '313', 'type': 'string', 'children': [], 'value': "''"}; {'id': '314', 'type': 'block', 'children': ['315']}, {'id': '315', 'type': 'expression_statement', 'children': ['316']}; {'id': '316', 'type': 'assignment', 'children': ['317', '318']}, {'id': '317', 'type': 'identifier', 'children': [], 'value': 'untl_element'}; {'id': '318', 'type': 'call', 'children': ['319', '322']}, {'id': '319', 'type': 'subscript', 'children': ['320', '321']}; {'id': '320', 'type': 'identifier', 'children': [], 'value': 'PYUNTL_DISPATCH'}, {'id': '321', 'type': 'identifier', 'children': [], 'value': 'element_tag'}; {'id': '322', 'type': 'argument_list', 'children': ['323']}, {'id': '323', 'type': 'keyword_argument', 'children': ['324', '325']}; {'id': '324', 'type': 'identifier', 'children': [], 'value': 'qualifier'}, {'id': '325', 'type': 'identifier', 'children': [], 'value': 'qualifier'}; {'id': '326', 'type': 'elif_clause', 'children': ['327', '333']}, {'id': '327', 'type': 'comparison_operator', 'children': ['328', '332'], 'value': '>'}; {'id': '328', 'type': 'call', 'children': ['329', '330']}, {'id': '329', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '330', 'type': 'argument_list', 'children': ['331']}, {'id': '331', 'type': 'identifier', 'children': [], 'value': 'child_list'}; {'id': '332', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '333', 'type': 'block', 'children': ['334']}; {'id': '334', 'type': 'expression_statement', 'children': ['335']}, {'id': '335', 'type': 'assignment', 'children': ['336', '337']}; {'id': '336', 'type': 'identifier', 'children': [], 'value': 'untl_element'}, {'id': '337', 'type': 'call', 'children': ['338', '341']}; {'id': '338', 'type': 'subscript', 'children': ['339', '340']}, {'id': '339', 'type': 'identifier', 'children': [], 'value': 'PYUNTL_DISPATCH'}; {'id': '340', 'type': 'identifier', 'children': [], 'value': 'element_tag'}, {'id': '341', 'type': 'argument_list', 'children': []}; {'id': '342', 'type': 'if_statement', 'children': ['343', '353']}, {'id': '343', 'type': 'boolean_operator', 'children': ['344', '350'], 'value': 'and'}; {'id': '344', 'type': 'comparison_operator', 'children': ['345', '349'], 'value': '>'}, {'id': '345', 'type': 'call', 'children': ['346', '347']}; {'id': '346', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '347', 'type': 'argument_list', 'children': ['348']}; {'id': '348', 'type': 'identifier', 'children': [], 'value': 'child_list'}, {'id': '349', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '350', 'type': 'comparison_operator', 'children': ['351', '352'], 'value': 'is'}, {'id': '351', 'type': 'identifier', 'children': [], 'value': 'untl_element'}; {'id': '352', 'type': 'None', 'children': []}, {'id': '353', 'type': 'block', 'children': ['354']}; {'id': '354', 'type': 'for_statement', 'children': ['355', '356', '357']}, {'id': '355', 'type': 'identifier', 'children': [], 'value': 'child'}; {'id': '356', 'type': 'identifier', 'children': [], 'value': 'child_list'}, {'id': '357', 'type': 'block', 'children': ['358']}; {'id': '358', 'type': 'expression_statement', 'children': ['359']}, {'id': '359', 'type': 'call', 'children': ['360', '363']}; {'id': '360', 'type': 'attribute', 'children': ['361', '362']}, {'id': '361', 'type': 'identifier', 'children': [], 'value': 'untl_element'}; {'id': '362', 'type': 'identifier', 'children': [], 'value': 'add_child'}, {'id': '363', 'type': 'argument_list', 'children': ['364']}; {'id': '364', 'type': 'identifier', 'children': [], 'value': 'child'}, {'id': '365', 'type': 'if_statement', 'children': ['366', '369']}; {'id': '366', 'type': 'comparison_operator', 'children': ['367', '368'], 'value': 'is'}, {'id': '367', 'type': 'identifier', 'children': [], 'value': 'untl_element'}; {'id': '368', 'type': 'None', 'children': []}, {'id': '369', 'type': 'block', 'children': ['370']}; {'id': '370', 'type': 'expression_statement', 'children': ['371']}, {'id': '371', 'type': 'call', 'children': ['372', '375']}; {'id': '372', 'type': 'attribute', 'children': ['373', '374']}, {'id': '373', 'type': 'identifier', 'children': [], 'value': 'root_element'}; {'id': '374', 'type': 'identifier', 'children': [], 'value': 'add_child'}, {'id': '375', 'type': 'argument_list', 'children': ['376']}; {'id': '376', 'type': 'identifier', 'children': [], 'value': 'untl_element'}, {'id': '377', 'type': 'return_statement', 'children': ['378']}; {'id': '378', 'type': 'call', 'children': ['379', '382']}, {'id': '379', 'type': 'attribute', 'children': ['380', '381']}; {'id': '380', 'type': 'identifier', 'children': [], 'value': 'root_element'}, {'id': '381', 'type': 'identifier', 'children': [], 'value': 'create_element_dict'} | def post2pydict(post, ignore_list):
root_element = PYUNTL_DISPATCH['metadata']()
untl_form_dict = {}
form_post = dict(post.copy())
for key, value_list in form_post.items():
if key not in ignore_list:
(element_tag, element_attribute) = key.split('-', 1)
if element_tag not in untl_form_dict:
untl_form_dict[element_tag] = ()
untl_form_dict[element_tag] += (element_attribute, value_list),
for element_tag, attribute_tuple in untl_form_dict.items():
attribute_count = len(attribute_tuple)
value_count = len(attribute_tuple[0][1])
for i in range(0, attribute_count):
if not len(attribute_tuple[i][1]) == value_count:
raise PyuntlException('Field values did not match up '
'numerically for %s' % (element_tag))
for i in range(0, value_count):
untl_element = None
content = ''
qualifier = ''
child_list = []
for j in range(0, attribute_count):
if attribute_tuple[j][0] == 'content':
content = unicode(attribute_tuple[j][1][i])
elif attribute_tuple[j][0] == 'qualifier':
qualifier = attribute_tuple[j][1][i]
else:
if attribute_tuple[j][1][i] != '':
child_tag = attribute_tuple[j][0]
if child_tag in PARENT_FORM:
qualifier = attribute_tuple[j][1][i]
else:
child_list.append(
PYUNTL_DISPATCH[attribute_tuple[j][0]](
content=attribute_tuple[j][1][i]
)
)
if content != '' and qualifier != '':
untl_element = PYUNTL_DISPATCH[element_tag](content=content,
qualifier=qualifier)
elif content != '':
untl_element = PYUNTL_DISPATCH[element_tag](content=content)
elif qualifier != '':
untl_element = PYUNTL_DISPATCH[element_tag](qualifier=qualifier)
elif len(child_list) > 0:
untl_element = PYUNTL_DISPATCH[element_tag]()
if len(child_list) > 0 and untl_element is not None:
for child in child_list:
untl_element.add_child(child)
if untl_element is not None:
root_element.add_child(untl_element)
return root_element.create_element_dict() |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '7']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'untlpy2dcpy'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'untl_elements'}, {'id': '5', 'type': 'dictionary_splat_pattern', 'children': ['6']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'kwargs'}, {'id': '7', 'type': 'block', 'children': ['8', '12', '16', '26', '36', '46', '56', '66', '76', '102', '110', '236', '289', '340']}; {'id': '8', 'type': 'expression_statement', 'children': ['9']}, {'id': '9', 'type': 'assignment', 'children': ['10', '11']}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'sDate'}, {'id': '11', 'type': 'None', 'children': []}; {'id': '12', 'type': 'expression_statement', 'children': ['13']}, {'id': '13', 'type': 'assignment', 'children': ['14', '15']}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'eDate'}, {'id': '15', 'type': 'None', 'children': []}; {'id': '16', 'type': 'expression_statement', 'children': ['17']}, {'id': '17', 'type': 'assignment', 'children': ['18', '19']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'ark'}, {'id': '19', 'type': 'call', 'children': ['20', '23']}; {'id': '20', 'type': 'attribute', 'children': ['21', '22']}, {'id': '21', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '23', 'type': 'argument_list', 'children': ['24', '25']}; {'id': '24', 'type': 'string', 'children': [], 'value': "'ark'"}, {'id': '25', 'type': 'None', 'children': []}; {'id': '26', 'type': 'expression_statement', 'children': ['27']}, {'id': '27', 'type': 'assignment', 'children': ['28', '29']}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'domain_name'}, {'id': '29', 'type': 'call', 'children': ['30', '33']}; {'id': '30', 'type': 'attribute', 'children': ['31', '32']}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '32', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '33', 'type': 'argument_list', 'children': ['34', '35']}; {'id': '34', 'type': 'string', 'children': [], 'value': "'domain_name'"}, {'id': '35', 'type': 'None', 'children': []}; {'id': '36', 'type': 'expression_statement', 'children': ['37']}, {'id': '37', 'type': 'assignment', 'children': ['38', '39']}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'scheme'}, {'id': '39', 'type': 'call', 'children': ['40', '43']}; {'id': '40', 'type': 'attribute', 'children': ['41', '42']}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '43', 'type': 'argument_list', 'children': ['44', '45']}; {'id': '44', 'type': 'string', 'children': [], 'value': "'scheme'"}, {'id': '45', 'type': 'string', 'children': [], 'value': "'http'"}; {'id': '46', 'type': 'expression_statement', 'children': ['47']}, {'id': '47', 'type': 'assignment', 'children': ['48', '49']}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'resolve_values'}, {'id': '49', 'type': 'call', 'children': ['50', '53']}; {'id': '50', 'type': 'attribute', 'children': ['51', '52']}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '53', 'type': 'argument_list', 'children': ['54', '55']}; {'id': '54', 'type': 'string', 'children': [], 'value': "'resolve_values'"}, {'id': '55', 'type': 'None', 'children': []}; {'id': '56', 'type': 'expression_statement', 'children': ['57']}, {'id': '57', 'type': 'assignment', 'children': ['58', '59']}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'resolve_urls'}, {'id': '59', 'type': 'call', 'children': ['60', '63']}; {'id': '60', 'type': 'attribute', 'children': ['61', '62']}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '63', 'type': 'argument_list', 'children': ['64', '65']}; {'id': '64', 'type': 'string', 'children': [], 'value': "'resolve_urls'"}, {'id': '65', 'type': 'None', 'children': []}; {'id': '66', 'type': 'expression_statement', 'children': ['67']}, {'id': '67', 'type': 'assignment', 'children': ['68', '69']}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'verbose_vocabularies'}, {'id': '69', 'type': 'call', 'children': ['70', '73']}; {'id': '70', 'type': 'attribute', 'children': ['71', '72']}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '72', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '73', 'type': 'argument_list', 'children': ['74', '75']}; {'id': '74', 'type': 'string', 'children': [], 'value': "'verbose_vocabularies'"}, {'id': '75', 'type': 'None', 'children': []}; {'id': '76', 'type': 'if_statement', 'children': ['77', '80', '96']}, {'id': '77', 'type': 'boolean_operator', 'children': ['78', '79'], 'value': 'or'}; {'id': '78', 'type': 'identifier', 'children': [], 'value': 'resolve_values'}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'resolve_urls'}; {'id': '80', 'type': 'block', 'children': ['81']}, {'id': '81', 'type': 'if_statement', 'children': ['82', '83', '88']}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'verbose_vocabularies'}, {'id': '83', 'type': 'block', 'children': ['84']}; {'id': '84', 'type': 'expression_statement', 'children': ['85']}, {'id': '85', 'type': 'assignment', 'children': ['86', '87']}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'vocab_data'}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'verbose_vocabularies'}; {'id': '88', 'type': 'else_clause', 'children': ['89']}, {'id': '89', 'type': 'block', 'children': ['90']}; {'id': '90', 'type': 'expression_statement', 'children': ['91']}, {'id': '91', 'type': 'assignment', 'children': ['92', '93']}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'vocab_data'}, {'id': '93', 'type': 'call', 'children': ['94', '95']}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'retrieve_vocab'}, {'id': '95', 'type': 'argument_list', 'children': []}; {'id': '96', 'type': 'else_clause', 'children': ['97']}, {'id': '97', 'type': 'block', 'children': ['98']}; {'id': '98', 'type': 'expression_statement', 'children': ['99']}, {'id': '99', 'type': 'assignment', 'children': ['100', '101']}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'vocab_data'}, {'id': '101', 'type': 'None', 'children': []}; {'id': '102', 'type': 'expression_statement', 'children': ['103']}, {'id': '103', 'type': 'assignment', 'children': ['104', '105']}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'dc_root'}, {'id': '105', 'type': 'call', 'children': ['106', '109']}; {'id': '106', 'type': 'subscript', 'children': ['107', '108']}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'DC_CONVERSION_DISPATCH'}; {'id': '108', 'type': 'string', 'children': [], 'value': "'dc'"}, {'id': '109', 'type': 'argument_list', 'children': []}; {'id': '110', 'type': 'for_statement', 'children': ['111', '112', '115']}, {'id': '111', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '112', 'type': 'attribute', 'children': ['113', '114']}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'untl_elements'}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '115', 'type': 'block', 'children': ['116']}; {'id': '116', 'type': 'if_statement', 'children': ['117', '122']}, {'id': '117', 'type': 'comparison_operator', 'children': ['118', '121'], 'value': 'in'}; {'id': '118', 'type': 'attribute', 'children': ['119', '120']}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'tag'}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'DC_CONVERSION_DISPATCH'}; {'id': '122', 'type': 'block', 'children': ['123', '188']}, {'id': '123', 'type': 'if_statement', 'children': ['124', '127', '157']}; {'id': '124', 'type': 'attribute', 'children': ['125', '126']}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '127', 'type': 'block', 'children': ['128']}; {'id': '128', 'type': 'expression_statement', 'children': ['129']}, {'id': '129', 'type': 'assignment', 'children': ['130', '131']}; {'id': '130', 'type': 'identifier', 'children': [], 'value': 'dc_element'}, {'id': '131', 'type': 'call', 'children': ['132', '137']}; {'id': '132', 'type': 'subscript', 'children': ['133', '134']}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'DC_CONVERSION_DISPATCH'}; {'id': '134', 'type': 'attribute', 'children': ['135', '136']}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'tag'}, {'id': '137', 'type': 'argument_list', 'children': ['138', '143', '148', '151', '154']}; {'id': '138', 'type': 'keyword_argument', 'children': ['139', '140']}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'qualifier'}; {'id': '140', 'type': 'attribute', 'children': ['141', '142']}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '142', 'type': 'identifier', 'children': [], 'value': 'qualifier'}, {'id': '143', 'type': 'keyword_argument', 'children': ['144', '145']}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '145', 'type': 'attribute', 'children': ['146', '147']}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'children'}; {'id': '148', 'type': 'keyword_argument', 'children': ['149', '150']}, {'id': '149', 'type': 'identifier', 'children': [], 'value': 'resolve_values'}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 'resolve_values'}, {'id': '151', 'type': 'keyword_argument', 'children': ['152', '153']}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'resolve_urls'}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 'resolve_urls'}; {'id': '154', 'type': 'keyword_argument', 'children': ['155', '156']}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'vocab_data'}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'vocab_data'}, {'id': '157', 'type': 'else_clause', 'children': ['158']}; {'id': '158', 'type': 'block', 'children': ['159']}, {'id': '159', 'type': 'expression_statement', 'children': ['160']}; {'id': '160', 'type': 'assignment', 'children': ['161', '162']}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'dc_element'}; {'id': '162', 'type': 'call', 'children': ['163', '168']}, {'id': '163', 'type': 'subscript', 'children': ['164', '165']}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'DC_CONVERSION_DISPATCH'}, {'id': '165', 'type': 'attribute', 'children': ['166', '167']}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'tag'}; {'id': '168', 'type': 'argument_list', 'children': ['169', '174', '179', '182', '185']}, {'id': '169', 'type': 'keyword_argument', 'children': ['170', '171']}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'qualifier'}, {'id': '171', 'type': 'attribute', 'children': ['172', '173']}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'qualifier'}; {'id': '174', 'type': 'keyword_argument', 'children': ['175', '176']}, {'id': '175', 'type': 'identifier', 'children': [], 'value': 'content'}; {'id': '176', 'type': 'attribute', 'children': ['177', '178']}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '178', 'type': 'identifier', 'children': [], 'value': 'content'}, {'id': '179', 'type': 'keyword_argument', 'children': ['180', '181']}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'resolve_values'}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'resolve_values'}; {'id': '182', 'type': 'keyword_argument', 'children': ['183', '184']}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 'resolve_urls'}; {'id': '184', 'type': 'identifier', 'children': [], 'value': 'resolve_urls'}, {'id': '185', 'type': 'keyword_argument', 'children': ['186', '187']}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'vocab_data'}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'vocab_data'}; {'id': '188', 'type': 'if_statement', 'children': ['189', '194', '226']}, {'id': '189', 'type': 'comparison_operator', 'children': ['190', '193'], 'value': '=='}; {'id': '190', 'type': 'attribute', 'children': ['191', '192']}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '192', 'type': 'identifier', 'children': [], 'value': 'tag'}, {'id': '193', 'type': 'string', 'children': [], 'value': "'coverage'"}; {'id': '194', 'type': 'block', 'children': ['195']}, {'id': '195', 'type': 'if_statement', 'children': ['196', '201', '206', '217']}; {'id': '196', 'type': 'comparison_operator', 'children': ['197', '200'], 'value': '=='}, {'id': '197', 'type': 'attribute', 'children': ['198', '199']}; {'id': '198', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'qualifier'}; {'id': '200', 'type': 'string', 'children': [], 'value': "'sDate'"}, {'id': '201', 'type': 'block', 'children': ['202']}; {'id': '202', 'type': 'expression_statement', 'children': ['203']}, {'id': '203', 'type': 'assignment', 'children': ['204', '205']}; {'id': '204', 'type': 'identifier', 'children': [], 'value': 'sDate'}, {'id': '205', 'type': 'identifier', 'children': [], 'value': 'dc_element'}; {'id': '206', 'type': 'elif_clause', 'children': ['207', '212']}, {'id': '207', 'type': 'comparison_operator', 'children': ['208', '211'], 'value': '=='}; {'id': '208', 'type': 'attribute', 'children': ['209', '210']}, {'id': '209', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '210', 'type': 'identifier', 'children': [], 'value': 'qualifier'}, {'id': '211', 'type': 'string', 'children': [], 'value': "'eDate'"}; {'id': '212', 'type': 'block', 'children': ['213']}, {'id': '213', 'type': 'expression_statement', 'children': ['214']}; {'id': '214', 'type': 'assignment', 'children': ['215', '216']}, {'id': '215', 'type': 'identifier', 'children': [], 'value': 'eDate'}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'dc_element'}, {'id': '217', 'type': 'else_clause', 'children': ['218']}; {'id': '218', 'type': 'block', 'children': ['219']}, {'id': '219', 'type': 'expression_statement', 'children': ['220']}; {'id': '220', 'type': 'call', 'children': ['221', '224']}, {'id': '221', 'type': 'attribute', 'children': ['222', '223']}; {'id': '222', 'type': 'identifier', 'children': [], 'value': 'dc_root'}, {'id': '223', 'type': 'identifier', 'children': [], 'value': 'add_child'}; {'id': '224', 'type': 'argument_list', 'children': ['225']}, {'id': '225', 'type': 'identifier', 'children': [], 'value': 'dc_element'}; {'id': '226', 'type': 'elif_clause', 'children': ['227', '228']}, {'id': '227', 'type': 'identifier', 'children': [], 'value': 'dc_element'}; {'id': '228', 'type': 'block', 'children': ['229']}, {'id': '229', 'type': 'expression_statement', 'children': ['230']}; {'id': '230', 'type': 'call', 'children': ['231', '234']}, {'id': '231', 'type': 'attribute', 'children': ['232', '233']}; {'id': '232', 'type': 'identifier', 'children': [], 'value': 'dc_root'}, {'id': '233', 'type': 'identifier', 'children': [], 'value': 'add_child'}; {'id': '234', 'type': 'argument_list', 'children': ['235']}, {'id': '235', 'type': 'identifier', 'children': [], 'value': 'dc_element'}; {'id': '236', 'type': 'if_statement', 'children': ['237', '240']}, {'id': '237', 'type': 'boolean_operator', 'children': ['238', '239'], 'value': 'and'}; {'id': '238', 'type': 'identifier', 'children': [], 'value': 'ark'}, {'id': '239', 'type': 'identifier', 'children': [], 'value': 'domain_name'}; {'id': '240', 'type': 'block', 'children': ['241', '261', '268', '282']}, {'id': '241', 'type': 'expression_statement', 'children': ['242']}; {'id': '242', 'type': 'assignment', 'children': ['243', '244']}, {'id': '243', 'type': 'identifier', 'children': [], 'value': 'permalink_identifier'}; {'id': '244', 'type': 'call', 'children': ['245', '248']}, {'id': '245', 'type': 'subscript', 'children': ['246', '247']}; {'id': '246', 'type': 'identifier', 'children': [], 'value': 'DC_CONVERSION_DISPATCH'}, {'id': '247', 'type': 'string', 'children': [], 'value': "'identifier'"}; {'id': '248', 'type': 'argument_list', 'children': ['249', '252', '255', '258']}, {'id': '249', 'type': 'keyword_argument', 'children': ['250', '251']}; {'id': '250', 'type': 'identifier', 'children': [], 'value': 'qualifier'}, {'id': '251', 'type': 'string', 'children': [], 'value': "'permalink'"}; {'id': '252', 'type': 'keyword_argument', 'children': ['253', '254']}, {'id': '253', 'type': 'identifier', 'children': [], 'value': 'domain_name'}; {'id': '254', 'type': 'identifier', 'children': [], 'value': 'domain_name'}, {'id': '255', 'type': 'keyword_argument', 'children': ['256', '257']}; {'id': '256', 'type': 'identifier', 'children': [], 'value': 'ark'}, {'id': '257', 'type': 'identifier', 'children': [], 'value': 'ark'}; {'id': '258', 'type': 'keyword_argument', 'children': ['259', '260']}, {'id': '259', 'type': 'identifier', 'children': [], 'value': 'scheme'}; {'id': '260', 'type': 'identifier', 'children': [], 'value': 'scheme'}, {'id': '261', 'type': 'expression_statement', 'children': ['262']}; {'id': '262', 'type': 'call', 'children': ['263', '266']}, {'id': '263', 'type': 'attribute', 'children': ['264', '265']}; {'id': '264', 'type': 'identifier', 'children': [], 'value': 'dc_root'}, {'id': '265', 'type': 'identifier', 'children': [], 'value': 'add_child'}; {'id': '266', 'type': 'argument_list', 'children': ['267']}, {'id': '267', 'type': 'identifier', 'children': [], 'value': 'permalink_identifier'}; {'id': '268', 'type': 'expression_statement', 'children': ['269']}, {'id': '269', 'type': 'assignment', 'children': ['270', '271']}; {'id': '270', 'type': 'identifier', 'children': [], 'value': 'ark_identifier'}, {'id': '271', 'type': 'call', 'children': ['272', '275']}; {'id': '272', 'type': 'subscript', 'children': ['273', '274']}, {'id': '273', 'type': 'identifier', 'children': [], 'value': 'DC_CONVERSION_DISPATCH'}; {'id': '274', 'type': 'string', 'children': [], 'value': "'identifier'"}, {'id': '275', 'type': 'argument_list', 'children': ['276', '279']}; {'id': '276', 'type': 'keyword_argument', 'children': ['277', '278']}, {'id': '277', 'type': 'identifier', 'children': [], 'value': 'qualifier'}; {'id': '278', 'type': 'string', 'children': [], 'value': "'ark'"}, {'id': '279', 'type': 'keyword_argument', 'children': ['280', '281']}; {'id': '280', 'type': 'identifier', 'children': [], 'value': 'content'}, {'id': '281', 'type': 'identifier', 'children': [], 'value': 'ark'}; {'id': '282', 'type': 'expression_statement', 'children': ['283']}, {'id': '283', 'type': 'call', 'children': ['284', '287']}; {'id': '284', 'type': 'attribute', 'children': ['285', '286']}, {'id': '285', 'type': 'identifier', 'children': [], 'value': 'dc_root'}; {'id': '286', 'type': 'identifier', 'children': [], 'value': 'add_child'}, {'id': '287', 'type': 'argument_list', 'children': ['288']}; {'id': '288', 'type': 'identifier', 'children': [], 'value': 'ark_identifier'}, {'id': '289', 'type': 'if_statement', 'children': ['290', '293', '320', '330']}; {'id': '290', 'type': 'boolean_operator', 'children': ['291', '292'], 'value': 'and'}, {'id': '291', 'type': 'identifier', 'children': [], 'value': 'sDate'}; {'id': '292', 'type': 'identifier', 'children': [], 'value': 'eDate'}, {'id': '293', 'type': 'block', 'children': ['294', '313']}; {'id': '294', 'type': 'expression_statement', 'children': ['295']}, {'id': '295', 'type': 'assignment', 'children': ['296', '297']}; {'id': '296', 'type': 'identifier', 'children': [], 'value': 'dc_element'}, {'id': '297', 'type': 'call', 'children': ['298', '301']}; {'id': '298', 'type': 'subscript', 'children': ['299', '300']}, {'id': '299', 'type': 'identifier', 'children': [], 'value': 'DC_CONVERSION_DISPATCH'}; {'id': '300', 'type': 'string', 'children': [], 'value': "'coverage'"}, {'id': '301', 'type': 'argument_list', 'children': ['302']}; {'id': '302', 'type': 'keyword_argument', 'children': ['303', '304']}, {'id': '303', 'type': 'identifier', 'children': [], 'value': 'content'}; {'id': '304', 'type': 'binary_operator', 'children': ['305', '306'], 'value': '%'}, {'id': '305', 'type': 'string', 'children': [], 'value': "'%s-%s'"}; {'id': '306', 'type': 'tuple', 'children': ['307', '310']}, {'id': '307', 'type': 'attribute', 'children': ['308', '309']}; {'id': '308', 'type': 'identifier', 'children': [], 'value': 'sDate'}, {'id': '309', 'type': 'identifier', 'children': [], 'value': 'content'}; {'id': '310', 'type': 'attribute', 'children': ['311', '312']}, {'id': '311', 'type': 'identifier', 'children': [], 'value': 'eDate'}; {'id': '312', 'type': 'identifier', 'children': [], 'value': 'content'}, {'id': '313', 'type': 'expression_statement', 'children': ['314']}; {'id': '314', 'type': 'call', 'children': ['315', '318']}, {'id': '315', 'type': 'attribute', 'children': ['316', '317']}; {'id': '316', 'type': 'identifier', 'children': [], 'value': 'dc_root'}, {'id': '317', 'type': 'identifier', 'children': [], 'value': 'add_child'}; {'id': '318', 'type': 'argument_list', 'children': ['319']}, {'id': '319', 'type': 'identifier', 'children': [], 'value': 'dc_element'}; {'id': '320', 'type': 'elif_clause', 'children': ['321', '322']}, {'id': '321', 'type': 'identifier', 'children': [], 'value': 'sDate'}; {'id': '322', 'type': 'block', 'children': ['323']}, {'id': '323', 'type': 'expression_statement', 'children': ['324']}; {'id': '324', 'type': 'call', 'children': ['325', '328']}, {'id': '325', 'type': 'attribute', 'children': ['326', '327']}; {'id': '326', 'type': 'identifier', 'children': [], 'value': 'dc_root'}, {'id': '327', 'type': 'identifier', 'children': [], 'value': 'add_child'}; {'id': '328', 'type': 'argument_list', 'children': ['329']}, {'id': '329', 'type': 'identifier', 'children': [], 'value': 'sDate'}; {'id': '330', 'type': 'elif_clause', 'children': ['331', '332']}, {'id': '331', 'type': 'identifier', 'children': [], 'value': 'eDate'}; {'id': '332', 'type': 'block', 'children': ['333']}, {'id': '333', 'type': 'expression_statement', 'children': ['334']}; {'id': '334', 'type': 'call', 'children': ['335', '338']}, {'id': '335', 'type': 'attribute', 'children': ['336', '337']}; {'id': '336', 'type': 'identifier', 'children': [], 'value': 'dc_root'}, {'id': '337', 'type': 'identifier', 'children': [], 'value': 'add_child'}; {'id': '338', 'type': 'argument_list', 'children': ['339']}, {'id': '339', 'type': 'identifier', 'children': [], 'value': 'eDate'}; {'id': '340', 'type': 'return_statement', 'children': ['341']}, {'id': '341', 'type': 'identifier', 'children': [], 'value': 'dc_root'} | def untlpy2dcpy(untl_elements, **kwargs):
sDate = None
eDate = None
ark = kwargs.get('ark', None)
domain_name = kwargs.get('domain_name', None)
scheme = kwargs.get('scheme', 'http')
resolve_values = kwargs.get('resolve_values', None)
resolve_urls = kwargs.get('resolve_urls', None)
verbose_vocabularies = kwargs.get('verbose_vocabularies', None)
if resolve_values or resolve_urls:
if verbose_vocabularies:
vocab_data = verbose_vocabularies
else:
vocab_data = retrieve_vocab()
else:
vocab_data = None
dc_root = DC_CONVERSION_DISPATCH['dc']()
for element in untl_elements.children:
if element.tag in DC_CONVERSION_DISPATCH:
if element.children:
dc_element = DC_CONVERSION_DISPATCH[element.tag](
qualifier=element.qualifier,
children=element.children,
resolve_values=resolve_values,
resolve_urls=resolve_urls,
vocab_data=vocab_data,
)
else:
dc_element = DC_CONVERSION_DISPATCH[element.tag](
qualifier=element.qualifier,
content=element.content,
resolve_values=resolve_values,
resolve_urls=resolve_urls,
vocab_data=vocab_data,
)
if element.tag == 'coverage':
if element.qualifier == 'sDate':
sDate = dc_element
elif element.qualifier == 'eDate':
eDate = dc_element
else:
dc_root.add_child(dc_element)
elif dc_element:
dc_root.add_child(dc_element)
if ark and domain_name:
permalink_identifier = DC_CONVERSION_DISPATCH['identifier'](
qualifier='permalink',
domain_name=domain_name,
ark=ark,
scheme=scheme
)
dc_root.add_child(permalink_identifier)
ark_identifier = DC_CONVERSION_DISPATCH['identifier'](
qualifier='ark',
content=ark,
)
dc_root.add_child(ark_identifier)
if sDate and eDate:
dc_element = DC_CONVERSION_DISPATCH['coverage'](
content='%s-%s' % (sDate.content, eDate.content),
)
dc_root.add_child(dc_element)
elif sDate:
dc_root.add_child(sDate)
elif eDate:
dc_root.add_child(eDate)
return dc_root |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '7']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'untlpy2highwirepy'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'untl_elements'}, {'id': '5', 'type': 'dictionary_splat_pattern', 'children': ['6']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'kwargs'}, {'id': '7', 'type': 'block', 'children': ['8', '12', '16', '20', '24', '34', '180', '190']}; {'id': '8', 'type': 'expression_statement', 'children': ['9']}, {'id': '9', 'type': 'assignment', 'children': ['10', '11']}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'highwire_list'}, {'id': '11', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '12', 'type': 'expression_statement', 'children': ['13']}, {'id': '13', 'type': 'assignment', 'children': ['14', '15']}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'title'}, {'id': '15', 'type': 'None', 'children': []}; {'id': '16', 'type': 'expression_statement', 'children': ['17']}, {'id': '17', 'type': 'assignment', 'children': ['18', '19']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'publisher'}, {'id': '19', 'type': 'None', 'children': []}; {'id': '20', 'type': 'expression_statement', 'children': ['21']}, {'id': '21', 'type': 'assignment', 'children': ['22', '23']}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'creation'}, {'id': '23', 'type': 'None', 'children': []}; {'id': '24', 'type': 'expression_statement', 'children': ['25']}, {'id': '25', 'type': 'assignment', 'children': ['26', '27']}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'escape'}, {'id': '27', 'type': 'call', 'children': ['28', '31']}; {'id': '28', 'type': 'attribute', 'children': ['29', '30']}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '31', 'type': 'argument_list', 'children': ['32', '33']}; {'id': '32', 'type': 'string', 'children': [], 'value': "'escape'"}, {'id': '33', 'type': 'False', 'children': []}; {'id': '34', 'type': 'for_statement', 'children': ['35', '36', '39']}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '36', 'type': 'attribute', 'children': ['37', '38']}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'untl_elements'}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '39', 'type': 'block', 'children': ['40']}; {'id': '40', 'type': 'if_statement', 'children': ['41', '46']}, {'id': '41', 'type': 'comparison_operator', 'children': ['42', '45'], 'value': 'in'}; {'id': '42', 'type': 'attribute', 'children': ['43', '44']}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'tag'}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'HIGHWIRE_CONVERSION_DISPATCH'}; {'id': '46', 'type': 'block', 'children': ['47', '75']}, {'id': '47', 'type': 'expression_statement', 'children': ['48']}; {'id': '48', 'type': 'assignment', 'children': ['49', '50']}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'highwire_element'}; {'id': '50', 'type': 'call', 'children': ['51', '56']}, {'id': '51', 'type': 'subscript', 'children': ['52', '53']}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'HIGHWIRE_CONVERSION_DISPATCH'}, {'id': '53', 'type': 'attribute', 'children': ['54', '55']}; {'id': '54', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'tag'}; {'id': '56', 'type': 'argument_list', 'children': ['57', '62', '67', '72']}, {'id': '57', 'type': 'keyword_argument', 'children': ['58', '59']}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'qualifier'}, {'id': '59', 'type': 'attribute', 'children': ['60', '61']}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'qualifier'}; {'id': '62', 'type': 'keyword_argument', 'children': ['63', '64']}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'content'}; {'id': '64', 'type': 'attribute', 'children': ['65', '66']}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'content'}, {'id': '67', 'type': 'keyword_argument', 'children': ['68', '69']}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '69', 'type': 'attribute', 'children': ['70', '71']}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'children'}; {'id': '72', 'type': 'keyword_argument', 'children': ['73', '74']}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'escape'}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'escape'}, {'id': '75', 'type': 'if_statement', 'children': ['76', '77']}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'highwire_element'}, {'id': '77', 'type': 'block', 'children': ['78']}; {'id': '78', 'type': 'if_statement', 'children': ['79', '84', '110', '132', '168']}, {'id': '79', 'type': 'comparison_operator', 'children': ['80', '83'], 'value': '=='}; {'id': '80', 'type': 'attribute', 'children': ['81', '82']}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'tag'}, {'id': '83', 'type': 'string', 'children': [], 'value': "'title'"}; {'id': '84', 'type': 'block', 'children': ['85']}, {'id': '85', 'type': 'if_statement', 'children': ['86', '94', '99']}; {'id': '86', 'type': 'boolean_operator', 'children': ['87', '92'], 'value': 'and'}, {'id': '87', 'type': 'comparison_operator', 'children': ['88', '91'], 'value': '!='}; {'id': '88', 'type': 'attribute', 'children': ['89', '90']}, {'id': '89', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'qualifier'}, {'id': '91', 'type': 'string', 'children': [], 'value': "'officialtitle'"}; {'id': '92', 'type': 'not_operator', 'children': ['93']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'title'}; {'id': '94', 'type': 'block', 'children': ['95']}, {'id': '95', 'type': 'expression_statement', 'children': ['96']}; {'id': '96', 'type': 'assignment', 'children': ['97', '98']}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'title'}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'highwire_element'}, {'id': '99', 'type': 'elif_clause', 'children': ['100', '105']}; {'id': '100', 'type': 'comparison_operator', 'children': ['101', '104'], 'value': '=='}, {'id': '101', 'type': 'attribute', 'children': ['102', '103']}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'qualifier'}; {'id': '104', 'type': 'string', 'children': [], 'value': "'officialtitle'"}, {'id': '105', 'type': 'block', 'children': ['106']}; {'id': '106', 'type': 'expression_statement', 'children': ['107']}, {'id': '107', 'type': 'assignment', 'children': ['108', '109']}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'title'}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'highwire_element'}; {'id': '110', 'type': 'elif_clause', 'children': ['111', '116']}, {'id': '111', 'type': 'comparison_operator', 'children': ['112', '115'], 'value': '=='}; {'id': '112', 'type': 'attribute', 'children': ['113', '114']}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'tag'}, {'id': '115', 'type': 'string', 'children': [], 'value': "'publisher'"}; {'id': '116', 'type': 'block', 'children': ['117']}, {'id': '117', 'type': 'if_statement', 'children': ['118', '120']}; {'id': '118', 'type': 'not_operator', 'children': ['119']}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'publisher'}; {'id': '120', 'type': 'block', 'children': ['121', '125']}, {'id': '121', 'type': 'expression_statement', 'children': ['122']}; {'id': '122', 'type': 'assignment', 'children': ['123', '124']}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'publisher'}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'highwire_element'}, {'id': '125', 'type': 'expression_statement', 'children': ['126']}; {'id': '126', 'type': 'call', 'children': ['127', '130']}, {'id': '127', 'type': 'attribute', 'children': ['128', '129']}; {'id': '128', 'type': 'identifier', 'children': [], 'value': 'highwire_list'}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '130', 'type': 'argument_list', 'children': ['131']}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'publisher'}; {'id': '132', 'type': 'elif_clause', 'children': ['133', '138']}, {'id': '133', 'type': 'comparison_operator', 'children': ['134', '137'], 'value': '=='}; {'id': '134', 'type': 'attribute', 'children': ['135', '136']}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'tag'}, {'id': '137', 'type': 'string', 'children': [], 'value': "'date'"}; {'id': '138', 'type': 'block', 'children': ['139']}, {'id': '139', 'type': 'if_statement', 'children': ['140', '148']}; {'id': '140', 'type': 'boolean_operator', 'children': ['141', '143'], 'value': 'and'}, {'id': '141', 'type': 'not_operator', 'children': ['142']}; {'id': '142', 'type': 'identifier', 'children': [], 'value': 'creation'}, {'id': '143', 'type': 'comparison_operator', 'children': ['144', '147'], 'value': '=='}; {'id': '144', 'type': 'attribute', 'children': ['145', '146']}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'qualifier'}, {'id': '147', 'type': 'string', 'children': [], 'value': "'creation'"}; {'id': '148', 'type': 'block', 'children': ['149']}, {'id': '149', 'type': 'if_statement', 'children': ['150', '153']}; {'id': '150', 'type': 'attribute', 'children': ['151', '152']}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'highwire_element'}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'content'}, {'id': '153', 'type': 'block', 'children': ['154', '158']}; {'id': '154', 'type': 'expression_statement', 'children': ['155']}, {'id': '155', 'type': 'assignment', 'children': ['156', '157']}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'creation'}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'highwire_element'}; {'id': '158', 'type': 'if_statement', 'children': ['159', '160']}, {'id': '159', 'type': 'identifier', 'children': [], 'value': 'creation'}; {'id': '160', 'type': 'block', 'children': ['161']}, {'id': '161', 'type': 'expression_statement', 'children': ['162']}; {'id': '162', 'type': 'call', 'children': ['163', '166']}, {'id': '163', 'type': 'attribute', 'children': ['164', '165']}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'highwire_list'}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '166', 'type': 'argument_list', 'children': ['167']}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'creation'}; {'id': '168', 'type': 'elif_clause', 'children': ['169', '172']}, {'id': '169', 'type': 'attribute', 'children': ['170', '171']}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'highwire_element'}, {'id': '171', 'type': 'identifier', 'children': [], 'value': 'content'}; {'id': '172', 'type': 'block', 'children': ['173']}, {'id': '173', 'type': 'expression_statement', 'children': ['174']}; {'id': '174', 'type': 'call', 'children': ['175', '178']}, {'id': '175', 'type': 'attribute', 'children': ['176', '177']}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'highwire_list'}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '178', 'type': 'argument_list', 'children': ['179']}, {'id': '179', 'type': 'identifier', 'children': [], 'value': 'highwire_element'}; {'id': '180', 'type': 'if_statement', 'children': ['181', '182']}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'title'}; {'id': '182', 'type': 'block', 'children': ['183']}, {'id': '183', 'type': 'expression_statement', 'children': ['184']}; {'id': '184', 'type': 'call', 'children': ['185', '188']}, {'id': '185', 'type': 'attribute', 'children': ['186', '187']}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'highwire_list'}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '188', 'type': 'argument_list', 'children': ['189']}, {'id': '189', 'type': 'identifier', 'children': [], 'value': 'title'}; {'id': '190', 'type': 'return_statement', 'children': ['191']}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'highwire_list'} | def untlpy2highwirepy(untl_elements, **kwargs):
highwire_list = []
title = None
publisher = None
creation = None
escape = kwargs.get('escape', False)
for element in untl_elements.children:
if element.tag in HIGHWIRE_CONVERSION_DISPATCH:
highwire_element = HIGHWIRE_CONVERSION_DISPATCH[element.tag](
qualifier=element.qualifier,
content=element.content,
children=element.children,
escape=escape,
)
if highwire_element:
if element.tag == 'title':
if element.qualifier != 'officialtitle' and not title:
title = highwire_element
elif element.qualifier == 'officialtitle':
title = highwire_element
elif element.tag == 'publisher':
if not publisher:
publisher = highwire_element
highwire_list.append(publisher)
elif element.tag == 'date':
if not creation and element.qualifier == 'creation':
if highwire_element.content:
creation = highwire_element
if creation:
highwire_list.append(creation)
elif highwire_element.content:
highwire_list.append(highwire_element)
if title:
highwire_list.append(title)
return highwire_list |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '7']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'untlpy2etd_ms'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'untl_elements'}, {'id': '5', 'type': 'dictionary_splat_pattern', 'children': ['6']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'kwargs'}, {'id': '7', 'type': 'block', 'children': ['8', '12', '16', '20', '28', '287', '340']}; {'id': '8', 'type': 'expression_statement', 'children': ['9']}, {'id': '9', 'type': 'assignment', 'children': ['10', '11']}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'degree_children'}, {'id': '11', 'type': 'dictionary', 'children': []}; {'id': '12', 'type': 'expression_statement', 'children': ['13']}, {'id': '13', 'type': 'assignment', 'children': ['14', '15']}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'date_exists'}, {'id': '15', 'type': 'False', 'children': []}; {'id': '16', 'type': 'expression_statement', 'children': ['17']}, {'id': '17', 'type': 'assignment', 'children': ['18', '19']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'seen_creation'}, {'id': '19', 'type': 'False', 'children': []}; {'id': '20', 'type': 'expression_statement', 'children': ['21']}, {'id': '21', 'type': 'assignment', 'children': ['22', '23']}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'etd_ms_root'}, {'id': '23', 'type': 'call', 'children': ['24', '27']}; {'id': '24', 'type': 'subscript', 'children': ['25', '26']}, {'id': '25', 'type': 'identifier', 'children': [], 'value': 'ETD_MS_CONVERSION_DISPATCH'}; {'id': '26', 'type': 'string', 'children': [], 'value': "'thesis'"}, {'id': '27', 'type': 'argument_list', 'children': []}; {'id': '28', 'type': 'for_statement', 'children': ['29', '30', '33']}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '30', 'type': 'attribute', 'children': ['31', '32']}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'untl_elements'}; {'id': '32', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '33', 'type': 'block', 'children': ['34', '38', '206']}; {'id': '34', 'type': 'expression_statement', 'children': ['35']}, {'id': '35', 'type': 'assignment', 'children': ['36', '37']}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'etd_ms_element'}, {'id': '37', 'type': 'None', 'children': []}; {'id': '38', 'type': 'if_statement', 'children': ['39', '44']}, {'id': '39', 'type': 'comparison_operator', 'children': ['40', '43'], 'value': 'in'}; {'id': '40', 'type': 'attribute', 'children': ['41', '42']}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'tag'}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'ETD_MS_CONVERSION_DISPATCH'}; {'id': '44', 'type': 'block', 'children': ['45', '196']}, {'id': '45', 'type': 'if_statement', 'children': ['46', '49', '70', '98', '167']}; {'id': '46', 'type': 'attribute', 'children': ['47', '48']}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '49', 'type': 'block', 'children': ['50']}; {'id': '50', 'type': 'expression_statement', 'children': ['51']}, {'id': '51', 'type': 'assignment', 'children': ['52', '53']}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'etd_ms_element'}, {'id': '53', 'type': 'call', 'children': ['54', '59']}; {'id': '54', 'type': 'subscript', 'children': ['55', '56']}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'ETD_MS_CONVERSION_DISPATCH'}; {'id': '56', 'type': 'attribute', 'children': ['57', '58']}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'tag'}, {'id': '59', 'type': 'argument_list', 'children': ['60', '65']}; {'id': '60', 'type': 'keyword_argument', 'children': ['61', '62']}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'qualifier'}; {'id': '62', 'type': 'attribute', 'children': ['63', '64']}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'qualifier'}, {'id': '65', 'type': 'keyword_argument', 'children': ['66', '67']}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '67', 'type': 'attribute', 'children': ['68', '69']}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'children'}; {'id': '70', 'type': 'elif_clause', 'children': ['71', '76']}, {'id': '71', 'type': 'comparison_operator', 'children': ['72', '75'], 'value': '=='}; {'id': '72', 'type': 'attribute', 'children': ['73', '74']}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'tag'}, {'id': '75', 'type': 'string', 'children': [], 'value': "'degree'"}; {'id': '76', 'type': 'block', 'children': ['77']}, {'id': '77', 'type': 'if_statement', 'children': ['78', '87']}; {'id': '78', 'type': 'comparison_operator', 'children': ['79', '82'], 'value': 'in'}, {'id': '79', 'type': 'attribute', 'children': ['80', '81']}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'qualifier'}; {'id': '82', 'type': 'list', 'children': ['83', '84', '85', '86'], 'value': "['name',\n 'level',\n 'discipline',\n 'grantor']"}, {'id': '83', 'type': 'string', 'children': [], 'value': "'name'"}; {'id': '84', 'type': 'string', 'children': [], 'value': "'level'"}, {'id': '85', 'type': 'string', 'children': [], 'value': "'discipline'"}; {'id': '86', 'type': 'string', 'children': [], 'value': "'grantor'"}, {'id': '87', 'type': 'block', 'children': ['88']}; {'id': '88', 'type': 'expression_statement', 'children': ['89']}, {'id': '89', 'type': 'assignment', 'children': ['90', '95']}; {'id': '90', 'type': 'subscript', 'children': ['91', '92']}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'degree_children'}; {'id': '92', 'type': 'attribute', 'children': ['93', '94']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'qualifier'}, {'id': '95', 'type': 'attribute', 'children': ['96', '97']}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'content'}; {'id': '98', 'type': 'elif_clause', 'children': ['99', '104']}, {'id': '99', 'type': 'comparison_operator', 'children': ['100', '103'], 'value': '=='}; {'id': '100', 'type': 'attribute', 'children': ['101', '102']}, {'id': '101', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'tag'}, {'id': '103', 'type': 'string', 'children': [], 'value': "'date'"}; {'id': '104', 'type': 'block', 'children': ['105']}, {'id': '105', 'type': 'if_statement', 'children': ['106', '111']}; {'id': '106', 'type': 'comparison_operator', 'children': ['107', '110'], 'value': '=='}, {'id': '107', 'type': 'attribute', 'children': ['108', '109']}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'qualifier'}; {'id': '110', 'type': 'string', 'children': [], 'value': "'creation'"}, {'id': '111', 'type': 'block', 'children': ['112', '135', '139']}; {'id': '112', 'type': 'for_statement', 'children': ['113', '114', '117']}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'child'}; {'id': '114', 'type': 'attribute', 'children': ['115', '116']}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'etd_ms_root'}; {'id': '116', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '117', 'type': 'block', 'children': ['118']}; {'id': '118', 'type': 'if_statement', 'children': ['119', '124']}, {'id': '119', 'type': 'comparison_operator', 'children': ['120', '123'], 'value': '=='}; {'id': '120', 'type': 'attribute', 'children': ['121', '122']}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'child'}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'tag'}, {'id': '123', 'type': 'string', 'children': [], 'value': "'date'"}; {'id': '124', 'type': 'block', 'children': ['125', '127']}, {'id': '125', 'type': 'delete_statement', 'children': ['126']}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'child'}, {'id': '127', 'type': 'if_statement', 'children': ['128', '130']}; {'id': '128', 'type': 'not_operator', 'children': ['129']}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'seen_creation'}; {'id': '130', 'type': 'block', 'children': ['131']}, {'id': '131', 'type': 'expression_statement', 'children': ['132']}; {'id': '132', 'type': 'assignment', 'children': ['133', '134']}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'date_exists'}; {'id': '134', 'type': 'False', 'children': []}, {'id': '135', 'type': 'expression_statement', 'children': ['136']}; {'id': '136', 'type': 'assignment', 'children': ['137', '138']}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'seen_creation'}; {'id': '138', 'type': 'True', 'children': []}, {'id': '139', 'type': 'if_statement', 'children': ['140', '142']}; {'id': '140', 'type': 'not_operator', 'children': ['141']}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'date_exists'}; {'id': '142', 'type': 'block', 'children': ['143', '163']}, {'id': '143', 'type': 'expression_statement', 'children': ['144']}; {'id': '144', 'type': 'assignment', 'children': ['145', '146']}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'etd_ms_element'}; {'id': '146', 'type': 'call', 'children': ['147', '152']}, {'id': '147', 'type': 'subscript', 'children': ['148', '149']}; {'id': '148', 'type': 'identifier', 'children': [], 'value': 'ETD_MS_CONVERSION_DISPATCH'}, {'id': '149', 'type': 'attribute', 'children': ['150', '151']}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'tag'}; {'id': '152', 'type': 'argument_list', 'children': ['153', '158']}, {'id': '153', 'type': 'keyword_argument', 'children': ['154', '155']}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'qualifier'}, {'id': '155', 'type': 'attribute', 'children': ['156', '157']}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'qualifier'}; {'id': '158', 'type': 'keyword_argument', 'children': ['159', '160']}, {'id': '159', 'type': 'identifier', 'children': [], 'value': 'content'}; {'id': '160', 'type': 'attribute', 'children': ['161', '162']}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'content'}, {'id': '163', 'type': 'expression_statement', 'children': ['164']}; {'id': '164', 'type': 'assignment', 'children': ['165', '166']}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'date_exists'}; {'id': '166', 'type': 'True', 'children': []}, {'id': '167', 'type': 'elif_clause', 'children': ['168', '175']}; {'id': '168', 'type': 'comparison_operator', 'children': ['169', '172'], 'value': 'not'}, {'id': '169', 'type': 'attribute', 'children': ['170', '171']}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '171', 'type': 'identifier', 'children': [], 'value': 'tag'}; {'id': '172', 'type': 'list', 'children': ['173', '174'], 'value': "['date', 'degree']"}, {'id': '173', 'type': 'string', 'children': [], 'value': "'date'"}; {'id': '174', 'type': 'string', 'children': [], 'value': "'degree'"}, {'id': '175', 'type': 'block', 'children': ['176']}; {'id': '176', 'type': 'expression_statement', 'children': ['177']}, {'id': '177', 'type': 'assignment', 'children': ['178', '179']}; {'id': '178', 'type': 'identifier', 'children': [], 'value': 'etd_ms_element'}, {'id': '179', 'type': 'call', 'children': ['180', '185']}; {'id': '180', 'type': 'subscript', 'children': ['181', '182']}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'ETD_MS_CONVERSION_DISPATCH'}; {'id': '182', 'type': 'attribute', 'children': ['183', '184']}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '184', 'type': 'identifier', 'children': [], 'value': 'tag'}, {'id': '185', 'type': 'argument_list', 'children': ['186', '191']}; {'id': '186', 'type': 'keyword_argument', 'children': ['187', '188']}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'qualifier'}; {'id': '188', 'type': 'attribute', 'children': ['189', '190']}, {'id': '189', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '190', 'type': 'identifier', 'children': [], 'value': 'qualifier'}, {'id': '191', 'type': 'keyword_argument', 'children': ['192', '193']}; {'id': '192', 'type': 'identifier', 'children': [], 'value': 'content'}, {'id': '193', 'type': 'attribute', 'children': ['194', '195']}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'content'}; {'id': '196', 'type': 'if_statement', 'children': ['197', '198']}, {'id': '197', 'type': 'identifier', 'children': [], 'value': 'etd_ms_element'}; {'id': '198', 'type': 'block', 'children': ['199']}, {'id': '199', 'type': 'expression_statement', 'children': ['200']}; {'id': '200', 'type': 'call', 'children': ['201', '204']}, {'id': '201', 'type': 'attribute', 'children': ['202', '203']}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'etd_ms_root'}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'add_child'}; {'id': '204', 'type': 'argument_list', 'children': ['205']}, {'id': '205', 'type': 'identifier', 'children': [], 'value': 'etd_ms_element'}; {'id': '206', 'type': 'if_statement', 'children': ['207', '212']}, {'id': '207', 'type': 'comparison_operator', 'children': ['208', '211'], 'value': '=='}; {'id': '208', 'type': 'attribute', 'children': ['209', '210']}, {'id': '209', 'type': 'identifier', 'children': [], 'value': 'element'}; {'id': '210', 'type': 'identifier', 'children': [], 'value': 'tag'}, {'id': '211', 'type': 'string', 'children': [], 'value': "'meta'"}; {'id': '212', 'type': 'block', 'children': ['213', '217', '243']}, {'id': '213', 'type': 'expression_statement', 'children': ['214']}; {'id': '214', 'type': 'assignment', 'children': ['215', '216']}, {'id': '215', 'type': 'identifier', 'children': [], 'value': 'ark'}; {'id': '216', 'type': 'False', 'children': []}, {'id': '217', 'type': 'for_statement', 'children': ['218', '219', '222']}; {'id': '218', 'type': 'identifier', 'children': [], 'value': 'i'}, {'id': '219', 'type': 'attribute', 'children': ['220', '221']}; {'id': '220', 'type': 'identifier', 'children': [], 'value': 'etd_ms_root'}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'children'}; {'id': '222', 'type': 'block', 'children': ['223']}, {'id': '223', 'type': 'if_statement', 'children': ['224', '238']}; {'id': '224', 'type': 'boolean_operator', 'children': ['225', '230'], 'value': 'and'}, {'id': '225', 'type': 'comparison_operator', 'children': ['226', '229'], 'value': '=='}; {'id': '226', 'type': 'attribute', 'children': ['227', '228']}, {'id': '227', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '228', 'type': 'identifier', 'children': [], 'value': 'tag'}, {'id': '229', 'type': 'string', 'children': [], 'value': "'identifier'"}; {'id': '230', 'type': 'call', 'children': ['231', '236']}, {'id': '231', 'type': 'attribute', 'children': ['232', '235']}; {'id': '232', 'type': 'attribute', 'children': ['233', '234']}, {'id': '233', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '234', 'type': 'identifier', 'children': [], 'value': 'content'}, {'id': '235', 'type': 'identifier', 'children': [], 'value': 'startswith'}; {'id': '236', 'type': 'argument_list', 'children': ['237']}, {'id': '237', 'type': 'string', 'children': [], 'value': "'http://digital.library.unt.edu/'"}; {'id': '238', 'type': 'block', 'children': ['239']}, {'id': '239', 'type': 'expression_statement', 'children': ['240']}; {'id': '240', 'type': 'assignment', 'children': ['241', '242']}, {'id': '241', 'type': 'identifier', 'children': [], 'value': 'ark'}; {'id': '242', 'type': 'True', 'children': []}, {'id': '243', 'type': 'if_statement', 'children': ['244', '246']}; {'id': '244', 'type': 'not_operator', 'children': ['245']}, {'id': '245', 'type': 'identifier', 'children': [], 'value': 'ark'}; {'id': '246', 'type': 'block', 'children': ['247', '251', '264']}, {'id': '247', 'type': 'expression_statement', 'children': ['248']}; {'id': '248', 'type': 'assignment', 'children': ['249', '250']}, {'id': '249', 'type': 'identifier', 'children': [], 'value': 'ark'}; {'id': '250', 'type': 'False', 'children': []}, {'id': '251', 'type': 'if_statement', 'children': ['252', '257']}; {'id': '252', 'type': 'comparison_operator', 'children': ['253', '256'], 'value': '=='}, {'id': '253', 'type': 'attribute', 'children': ['254', '255']}; {'id': '254', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '255', 'type': 'identifier', 'children': [], 'value': 'qualifier'}; {'id': '256', 'type': 'string', 'children': [], 'value': "'ark'"}, {'id': '257', 'type': 'block', 'children': ['258']}; {'id': '258', 'type': 'expression_statement', 'children': ['259']}, {'id': '259', 'type': 'assignment', 'children': ['260', '261']}; {'id': '260', 'type': 'identifier', 'children': [], 'value': 'ark'}, {'id': '261', 'type': 'attribute', 'children': ['262', '263']}; {'id': '262', 'type': 'identifier', 'children': [], 'value': 'element'}, {'id': '263', 'type': 'identifier', 'children': [], 'value': 'content'}; {'id': '264', 'type': 'if_statement', 'children': ['265', '268']}, {'id': '265', 'type': 'comparison_operator', 'children': ['266', '267'], 'value': 'is'}; {'id': '266', 'type': 'identifier', 'children': [], 'value': 'ark'}, {'id': '267', 'type': 'None', 'children': []}; {'id': '268', 'type': 'block', 'children': ['269', '280']}, {'id': '269', 'type': 'expression_statement', 'children': ['270']}; {'id': '270', 'type': 'assignment', 'children': ['271', '272']}, {'id': '271', 'type': 'identifier', 'children': [], 'value': 'ark_identifier'}; {'id': '272', 'type': 'call', 'children': ['273', '276']}, {'id': '273', 'type': 'subscript', 'children': ['274', '275']}; {'id': '274', 'type': 'identifier', 'children': [], 'value': 'ETD_MS_CONVERSION_DISPATCH'}, {'id': '275', 'type': 'string', 'children': [], 'value': "'identifier'"}; {'id': '276', 'type': 'argument_list', 'children': ['277']}, {'id': '277', 'type': 'keyword_argument', 'children': ['278', '279']}; {'id': '278', 'type': 'identifier', 'children': [], 'value': 'ark'}, {'id': '279', 'type': 'identifier', 'children': [], 'value': 'ark'}; {'id': '280', 'type': 'expression_statement', 'children': ['281']}, {'id': '281', 'type': 'call', 'children': ['282', '285']}; {'id': '282', 'type': 'attribute', 'children': ['283', '284']}, {'id': '283', 'type': 'identifier', 'children': [], 'value': 'etd_ms_root'}; {'id': '284', 'type': 'identifier', 'children': [], 'value': 'add_child'}, {'id': '285', 'type': 'argument_list', 'children': ['286']}; {'id': '286', 'type': 'identifier', 'children': [], 'value': 'ark_identifier'}, {'id': '287', 'type': 'if_statement', 'children': ['288', '289']}; {'id': '288', 'type': 'identifier', 'children': [], 'value': 'degree_children'}, {'id': '289', 'type': 'block', 'children': ['290', '298', '302', '333']}; {'id': '290', 'type': 'expression_statement', 'children': ['291']}, {'id': '291', 'type': 'assignment', 'children': ['292', '293']}; {'id': '292', 'type': 'identifier', 'children': [], 'value': 'degree_element'}, {'id': '293', 'type': 'call', 'children': ['294', '297']}; {'id': '294', 'type': 'subscript', 'children': ['295', '296']}, {'id': '295', 'type': 'identifier', 'children': [], 'value': 'ETD_MS_CONVERSION_DISPATCH'}; {'id': '296', 'type': 'string', 'children': [], 'value': "'degree'"}, {'id': '297', 'type': 'argument_list', 'children': []}; {'id': '298', 'type': 'expression_statement', 'children': ['299']}, {'id': '299', 'type': 'assignment', 'children': ['300', '301']}; {'id': '300', 'type': 'identifier', 'children': [], 'value': 'degree_child_element'}, {'id': '301', 'type': 'None', 'children': []}; {'id': '302', 'type': 'for_statement', 'children': ['303', '306', '311']}, {'id': '303', 'type': 'pattern_list', 'children': ['304', '305']}; {'id': '304', 'type': 'identifier', 'children': [], 'value': 'k'}, {'id': '305', 'type': 'identifier', 'children': [], 'value': 'v'}; {'id': '306', 'type': 'call', 'children': ['307', '310']}, {'id': '307', 'type': 'attribute', 'children': ['308', '309']}; {'id': '308', 'type': 'identifier', 'children': [], 'value': 'degree_children'}, {'id': '309', 'type': 'identifier', 'children': [], 'value': 'iteritems'}; {'id': '310', 'type': 'argument_list', 'children': []}, {'id': '311', 'type': 'block', 'children': ['312', '323']}; {'id': '312', 'type': 'expression_statement', 'children': ['313']}, {'id': '313', 'type': 'assignment', 'children': ['314', '315']}; {'id': '314', 'type': 'identifier', 'children': [], 'value': 'degree_child_element'}, {'id': '315', 'type': 'call', 'children': ['316', '319']}; {'id': '316', 'type': 'subscript', 'children': ['317', '318']}, {'id': '317', 'type': 'identifier', 'children': [], 'value': 'ETD_MS_DEGREE_DISPATCH'}; {'id': '318', 'type': 'identifier', 'children': [], 'value': 'k'}, {'id': '319', 'type': 'argument_list', 'children': ['320']}; {'id': '320', 'type': 'keyword_argument', 'children': ['321', '322']}, {'id': '321', 'type': 'identifier', 'children': [], 'value': 'content'}; {'id': '322', 'type': 'identifier', 'children': [], 'value': 'v'}, {'id': '323', 'type': 'if_statement', 'children': ['324', '325']}; {'id': '324', 'type': 'identifier', 'children': [], 'value': 'degree_child_element'}, {'id': '325', 'type': 'block', 'children': ['326']}; {'id': '326', 'type': 'expression_statement', 'children': ['327']}, {'id': '327', 'type': 'call', 'children': ['328', '331']}; {'id': '328', 'type': 'attribute', 'children': ['329', '330']}, {'id': '329', 'type': 'identifier', 'children': [], 'value': 'degree_element'}; {'id': '330', 'type': 'identifier', 'children': [], 'value': 'add_child'}, {'id': '331', 'type': 'argument_list', 'children': ['332']}; {'id': '332', 'type': 'identifier', 'children': [], 'value': 'degree_child_element'}, {'id': '333', 'type': 'expression_statement', 'children': ['334']}; {'id': '334', 'type': 'call', 'children': ['335', '338']}, {'id': '335', 'type': 'attribute', 'children': ['336', '337']}; {'id': '336', 'type': 'identifier', 'children': [], 'value': 'etd_ms_root'}, {'id': '337', 'type': 'identifier', 'children': [], 'value': 'add_child'}; {'id': '338', 'type': 'argument_list', 'children': ['339']}, {'id': '339', 'type': 'identifier', 'children': [], 'value': 'degree_element'}; {'id': '340', 'type': 'return_statement', 'children': ['341']}, {'id': '341', 'type': 'identifier', 'children': [], 'value': 'etd_ms_root'} | def untlpy2etd_ms(untl_elements, **kwargs):
degree_children = {}
date_exists = False
seen_creation = False
etd_ms_root = ETD_MS_CONVERSION_DISPATCH['thesis']()
for element in untl_elements.children:
etd_ms_element = None
if element.tag in ETD_MS_CONVERSION_DISPATCH:
if element.children:
etd_ms_element = ETD_MS_CONVERSION_DISPATCH[element.tag](
qualifier=element.qualifier,
children=element.children,
)
elif element.tag == 'degree':
if element.qualifier in ['name',
'level',
'discipline',
'grantor']:
degree_children[element.qualifier] = element.content
elif element.tag == 'date':
if element.qualifier == 'creation':
for child in etd_ms_root.children:
if child.tag == 'date':
del child
if not seen_creation:
date_exists = False
seen_creation = True
if not date_exists:
etd_ms_element = ETD_MS_CONVERSION_DISPATCH[element.tag](
qualifier=element.qualifier,
content=element.content,
)
date_exists = True
elif element.tag not in ['date', 'degree']:
etd_ms_element = ETD_MS_CONVERSION_DISPATCH[element.tag](
qualifier=element.qualifier,
content=element.content,
)
if etd_ms_element:
etd_ms_root.add_child(etd_ms_element)
if element.tag == 'meta':
ark = False
for i in etd_ms_root.children:
if i.tag == 'identifier' and i.content.startswith(
'http://digital.library.unt.edu/'
):
ark = True
if not ark:
ark = False
if element.qualifier == 'ark':
ark = element.content
if ark is not None:
ark_identifier = ETD_MS_CONVERSION_DISPATCH['identifier'](
ark=ark,
)
etd_ms_root.add_child(ark_identifier)
if degree_children:
degree_element = ETD_MS_CONVERSION_DISPATCH['degree']()
degree_child_element = None
for k, v in degree_children.iteritems():
degree_child_element = ETD_MS_DEGREE_DISPATCH[k](
content=v,
)
if degree_child_element:
degree_element.add_child(degree_child_element)
etd_ms_root.add_child(degree_element)
return etd_ms_root |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '12']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'global_request'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '6', '9']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'kind'}; {'id': '6', 'type': 'default_parameter', 'children': ['7', '8']}, {'id': '7', 'type': 'identifier', 'children': [], 'value': 'data'}; {'id': '8', 'type': 'None', 'children': []}, {'id': '9', 'type': 'default_parameter', 'children': ['10', '11']}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'wait'}, {'id': '11', 'type': 'True', 'children': []}; {'id': '12', 'type': 'block', 'children': ['13', '26', '32', '39', '46', '53', '66', '76', '83', '89', '119']}, {'id': '13', 'type': 'if_statement', 'children': ['14', '15']}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'wait'}, {'id': '15', 'type': 'block', 'children': ['16']}; {'id': '16', 'type': 'expression_statement', 'children': ['17']}, {'id': '17', 'type': 'assignment', 'children': ['18', '21']}; {'id': '18', 'type': 'attribute', 'children': ['19', '20']}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'completion_event'}, {'id': '21', 'type': 'call', 'children': ['22', '25']}; {'id': '22', 'type': 'attribute', 'children': ['23', '24']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'threading'}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'Event'}, {'id': '25', 'type': 'argument_list', 'children': []}; {'id': '26', 'type': 'expression_statement', 'children': ['27']}, {'id': '27', 'type': 'assignment', 'children': ['28', '29']}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'm'}, {'id': '29', 'type': 'call', 'children': ['30', '31']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'Message'}, {'id': '31', 'type': 'argument_list', 'children': []}; {'id': '32', 'type': 'expression_statement', 'children': ['33']}, {'id': '33', 'type': 'call', 'children': ['34', '37']}; {'id': '34', 'type': 'attribute', 'children': ['35', '36']}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'm'}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'add_byte'}, {'id': '37', 'type': 'argument_list', 'children': ['38']}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'cMSG_GLOBAL_REQUEST'}, {'id': '39', 'type': 'expression_statement', 'children': ['40']}; {'id': '40', 'type': 'call', 'children': ['41', '44']}, {'id': '41', 'type': 'attribute', 'children': ['42', '43']}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'm'}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'add_string'}; {'id': '44', 'type': 'argument_list', 'children': ['45']}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'kind'}; {'id': '46', 'type': 'expression_statement', 'children': ['47']}, {'id': '47', 'type': 'call', 'children': ['48', '51']}; {'id': '48', 'type': 'attribute', 'children': ['49', '50']}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'm'}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'add_boolean'}, {'id': '51', 'type': 'argument_list', 'children': ['52']}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'wait'}, {'id': '53', 'type': 'if_statement', 'children': ['54', '57']}; {'id': '54', 'type': 'comparison_operator', 'children': ['55', '56'], 'value': 'is'}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'data'}; {'id': '56', 'type': 'None', 'children': []}, {'id': '57', 'type': 'block', 'children': ['58']}; {'id': '58', 'type': 'expression_statement', 'children': ['59']}, {'id': '59', 'type': 'call', 'children': ['60', '63']}; {'id': '60', 'type': 'attribute', 'children': ['61', '62']}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'm'}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'add'}, {'id': '63', 'type': 'argument_list', 'children': ['64']}; {'id': '64', 'type': 'list_splat', 'children': ['65']}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'data'}; {'id': '66', 'type': 'expression_statement', 'children': ['67']}, {'id': '67', 'type': 'call', 'children': ['68', '71']}; {'id': '68', 'type': 'attribute', 'children': ['69', '70']}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '70', 'type': 'identifier', 'children': [], 'value': '_log'}, {'id': '71', 'type': 'argument_list', 'children': ['72', '73']}; {'id': '72', 'type': 'identifier', 'children': [], 'value': 'DEBUG'}, {'id': '73', 'type': 'binary_operator', 'children': ['74', '75'], 'value': '%'}; {'id': '74', 'type': 'string', 'children': [], 'value': '\'Sending global request "%s"\''}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'kind'}; {'id': '76', 'type': 'expression_statement', 'children': ['77']}, {'id': '77', 'type': 'call', 'children': ['78', '81']}; {'id': '78', 'type': 'attribute', 'children': ['79', '80']}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '80', 'type': 'identifier', 'children': [], 'value': '_send_user_message'}, {'id': '81', 'type': 'argument_list', 'children': ['82']}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'm'}, {'id': '83', 'type': 'if_statement', 'children': ['84', '86']}; {'id': '84', 'type': 'not_operator', 'children': ['85']}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'wait'}; {'id': '86', 'type': 'block', 'children': ['87']}, {'id': '87', 'type': 'return_statement', 'children': ['88']}; {'id': '88', 'type': 'None', 'children': []}, {'id': '89', 'type': 'while_statement', 'children': ['90', '91']}; {'id': '90', 'type': 'True', 'children': []}, {'id': '91', 'type': 'block', 'children': ['92', '101', '109']}; {'id': '92', 'type': 'expression_statement', 'children': ['93']}, {'id': '93', 'type': 'call', 'children': ['94', '99']}; {'id': '94', 'type': 'attribute', 'children': ['95', '98']}, {'id': '95', 'type': 'attribute', 'children': ['96', '97']}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'completion_event'}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'wait'}, {'id': '99', 'type': 'argument_list', 'children': ['100']}; {'id': '100', 'type': 'float', 'children': [], 'value': '0.1'}, {'id': '101', 'type': 'if_statement', 'children': ['102', '106']}; {'id': '102', 'type': 'not_operator', 'children': ['103']}, {'id': '103', 'type': 'attribute', 'children': ['104', '105']}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'active'}; {'id': '106', 'type': 'block', 'children': ['107']}, {'id': '107', 'type': 'return_statement', 'children': ['108']}; {'id': '108', 'type': 'None', 'children': []}, {'id': '109', 'type': 'if_statement', 'children': ['110', '117']}; {'id': '110', 'type': 'call', 'children': ['111', '116']}, {'id': '111', 'type': 'attribute', 'children': ['112', '115']}; {'id': '112', 'type': 'attribute', 'children': ['113', '114']}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'completion_event'}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'isSet'}; {'id': '116', 'type': 'argument_list', 'children': []}, {'id': '117', 'type': 'block', 'children': ['118']}; {'id': '118', 'type': 'break_statement', 'children': []}, {'id': '119', 'type': 'return_statement', 'children': ['120']}; {'id': '120', 'type': 'attribute', 'children': ['121', '122']}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'self'} | def global_request(self, kind, data=None, wait=True):
if wait:
self.completion_event = threading.Event()
m = Message()
m.add_byte(cMSG_GLOBAL_REQUEST)
m.add_string(kind)
m.add_boolean(wait)
if data is not None:
m.add(*data)
self._log(DEBUG, 'Sending global request "%s"' % kind)
self._send_user_message(m)
if not wait:
return None
while True:
self.completion_event.wait(0.1)
if not self.active:
return None
if self.completion_event.isSet():
break
return self.global_response |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '9']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'get_by_range'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '7']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'model_cls'}, {'id': '5', 'type': 'list_splat_pattern', 'children': ['6']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'args'}, {'id': '7', 'type': 'dictionary_splat_pattern', 'children': ['8']}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'kwargs'}, {'id': '9', 'type': 'block', 'children': ['10', '19', '28', '46', '66', '103']}; {'id': '10', 'type': 'expression_statement', 'children': ['11']}, {'id': '11', 'type': 'assignment', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'start_timestamp'}, {'id': '13', 'type': 'call', 'children': ['14', '17']}; {'id': '14', 'type': 'attribute', 'children': ['15', '16']}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '17', 'type': 'argument_list', 'children': ['18']}; {'id': '18', 'type': 'string', 'children': [], 'value': "'start_timestamp'"}, {'id': '19', 'type': 'expression_statement', 'children': ['20']}; {'id': '20', 'type': 'assignment', 'children': ['21', '22']}, {'id': '21', 'type': 'identifier', 'children': [], 'value': 'end_timestamp'}; {'id': '22', 'type': 'call', 'children': ['23', '26']}, {'id': '23', 'type': 'attribute', 'children': ['24', '25']}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'kwargs'}, {'id': '25', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '26', 'type': 'argument_list', 'children': ['27']}, {'id': '27', 'type': 'string', 'children': [], 'value': "'end_timestamp'"}; {'id': '28', 'type': 'if_statement', 'children': ['29', '43']}, {'id': '29', 'type': 'boolean_operator', 'children': ['30', '39'], 'value': 'and'}; {'id': '30', 'type': 'boolean_operator', 'children': ['31', '35'], 'value': 'and'}, {'id': '31', 'type': 'parenthesized_expression', 'children': ['32']}; {'id': '32', 'type': 'comparison_operator', 'children': ['33', '34'], 'value': 'is'}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'start_timestamp'}; {'id': '34', 'type': 'None', 'children': []}, {'id': '35', 'type': 'parenthesized_expression', 'children': ['36']}; {'id': '36', 'type': 'comparison_operator', 'children': ['37', '38'], 'value': 'is'}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'end_timestamp'}; {'id': '38', 'type': 'None', 'children': []}, {'id': '39', 'type': 'parenthesized_expression', 'children': ['40']}; {'id': '40', 'type': 'comparison_operator', 'children': ['41', '42'], 'value': '>'}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'start_timestamp'}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'end_timestamp'}, {'id': '43', 'type': 'block', 'children': ['44']}; {'id': '44', 'type': 'raise_statement', 'children': ['45']}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'InvalidTimestampRange'}; {'id': '46', 'type': 'expression_statement', 'children': ['47']}, {'id': '47', 'type': 'assignment', 'children': ['48', '49']}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'models'}, {'id': '49', 'type': 'call', 'children': ['50', '62']}; {'id': '50', 'type': 'attribute', 'children': ['51', '61']}, {'id': '51', 'type': 'call', 'children': ['52', '55']}; {'id': '52', 'type': 'attribute', 'children': ['53', '54']}, {'id': '53', 'type': 'identifier', 'children': [], 'value': 'model_cls'}; {'id': '54', 'type': 'identifier', 'children': [], 'value': 'read_time_range'}, {'id': '55', 'type': 'argument_list', 'children': ['56', '58']}; {'id': '56', 'type': 'list_splat', 'children': ['57']}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'args'}; {'id': '58', 'type': 'keyword_argument', 'children': ['59', '60']}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'end_timestamp'}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'end_timestamp'}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'order_by'}; {'id': '62', 'type': 'argument_list', 'children': ['63']}, {'id': '63', 'type': 'attribute', 'children': ['64', '65']}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'model_cls'}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'time_order'}; {'id': '66', 'type': 'if_statement', 'children': ['67', '70']}, {'id': '67', 'type': 'comparison_operator', 'children': ['68', '69'], 'value': 'is'}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'start_timestamp'}, {'id': '69', 'type': 'None', 'children': []}; {'id': '70', 'type': 'block', 'children': ['71', '75', '95']}, {'id': '71', 'type': 'expression_statement', 'children': ['72']}; {'id': '72', 'type': 'assignment', 'children': ['73', '74']}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'index'}; {'id': '74', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '75', 'type': 'for_statement', 'children': ['76', '79', '86']}; {'id': '76', 'type': 'pattern_list', 'children': ['77', '78']}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'index'}; {'id': '78', 'type': 'identifier', 'children': [], 'value': 'model'}, {'id': '79', 'type': 'call', 'children': ['80', '81']}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'enumerate'}, {'id': '81', 'type': 'argument_list', 'children': ['82', '83']}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'models'}, {'id': '83', 'type': 'keyword_argument', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'start'}, {'id': '85', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '86', 'type': 'block', 'children': ['87']}, {'id': '87', 'type': 'if_statement', 'children': ['88', '93']}; {'id': '88', 'type': 'comparison_operator', 'children': ['89', '92'], 'value': '<='}, {'id': '89', 'type': 'attribute', 'children': ['90', '91']}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'model'}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'timestamp'}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'start_timestamp'}, {'id': '93', 'type': 'block', 'children': ['94']}; {'id': '94', 'type': 'break_statement', 'children': []}, {'id': '95', 'type': 'expression_statement', 'children': ['96']}; {'id': '96', 'type': 'assignment', 'children': ['97', '98']}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'models'}; {'id': '98', 'type': 'subscript', 'children': ['99', '100']}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'models'}; {'id': '100', 'type': 'slice', 'children': ['101', '102']}, {'id': '101', 'type': 'colon', 'children': []}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'index'}, {'id': '103', 'type': 'return_statement', 'children': ['104']} | def get_by_range(model_cls, *args, **kwargs):
start_timestamp = kwargs.get('start_timestamp')
end_timestamp = kwargs.get('end_timestamp')
if (start_timestamp is not None) and (end_timestamp is not None) and (start_timestamp > end_timestamp):
raise InvalidTimestampRange
models = model_cls.read_time_range(*args, end_timestamp=end_timestamp).order_by(model_cls.time_order)
if start_timestamp is not None:
index = 0
for index, model in enumerate(models, start=1):
if model.timestamp <= start_timestamp:
break
models = models[:index]
return models |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '9']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'add_data'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '6']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'data'}; {'id': '6', 'type': 'default_parameter', 'children': ['7', '8']}, {'id': '7', 'type': 'identifier', 'children': [], 'value': 'metadata'}; {'id': '8', 'type': 'None', 'children': []}, {'id': '9', 'type': 'block', 'children': ['10', '19', '60', '68', '108', '125', '129', '170']}; {'id': '10', 'type': 'expression_statement', 'children': ['11']}, {'id': '11', 'type': 'assignment', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'subdata'}, {'id': '13', 'type': 'call', 'children': ['14', '17']}; {'id': '14', 'type': 'attribute', 'children': ['15', '16']}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'np'}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'atleast_2d'}, {'id': '17', 'type': 'argument_list', 'children': ['18']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'data'}, {'id': '19', 'type': 'if_statement', 'children': ['20', '31']}; {'id': '20', 'type': 'comparison_operator', 'children': ['21', '26'], 'value': '!='}, {'id': '21', 'type': 'subscript', 'children': ['22', '25']}; {'id': '22', 'type': 'attribute', 'children': ['23', '24']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'subdata'}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'shape'}, {'id': '25', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '26', 'type': 'attribute', 'children': ['27', '30']}, {'id': '27', 'type': 'attribute', 'children': ['28', '29']}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'grid'}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'nr_of_elements'}, {'id': '31', 'type': 'block', 'children': ['32']}; {'id': '32', 'type': 'if_statement', 'children': ['33', '44', '51']}, {'id': '33', 'type': 'comparison_operator', 'children': ['34', '39'], 'value': '=='}; {'id': '34', 'type': 'subscript', 'children': ['35', '38']}, {'id': '35', 'type': 'attribute', 'children': ['36', '37']}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'subdata'}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'shape'}; {'id': '38', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '39', 'type': 'attribute', 'children': ['40', '43']}; {'id': '40', 'type': 'attribute', 'children': ['41', '42']}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'grid'}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'nr_of_elements'}; {'id': '44', 'type': 'block', 'children': ['45']}, {'id': '45', 'type': 'expression_statement', 'children': ['46']}; {'id': '46', 'type': 'assignment', 'children': ['47', '48']}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'subdata'}; {'id': '48', 'type': 'attribute', 'children': ['49', '50']}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'subdata'}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'T'}, {'id': '51', 'type': 'else_clause', 'children': ['52']}; {'id': '52', 'type': 'block', 'children': ['53']}, {'id': '53', 'type': 'raise_statement', 'children': ['54']}; {'id': '54', 'type': 'call', 'children': ['55', '56']}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'Exception'}; {'id': '56', 'type': 'argument_list', 'children': ['57']}, {'id': '57', 'type': 'binary_operator', 'children': ['58', '59'], 'value': '+'}; {'id': '58', 'type': 'string', 'children': [], 'value': "'Number of values does not match the number of '"}, {'id': '59', 'type': 'string', 'children': [], 'value': "'elements in the grid'"}; {'id': '60', 'type': 'expression_statement', 'children': ['61']}, {'id': '61', 'type': 'assignment', 'children': ['62', '63']}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'K'}, {'id': '63', 'type': 'subscript', 'children': ['64', '67']}; {'id': '64', 'type': 'attribute', 'children': ['65', '66']}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'subdata'}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'shape'}, {'id': '67', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '68', 'type': 'if_statement', 'children': ['69', '72']}, {'id': '69', 'type': 'comparison_operator', 'children': ['70', '71'], 'value': 'is'}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'metadata'}, {'id': '71', 'type': 'None', 'children': []}; {'id': '72', 'type': 'block', 'children': ['73']}, {'id': '73', 'type': 'if_statement', 'children': ['74', '77', '101']}; {'id': '74', 'type': 'comparison_operator', 'children': ['75', '76'], 'value': '>'}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'K'}; {'id': '76', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '77', 'type': 'block', 'children': ['78']}; {'id': '78', 'type': 'if_statement', 'children': ['79', '95']}, {'id': '79', 'type': 'parenthesized_expression', 'children': ['80']}; {'id': '80', 'type': 'boolean_operator', 'children': ['81', '89'], 'value': 'or'}, {'id': '81', 'type': 'not_operator', 'children': ['82']}; {'id': '82', 'type': 'call', 'children': ['83', '84']}, {'id': '83', 'type': 'identifier', 'children': [], 'value': 'isinstance'}; {'id': '84', 'type': 'argument_list', 'children': ['85', '86']}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'metadata'}; {'id': '86', 'type': 'tuple', 'children': ['87', '88']}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'list'}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'tuple'}, {'id': '89', 'type': 'comparison_operator', 'children': ['90', '94'], 'value': '!='}; {'id': '90', 'type': 'call', 'children': ['91', '92']}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '92', 'type': 'argument_list', 'children': ['93']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'metadata'}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'K'}, {'id': '95', 'type': 'block', 'children': ['96']}; {'id': '96', 'type': 'raise_statement', 'children': ['97']}, {'id': '97', 'type': 'call', 'children': ['98', '99']}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'Exception'}, {'id': '99', 'type': 'argument_list', 'children': ['100']}; {'id': '100', 'type': 'string', 'children': [], 'value': "'metadata does not fit the provided data'"}, {'id': '101', 'type': 'else_clause', 'children': ['102']}; {'id': '102', 'type': 'block', 'children': ['103']}, {'id': '103', 'type': 'expression_statement', 'children': ['104']}; {'id': '104', 'type': 'assignment', 'children': ['105', '106']}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'metadata'}; {'id': '106', 'type': 'list', 'children': ['107'], 'value': '[metadata, ]'}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'metadata'}; {'id': '108', 'type': 'if_statement', 'children': ['109', '112']}, {'id': '109', 'type': 'comparison_operator', 'children': ['110', '111'], 'value': 'is'}; {'id': '110', 'type': 'identifier', 'children': [], 'value': 'metadata'}, {'id': '111', 'type': 'None', 'children': []}; {'id': '112', 'type': 'block', 'children': ['113']}, {'id': '113', 'type': 'expression_statement', 'children': ['114']}; {'id': '114', 'type': 'assignment', 'children': ['115', '116']}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'metadata'}; {'id': '116', 'type': 'list_comprehension', 'children': ['117', '118']}, {'id': '117', 'type': 'None', 'children': []}; {'id': '118', 'type': 'for_in_clause', 'children': ['119', '120']}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '120', 'type': 'call', 'children': ['121', '122']}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'range'}; {'id': '122', 'type': 'argument_list', 'children': ['123', '124']}, {'id': '123', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'K'}, {'id': '125', 'type': 'expression_statement', 'children': ['126']}; {'id': '126', 'type': 'assignment', 'children': ['127', '128']}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'return_ids'}; {'id': '128', 'type': 'list', 'children': [], 'value': '[]'}, {'id': '129', 'type': 'for_statement', 'children': ['130', '133', '138']}; {'id': '130', 'type': 'pattern_list', 'children': ['131', '132']}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'dataset'}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'meta'}, {'id': '133', 'type': 'call', 'children': ['134', '135']}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'zip'}, {'id': '135', 'type': 'argument_list', 'children': ['136', '137']}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'subdata'}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'metadata'}; {'id': '138', 'type': 'block', 'children': ['139', '147', '155', '163']}, {'id': '139', 'type': 'expression_statement', 'children': ['140']}; {'id': '140', 'type': 'assignment', 'children': ['141', '142']}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'cid'}; {'id': '142', 'type': 'call', 'children': ['143', '146']}, {'id': '143', 'type': 'attribute', 'children': ['144', '145']}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '145', 'type': 'identifier', 'children': [], 'value': '_get_next_index'}; {'id': '146', 'type': 'argument_list', 'children': []}, {'id': '147', 'type': 'expression_statement', 'children': ['148']}; {'id': '148', 'type': 'assignment', 'children': ['149', '154']}, {'id': '149', 'type': 'subscript', 'children': ['150', '153']}; {'id': '150', 'type': 'attribute', 'children': ['151', '152']}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'parsets'}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 'cid'}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'dataset'}, {'id': '155', 'type': 'expression_statement', 'children': ['156']}; {'id': '156', 'type': 'assignment', 'children': ['157', '162']}, {'id': '157', 'type': 'subscript', 'children': ['158', '161']}; {'id': '158', 'type': 'attribute', 'children': ['159', '160']}, {'id': '159', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '160', 'type': 'identifier', 'children': [], 'value': 'metadata'}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'cid'}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'meta'}, {'id': '163', 'type': 'expression_statement', 'children': ['164']}; {'id': '164', 'type': 'call', 'children': ['165', '168']}, {'id': '165', 'type': 'attribute', 'children': ['166', '167']}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'return_ids'}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '168', 'type': 'argument_list', 'children': ['169']}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'cid'}; {'id': '170', 'type': 'if_statement', 'children': ['171', '177', '182']}, {'id': '171', 'type': 'comparison_operator', 'children': ['172', '176'], 'value': '=='}; {'id': '172', 'type': 'call', 'children': ['173', '174']}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '174', 'type': 'argument_list', 'children': ['175']}, {'id': '175', 'type': 'identifier', 'children': [], 'value': 'return_ids'}; {'id': '176', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '177', 'type': 'block', 'children': ['178']}; {'id': '178', 'type': 'return_statement', 'children': ['179']}, {'id': '179', 'type': 'subscript', 'children': ['180', '181']}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'return_ids'}, {'id': '181', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '182', 'type': 'else_clause', 'children': ['183']}, {'id': '183', 'type': 'block', 'children': ['184']}; {'id': '184', 'type': 'return_statement', 'children': ['185']}, {'id': '185', 'type': 'identifier', 'children': [], 'value': 'return_ids'} | def add_data(self, data, metadata=None):
subdata = np.atleast_2d(data)
if subdata.shape[1] != self.grid.nr_of_elements:
if subdata.shape[0] == self.grid.nr_of_elements:
subdata = subdata.T
else:
raise Exception(
'Number of values does not match the number of ' +
'elements in the grid'
)
K = subdata.shape[0]
if metadata is not None:
if K > 1:
if(not isinstance(metadata, (list, tuple)) or
len(metadata) != K):
raise Exception('metadata does not fit the provided data')
else:
metadata = [metadata, ]
if metadata is None:
metadata = [None for i in range(0, K)]
return_ids = []
for dataset, meta in zip(subdata, metadata):
cid = self._get_next_index()
self.parsets[cid] = dataset
self.metadata[cid] = meta
return_ids.append(cid)
if len(return_ids) == 1:
return return_ids[0]
else:
return return_ids |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '11']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'linked_model_for_class'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '6', '9']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'cls'}; {'id': '6', 'type': 'default_parameter', 'children': ['7', '8']}, {'id': '7', 'type': 'identifier', 'children': [], 'value': 'make_constants_variable'}; {'id': '8', 'type': 'False', 'children': []}, {'id': '9', 'type': 'dictionary_splat_pattern', 'children': ['10']}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'kwargs'}, {'id': '11', 'type': 'block', 'children': ['12', '23', '29', '36', '117']}; {'id': '12', 'type': 'expression_statement', 'children': ['13']}, {'id': '13', 'type': 'assignment', 'children': ['14', '15']}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'constructor_args'}, {'id': '15', 'type': 'attribute', 'children': ['16', '22']}; {'id': '16', 'type': 'call', 'children': ['17', '20']}, {'id': '17', 'type': 'attribute', 'children': ['18', '19']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'inspect'}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'getfullargspec'}; {'id': '20', 'type': 'argument_list', 'children': ['21']}, {'id': '21', 'type': 'identifier', 'children': [], 'value': 'cls'}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'args'}, {'id': '23', 'type': 'expression_statement', 'children': ['24']}; {'id': '24', 'type': 'assignment', 'children': ['25', '26']}, {'id': '25', 'type': 'identifier', 'children': [], 'value': 'attribute_tuples'}; {'id': '26', 'type': 'attribute', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'attribute_tuples'}, {'id': '29', 'type': 'expression_statement', 'children': ['30']}; {'id': '30', 'type': 'assignment', 'children': ['31', '32']}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'new_model'}; {'id': '32', 'type': 'call', 'children': ['33', '34']}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'PriorModel'}; {'id': '34', 'type': 'argument_list', 'children': ['35']}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'cls'}; {'id': '36', 'type': 'for_statement', 'children': ['37', '38', '39']}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'attribute_tuple'}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'attribute_tuples'}, {'id': '39', 'type': 'block', 'children': ['40', '46']}; {'id': '40', 'type': 'expression_statement', 'children': ['41']}, {'id': '41', 'type': 'assignment', 'children': ['42', '43']}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '43', 'type': 'attribute', 'children': ['44', '45']}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'attribute_tuple'}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '46', 'type': 'if_statement', 'children': ['47', '63']}, {'id': '47', 'type': 'boolean_operator', 'children': ['48', '51'], 'value': 'or'}; {'id': '48', 'type': 'comparison_operator', 'children': ['49', '50'], 'value': 'in'}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'constructor_args'}, {'id': '51', 'type': 'parenthesized_expression', 'children': ['52']}; {'id': '52', 'type': 'boolean_operator', 'children': ['53', '57'], 'value': 'and'}, {'id': '53', 'type': 'call', 'children': ['54', '55']}; {'id': '54', 'type': 'identifier', 'children': [], 'value': 'is_tuple_like_attribute_name'}, {'id': '55', 'type': 'argument_list', 'children': ['56']}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '57', 'type': 'comparison_operator', 'children': ['58', '62'], 'value': 'in'}; {'id': '58', 'type': 'call', 'children': ['59', '60']}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'tuple_name'}; {'id': '60', 'type': 'argument_list', 'children': ['61']}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'constructor_args'}, {'id': '63', 'type': 'block', 'children': ['64', '77', '110']}; {'id': '64', 'type': 'expression_statement', 'children': ['65']}, {'id': '65', 'type': 'assignment', 'children': ['66', '67']}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'attribute'}, {'id': '67', 'type': 'conditional_expression', 'children': ['68', '71', '74'], 'value': 'if'}; {'id': '68', 'type': 'subscript', 'children': ['69', '70']}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '71', 'type': 'comparison_operator', 'children': ['72', '73'], 'value': 'in'}; {'id': '72', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '74', 'type': 'attribute', 'children': ['75', '76']}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'attribute_tuple'}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '77', 'type': 'if_statement', 'children': ['78', '85']}; {'id': '78', 'type': 'boolean_operator', 'children': ['79', '80'], 'value': 'and'}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'make_constants_variable'}; {'id': '80', 'type': 'call', 'children': ['81', '82']}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'isinstance'}; {'id': '82', 'type': 'argument_list', 'children': ['83', '84']}, {'id': '83', 'type': 'identifier', 'children': [], 'value': 'attribute'}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'Constant'}, {'id': '85', 'type': 'block', 'children': ['86', '94']}; {'id': '86', 'type': 'expression_statement', 'children': ['87']}, {'id': '87', 'type': 'assignment', 'children': ['88', '89']}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'new_attribute'}, {'id': '89', 'type': 'call', 'children': ['90', '91']}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'getattr'}, {'id': '91', 'type': 'argument_list', 'children': ['92', '93']}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'new_model'}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '94', 'type': 'if_statement', 'children': ['95', '100']}, {'id': '95', 'type': 'call', 'children': ['96', '97']}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'isinstance'}, {'id': '97', 'type': 'argument_list', 'children': ['98', '99']}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'new_attribute'}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'Prior'}; {'id': '100', 'type': 'block', 'children': ['101', '109']}, {'id': '101', 'type': 'expression_statement', 'children': ['102']}; {'id': '102', 'type': 'assignment', 'children': ['103', '106']}, {'id': '103', 'type': 'attribute', 'children': ['104', '105']}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'new_attribute'}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'mean'}; {'id': '106', 'type': 'attribute', 'children': ['107', '108']}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'attribute'}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '109', 'type': 'continue_statement', 'children': []}; {'id': '110', 'type': 'expression_statement', 'children': ['111']}, {'id': '111', 'type': 'call', 'children': ['112', '113']}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'setattr'}, {'id': '113', 'type': 'argument_list', 'children': ['114', '115', '116']}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'new_model'}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '116', 'type': 'identifier', 'children': [], 'value': 'attribute'}, {'id': '117', 'type': 'return_statement', 'children': ['118']} | def linked_model_for_class(self, cls, make_constants_variable=False, **kwargs):
constructor_args = inspect.getfullargspec(cls).args
attribute_tuples = self.attribute_tuples
new_model = PriorModel(cls)
for attribute_tuple in attribute_tuples:
name = attribute_tuple.name
if name in constructor_args or (
is_tuple_like_attribute_name(name) and tuple_name(name) in constructor_args):
attribute = kwargs[name] if name in kwargs else attribute_tuple.value
if make_constants_variable and isinstance(attribute, Constant):
new_attribute = getattr(new_model, name)
if isinstance(new_attribute, Prior):
new_attribute.mean = attribute.value
continue
setattr(new_model, name, attribute)
return new_model |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '8']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'load_categories'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'default_parameter', 'children': ['6', '7']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'max_pages'}, {'id': '7', 'type': 'integer', 'children': [], 'value': '30'}; {'id': '8', 'type': 'block', 'children': ['9', '16', '38', '49', '56', '60', '70', '89']}, {'id': '9', 'type': 'expression_statement', 'children': ['10']}; {'id': '10', 'type': 'call', 'children': ['11', '14']}, {'id': '11', 'type': 'attribute', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'logger'}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'info'}; {'id': '14', 'type': 'argument_list', 'children': ['15']}, {'id': '15', 'type': 'string', 'children': [], 'value': '"loading categories"'}; {'id': '16', 'type': 'if_statement', 'children': ['17', '20']}, {'id': '17', 'type': 'attribute', 'children': ['18', '19']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'purge_first'}; {'id': '20', 'type': 'block', 'children': ['21']}, {'id': '21', 'type': 'expression_statement', 'children': ['22']}; {'id': '22', 'type': 'call', 'children': ['23', '37']}, {'id': '23', 'type': 'attribute', 'children': ['24', '36']}; {'id': '24', 'type': 'call', 'children': ['25', '30']}, {'id': '25', 'type': 'attribute', 'children': ['26', '29']}; {'id': '26', 'type': 'attribute', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'Category'}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'objects'}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'filter'}; {'id': '30', 'type': 'argument_list', 'children': ['31']}, {'id': '31', 'type': 'keyword_argument', 'children': ['32', '33']}; {'id': '32', 'type': 'identifier', 'children': [], 'value': 'site_id'}, {'id': '33', 'type': 'attribute', 'children': ['34', '35']}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'site_id'}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'delete'}, {'id': '37', 'type': 'argument_list', 'children': []}; {'id': '38', 'type': 'expression_statement', 'children': ['39']}, {'id': '39', 'type': 'assignment', 'children': ['40', '41']}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '41', 'type': 'call', 'children': ['42', '45']}; {'id': '42', 'type': 'attribute', 'children': ['43', '44']}, {'id': '43', 'type': 'string', 'children': [], 'value': '"sites/{}/categories"'}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'format'}, {'id': '45', 'type': 'argument_list', 'children': ['46']}; {'id': '46', 'type': 'attribute', 'children': ['47', '48']}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'site_id'}, {'id': '49', 'type': 'expression_statement', 'children': ['50']}; {'id': '50', 'type': 'assignment', 'children': ['51', '52']}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'params'}; {'id': '52', 'type': 'dictionary', 'children': ['53']}, {'id': '53', 'type': 'pair', 'children': ['54', '55']}; {'id': '54', 'type': 'string', 'children': [], 'value': '"number"'}, {'id': '55', 'type': 'integer', 'children': [], 'value': '100'}; {'id': '56', 'type': 'expression_statement', 'children': ['57']}, {'id': '57', 'type': 'assignment', 'children': ['58', '59']}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'page'}, {'id': '59', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '60', 'type': 'expression_statement', 'children': ['61']}, {'id': '61', 'type': 'assignment', 'children': ['62', '63']}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '63', 'type': 'call', 'children': ['64', '67']}; {'id': '64', 'type': 'attribute', 'children': ['65', '66']}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '67', 'type': 'argument_list', 'children': ['68', '69']}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'params'}; {'id': '70', 'type': 'if_statement', 'children': ['71', '75']}, {'id': '71', 'type': 'not_operator', 'children': ['72']}; {'id': '72', 'type': 'attribute', 'children': ['73', '74']}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'ok'}, {'id': '75', 'type': 'block', 'children': ['76']}; {'id': '76', 'type': 'expression_statement', 'children': ['77']}, {'id': '77', 'type': 'call', 'children': ['78', '81']}; {'id': '78', 'type': 'attribute', 'children': ['79', '80']}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'logger'}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'warning'}, {'id': '81', 'type': 'argument_list', 'children': ['82', '83', '86']}; {'id': '82', 'type': 'string', 'children': [], 'value': '"Response NOT OK! status_code=%s\\n%s"'}, {'id': '83', 'type': 'attribute', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'status_code'}; {'id': '86', 'type': 'attribute', 'children': ['87', '88']}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'text'}, {'id': '89', 'type': 'while_statement', 'children': ['90', '101']}; {'id': '90', 'type': 'boolean_operator', 'children': ['91', '98'], 'value': 'and'}, {'id': '91', 'type': 'boolean_operator', 'children': ['92', '95'], 'value': 'and'}; {'id': '92', 'type': 'attribute', 'children': ['93', '94']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'ok'}, {'id': '95', 'type': 'attribute', 'children': ['96', '97']}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'text'}; {'id': '98', 'type': 'comparison_operator', 'children': ['99', '100'], 'value': '<'}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'page'}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'max_pages'}, {'id': '101', 'type': 'block', 'children': ['102', '110', '123', '128', '132', '185', '204', '208', '214', '224']}; {'id': '102', 'type': 'expression_statement', 'children': ['103']}, {'id': '103', 'type': 'call', 'children': ['104', '107']}; {'id': '104', 'type': 'attribute', 'children': ['105', '106']}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'logger'}; {'id': '106', 'type': 'identifier', 'children': [], 'value': 'info'}, {'id': '107', 'type': 'argument_list', 'children': ['108', '109']}; {'id': '108', 'type': 'string', 'children': [], 'value': '" - page: %d"'}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'page'}; {'id': '110', 'type': 'expression_statement', 'children': ['111']}, {'id': '111', 'type': 'assignment', 'children': ['112', '113']}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'api_categories'}, {'id': '113', 'type': 'call', 'children': ['114', '121']}; {'id': '114', 'type': 'attribute', 'children': ['115', '120']}, {'id': '115', 'type': 'call', 'children': ['116', '119']}; {'id': '116', 'type': 'attribute', 'children': ['117', '118']}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '118', 'type': 'identifier', 'children': [], 'value': 'json'}, {'id': '119', 'type': 'argument_list', 'children': []}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '121', 'type': 'argument_list', 'children': ['122']}; {'id': '122', 'type': 'string', 'children': [], 'value': '"categories"'}, {'id': '123', 'type': 'if_statement', 'children': ['124', '126']}; {'id': '124', 'type': 'not_operator', 'children': ['125']}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'api_categories'}; {'id': '126', 'type': 'block', 'children': ['127']}, {'id': '127', 'type': 'break_statement', 'children': []}; {'id': '128', 'type': 'expression_statement', 'children': ['129']}, {'id': '129', 'type': 'assignment', 'children': ['130', '131']}; {'id': '130', 'type': 'identifier', 'children': [], 'value': 'categories'}, {'id': '131', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '132', 'type': 'for_statement', 'children': ['133', '134', '135']}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'api_category'}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'api_categories'}, {'id': '135', 'type': 'block', 'children': ['136', '160']}; {'id': '136', 'type': 'expression_statement', 'children': ['137']}, {'id': '137', 'type': 'assignment', 'children': ['138', '139']}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'existing_category'}, {'id': '139', 'type': 'call', 'children': ['140', '159']}; {'id': '140', 'type': 'attribute', 'children': ['141', '158']}, {'id': '141', 'type': 'call', 'children': ['142', '147']}; {'id': '142', 'type': 'attribute', 'children': ['143', '146']}, {'id': '143', 'type': 'attribute', 'children': ['144', '145']}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'Category'}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'objects'}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'filter'}, {'id': '147', 'type': 'argument_list', 'children': ['148', '153']}; {'id': '148', 'type': 'keyword_argument', 'children': ['149', '150']}, {'id': '149', 'type': 'identifier', 'children': [], 'value': 'site_id'}; {'id': '150', 'type': 'attribute', 'children': ['151', '152']}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'site_id'}, {'id': '153', 'type': 'keyword_argument', 'children': ['154', '155']}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'wp_id'}, {'id': '155', 'type': 'subscript', 'children': ['156', '157']}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'api_category'}, {'id': '157', 'type': 'string', 'children': [], 'value': '"ID"'}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'first'}, {'id': '159', 'type': 'argument_list', 'children': []}; {'id': '160', 'type': 'if_statement', 'children': ['161', '162', '171']}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'existing_category'}; {'id': '162', 'type': 'block', 'children': ['163']}, {'id': '163', 'type': 'expression_statement', 'children': ['164']}; {'id': '164', 'type': 'call', 'children': ['165', '168']}, {'id': '165', 'type': 'attribute', 'children': ['166', '167']}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'update_existing_category'}; {'id': '168', 'type': 'argument_list', 'children': ['169', '170']}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'existing_category'}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'api_category'}, {'id': '171', 'type': 'else_clause', 'children': ['172']}; {'id': '172', 'type': 'block', 'children': ['173']}, {'id': '173', 'type': 'expression_statement', 'children': ['174']}; {'id': '174', 'type': 'call', 'children': ['175', '178']}, {'id': '175', 'type': 'attribute', 'children': ['176', '177']}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'categories'}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '178', 'type': 'argument_list', 'children': ['179']}, {'id': '179', 'type': 'call', 'children': ['180', '183']}; {'id': '180', 'type': 'attribute', 'children': ['181', '182']}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'get_new_category'}, {'id': '183', 'type': 'argument_list', 'children': ['184']}; {'id': '184', 'type': 'identifier', 'children': [], 'value': 'api_category'}, {'id': '185', 'type': 'if_statement', 'children': ['186', '187', '197']}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'categories'}, {'id': '187', 'type': 'block', 'children': ['188']}; {'id': '188', 'type': 'expression_statement', 'children': ['189']}, {'id': '189', 'type': 'call', 'children': ['190', '195']}; {'id': '190', 'type': 'attribute', 'children': ['191', '194']}, {'id': '191', 'type': 'attribute', 'children': ['192', '193']}; {'id': '192', 'type': 'identifier', 'children': [], 'value': 'Category'}, {'id': '193', 'type': 'identifier', 'children': [], 'value': 'objects'}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'bulk_create'}, {'id': '195', 'type': 'argument_list', 'children': ['196']}; {'id': '196', 'type': 'identifier', 'children': [], 'value': 'categories'}, {'id': '197', 'type': 'elif_clause', 'children': ['198', '202']}; {'id': '198', 'type': 'not_operator', 'children': ['199']}, {'id': '199', 'type': 'attribute', 'children': ['200', '201']}; {'id': '200', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '201', 'type': 'identifier', 'children': [], 'value': 'full'}; {'id': '202', 'type': 'block', 'children': ['203']}, {'id': '203', 'type': 'break_statement', 'children': []}; {'id': '204', 'type': 'expression_statement', 'children': ['205']}, {'id': '205', 'type': 'augmented_assignment', 'children': ['206', '207'], 'value': '+='}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'page'}, {'id': '207', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '208', 'type': 'expression_statement', 'children': ['209']}, {'id': '209', 'type': 'assignment', 'children': ['210', '213']}; {'id': '210', 'type': 'subscript', 'children': ['211', '212']}, {'id': '211', 'type': 'identifier', 'children': [], 'value': 'params'}; {'id': '212', 'type': 'string', 'children': [], 'value': '"page"'}, {'id': '213', 'type': 'identifier', 'children': [], 'value': 'page'}; {'id': '214', 'type': 'expression_statement', 'children': ['215']}, {'id': '215', 'type': 'assignment', 'children': ['216', '217']}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '217', 'type': 'call', 'children': ['218', '221']}; {'id': '218', 'type': 'attribute', 'children': ['219', '220']}, {'id': '219', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '220', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '221', 'type': 'argument_list', 'children': ['222', '223']}; {'id': '222', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '223', 'type': 'identifier', 'children': [], 'value': 'params'}; {'id': '224', 'type': 'if_statement', 'children': ['225', '229']}, {'id': '225', 'type': 'not_operator', 'children': ['226']}; {'id': '226', 'type': 'attribute', 'children': ['227', '228']}, {'id': '227', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '228', 'type': 'identifier', 'children': [], 'value': 'ok'}, {'id': '229', 'type': 'block', 'children': ['230', '243']}; {'id': '230', 'type': 'expression_statement', 'children': ['231']}, {'id': '231', 'type': 'call', 'children': ['232', '235']}; {'id': '232', 'type': 'attribute', 'children': ['233', '234']}, {'id': '233', 'type': 'identifier', 'children': [], 'value': 'logger'}; {'id': '234', 'type': 'identifier', 'children': [], 'value': 'warning'}, {'id': '235', 'type': 'argument_list', 'children': ['236', '237', '240']}; {'id': '236', 'type': 'string', 'children': [], 'value': '"Response NOT OK! status_code=%s\\n%s"'}, {'id': '237', 'type': 'attribute', 'children': ['238', '239']}; {'id': '238', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '239', 'type': 'identifier', 'children': [], 'value': 'status_code'}; {'id': '240', 'type': 'attribute', 'children': ['241', '242']}, {'id': '241', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '242', 'type': 'identifier', 'children': [], 'value': 'text'}, {'id': '243', 'type': 'return_statement', 'children': []} | def load_categories(self, max_pages=30):
logger.info("loading categories")
if self.purge_first:
Category.objects.filter(site_id=self.site_id).delete()
path = "sites/{}/categories".format(self.site_id)
params = {"number": 100}
page = 1
response = self.get(path, params)
if not response.ok:
logger.warning("Response NOT OK! status_code=%s\n%s", response.status_code, response.text)
while response.ok and response.text and page < max_pages:
logger.info(" - page: %d", page)
api_categories = response.json().get("categories")
if not api_categories:
break
categories = []
for api_category in api_categories:
existing_category = Category.objects.filter(site_id=self.site_id, wp_id=api_category["ID"]).first()
if existing_category:
self.update_existing_category(existing_category, api_category)
else:
categories.append(self.get_new_category(api_category))
if categories:
Category.objects.bulk_create(categories)
elif not self.full:
break
page += 1
params["page"] = page
response = self.get(path, params)
if not response.ok:
logger.warning("Response NOT OK! status_code=%s\n%s", response.status_code, response.text)
return |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '8']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'load_tags'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'default_parameter', 'children': ['6', '7']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'max_pages'}, {'id': '7', 'type': 'integer', 'children': [], 'value': '30'}; {'id': '8', 'type': 'block', 'children': ['9', '16', '38', '49', '56', '60', '70', '89']}, {'id': '9', 'type': 'expression_statement', 'children': ['10']}; {'id': '10', 'type': 'call', 'children': ['11', '14']}, {'id': '11', 'type': 'attribute', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'logger'}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'info'}; {'id': '14', 'type': 'argument_list', 'children': ['15']}, {'id': '15', 'type': 'string', 'children': [], 'value': '"loading tags"'}; {'id': '16', 'type': 'if_statement', 'children': ['17', '20']}, {'id': '17', 'type': 'attribute', 'children': ['18', '19']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'purge_first'}; {'id': '20', 'type': 'block', 'children': ['21']}, {'id': '21', 'type': 'expression_statement', 'children': ['22']}; {'id': '22', 'type': 'call', 'children': ['23', '37']}, {'id': '23', 'type': 'attribute', 'children': ['24', '36']}; {'id': '24', 'type': 'call', 'children': ['25', '30']}, {'id': '25', 'type': 'attribute', 'children': ['26', '29']}; {'id': '26', 'type': 'attribute', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'Tag'}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'objects'}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'filter'}; {'id': '30', 'type': 'argument_list', 'children': ['31']}, {'id': '31', 'type': 'keyword_argument', 'children': ['32', '33']}; {'id': '32', 'type': 'identifier', 'children': [], 'value': 'site_id'}, {'id': '33', 'type': 'attribute', 'children': ['34', '35']}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'site_id'}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'delete'}, {'id': '37', 'type': 'argument_list', 'children': []}; {'id': '38', 'type': 'expression_statement', 'children': ['39']}, {'id': '39', 'type': 'assignment', 'children': ['40', '41']}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '41', 'type': 'call', 'children': ['42', '45']}; {'id': '42', 'type': 'attribute', 'children': ['43', '44']}, {'id': '43', 'type': 'string', 'children': [], 'value': '"sites/{}/tags"'}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'format'}, {'id': '45', 'type': 'argument_list', 'children': ['46']}; {'id': '46', 'type': 'attribute', 'children': ['47', '48']}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'site_id'}, {'id': '49', 'type': 'expression_statement', 'children': ['50']}; {'id': '50', 'type': 'assignment', 'children': ['51', '52']}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'params'}; {'id': '52', 'type': 'dictionary', 'children': ['53']}, {'id': '53', 'type': 'pair', 'children': ['54', '55']}; {'id': '54', 'type': 'string', 'children': [], 'value': '"number"'}, {'id': '55', 'type': 'integer', 'children': [], 'value': '1000'}; {'id': '56', 'type': 'expression_statement', 'children': ['57']}, {'id': '57', 'type': 'assignment', 'children': ['58', '59']}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'page'}, {'id': '59', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '60', 'type': 'expression_statement', 'children': ['61']}, {'id': '61', 'type': 'assignment', 'children': ['62', '63']}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '63', 'type': 'call', 'children': ['64', '67']}; {'id': '64', 'type': 'attribute', 'children': ['65', '66']}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '67', 'type': 'argument_list', 'children': ['68', '69']}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'params'}; {'id': '70', 'type': 'if_statement', 'children': ['71', '75']}, {'id': '71', 'type': 'not_operator', 'children': ['72']}; {'id': '72', 'type': 'attribute', 'children': ['73', '74']}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'ok'}, {'id': '75', 'type': 'block', 'children': ['76']}; {'id': '76', 'type': 'expression_statement', 'children': ['77']}, {'id': '77', 'type': 'call', 'children': ['78', '81']}; {'id': '78', 'type': 'attribute', 'children': ['79', '80']}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'logger'}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'warning'}, {'id': '81', 'type': 'argument_list', 'children': ['82', '83', '86']}; {'id': '82', 'type': 'string', 'children': [], 'value': '"Response NOT OK! status_code=%s\\n%s"'}, {'id': '83', 'type': 'attribute', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'status_code'}; {'id': '86', 'type': 'attribute', 'children': ['87', '88']}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'text'}, {'id': '89', 'type': 'while_statement', 'children': ['90', '101']}; {'id': '90', 'type': 'boolean_operator', 'children': ['91', '98'], 'value': 'and'}, {'id': '91', 'type': 'boolean_operator', 'children': ['92', '95'], 'value': 'and'}; {'id': '92', 'type': 'attribute', 'children': ['93', '94']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'ok'}, {'id': '95', 'type': 'attribute', 'children': ['96', '97']}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'text'}; {'id': '98', 'type': 'comparison_operator', 'children': ['99', '100'], 'value': '<'}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'page'}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'max_pages'}, {'id': '101', 'type': 'block', 'children': ['102', '110', '123', '128', '132', '185', '204', '208', '214', '224']}; {'id': '102', 'type': 'expression_statement', 'children': ['103']}, {'id': '103', 'type': 'call', 'children': ['104', '107']}; {'id': '104', 'type': 'attribute', 'children': ['105', '106']}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'logger'}; {'id': '106', 'type': 'identifier', 'children': [], 'value': 'info'}, {'id': '107', 'type': 'argument_list', 'children': ['108', '109']}; {'id': '108', 'type': 'string', 'children': [], 'value': '" - page: %d"'}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'page'}; {'id': '110', 'type': 'expression_statement', 'children': ['111']}, {'id': '111', 'type': 'assignment', 'children': ['112', '113']}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'api_tags'}, {'id': '113', 'type': 'call', 'children': ['114', '121']}; {'id': '114', 'type': 'attribute', 'children': ['115', '120']}, {'id': '115', 'type': 'call', 'children': ['116', '119']}; {'id': '116', 'type': 'attribute', 'children': ['117', '118']}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '118', 'type': 'identifier', 'children': [], 'value': 'json'}, {'id': '119', 'type': 'argument_list', 'children': []}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '121', 'type': 'argument_list', 'children': ['122']}; {'id': '122', 'type': 'string', 'children': [], 'value': '"tags"'}, {'id': '123', 'type': 'if_statement', 'children': ['124', '126']}; {'id': '124', 'type': 'not_operator', 'children': ['125']}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'api_tags'}; {'id': '126', 'type': 'block', 'children': ['127']}, {'id': '127', 'type': 'break_statement', 'children': []}; {'id': '128', 'type': 'expression_statement', 'children': ['129']}, {'id': '129', 'type': 'assignment', 'children': ['130', '131']}; {'id': '130', 'type': 'identifier', 'children': [], 'value': 'tags'}, {'id': '131', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '132', 'type': 'for_statement', 'children': ['133', '134', '135']}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'api_tag'}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'api_tags'}, {'id': '135', 'type': 'block', 'children': ['136', '160']}; {'id': '136', 'type': 'expression_statement', 'children': ['137']}, {'id': '137', 'type': 'assignment', 'children': ['138', '139']}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'existing_tag'}, {'id': '139', 'type': 'call', 'children': ['140', '159']}; {'id': '140', 'type': 'attribute', 'children': ['141', '158']}, {'id': '141', 'type': 'call', 'children': ['142', '147']}; {'id': '142', 'type': 'attribute', 'children': ['143', '146']}, {'id': '143', 'type': 'attribute', 'children': ['144', '145']}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'Tag'}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'objects'}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'filter'}, {'id': '147', 'type': 'argument_list', 'children': ['148', '153']}; {'id': '148', 'type': 'keyword_argument', 'children': ['149', '150']}, {'id': '149', 'type': 'identifier', 'children': [], 'value': 'site_id'}; {'id': '150', 'type': 'attribute', 'children': ['151', '152']}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'site_id'}, {'id': '153', 'type': 'keyword_argument', 'children': ['154', '155']}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'wp_id'}, {'id': '155', 'type': 'subscript', 'children': ['156', '157']}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'api_tag'}, {'id': '157', 'type': 'string', 'children': [], 'value': '"ID"'}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'first'}, {'id': '159', 'type': 'argument_list', 'children': []}; {'id': '160', 'type': 'if_statement', 'children': ['161', '162', '171']}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'existing_tag'}; {'id': '162', 'type': 'block', 'children': ['163']}, {'id': '163', 'type': 'expression_statement', 'children': ['164']}; {'id': '164', 'type': 'call', 'children': ['165', '168']}, {'id': '165', 'type': 'attribute', 'children': ['166', '167']}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'update_existing_tag'}; {'id': '168', 'type': 'argument_list', 'children': ['169', '170']}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'existing_tag'}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'api_tag'}, {'id': '171', 'type': 'else_clause', 'children': ['172']}; {'id': '172', 'type': 'block', 'children': ['173']}, {'id': '173', 'type': 'expression_statement', 'children': ['174']}; {'id': '174', 'type': 'call', 'children': ['175', '178']}, {'id': '175', 'type': 'attribute', 'children': ['176', '177']}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'tags'}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '178', 'type': 'argument_list', 'children': ['179']}, {'id': '179', 'type': 'call', 'children': ['180', '183']}; {'id': '180', 'type': 'attribute', 'children': ['181', '182']}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'get_new_tag'}, {'id': '183', 'type': 'argument_list', 'children': ['184']}; {'id': '184', 'type': 'identifier', 'children': [], 'value': 'api_tag'}, {'id': '185', 'type': 'if_statement', 'children': ['186', '187', '197']}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'tags'}, {'id': '187', 'type': 'block', 'children': ['188']}; {'id': '188', 'type': 'expression_statement', 'children': ['189']}, {'id': '189', 'type': 'call', 'children': ['190', '195']}; {'id': '190', 'type': 'attribute', 'children': ['191', '194']}, {'id': '191', 'type': 'attribute', 'children': ['192', '193']}; {'id': '192', 'type': 'identifier', 'children': [], 'value': 'Tag'}, {'id': '193', 'type': 'identifier', 'children': [], 'value': 'objects'}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'bulk_create'}, {'id': '195', 'type': 'argument_list', 'children': ['196']}; {'id': '196', 'type': 'identifier', 'children': [], 'value': 'tags'}, {'id': '197', 'type': 'elif_clause', 'children': ['198', '202']}; {'id': '198', 'type': 'not_operator', 'children': ['199']}, {'id': '199', 'type': 'attribute', 'children': ['200', '201']}; {'id': '200', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '201', 'type': 'identifier', 'children': [], 'value': 'full'}; {'id': '202', 'type': 'block', 'children': ['203']}, {'id': '203', 'type': 'break_statement', 'children': []}; {'id': '204', 'type': 'expression_statement', 'children': ['205']}, {'id': '205', 'type': 'augmented_assignment', 'children': ['206', '207'], 'value': '+='}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'page'}, {'id': '207', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '208', 'type': 'expression_statement', 'children': ['209']}, {'id': '209', 'type': 'assignment', 'children': ['210', '213']}; {'id': '210', 'type': 'subscript', 'children': ['211', '212']}, {'id': '211', 'type': 'identifier', 'children': [], 'value': 'params'}; {'id': '212', 'type': 'string', 'children': [], 'value': '"page"'}, {'id': '213', 'type': 'identifier', 'children': [], 'value': 'page'}; {'id': '214', 'type': 'expression_statement', 'children': ['215']}, {'id': '215', 'type': 'assignment', 'children': ['216', '217']}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '217', 'type': 'call', 'children': ['218', '221']}; {'id': '218', 'type': 'attribute', 'children': ['219', '220']}, {'id': '219', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '220', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '221', 'type': 'argument_list', 'children': ['222', '223']}; {'id': '222', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '223', 'type': 'identifier', 'children': [], 'value': 'params'}; {'id': '224', 'type': 'if_statement', 'children': ['225', '229']}, {'id': '225', 'type': 'not_operator', 'children': ['226']}; {'id': '226', 'type': 'attribute', 'children': ['227', '228']}, {'id': '227', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '228', 'type': 'identifier', 'children': [], 'value': 'ok'}, {'id': '229', 'type': 'block', 'children': ['230', '243']}; {'id': '230', 'type': 'expression_statement', 'children': ['231']}, {'id': '231', 'type': 'call', 'children': ['232', '235']}; {'id': '232', 'type': 'attribute', 'children': ['233', '234']}, {'id': '233', 'type': 'identifier', 'children': [], 'value': 'logger'}; {'id': '234', 'type': 'identifier', 'children': [], 'value': 'warning'}, {'id': '235', 'type': 'argument_list', 'children': ['236', '237', '240']}; {'id': '236', 'type': 'string', 'children': [], 'value': '"Response NOT OK! status_code=%s\\n%s"'}, {'id': '237', 'type': 'attribute', 'children': ['238', '239']}; {'id': '238', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '239', 'type': 'identifier', 'children': [], 'value': 'status_code'}; {'id': '240', 'type': 'attribute', 'children': ['241', '242']}, {'id': '241', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '242', 'type': 'identifier', 'children': [], 'value': 'text'}, {'id': '243', 'type': 'return_statement', 'children': []} | def load_tags(self, max_pages=30):
logger.info("loading tags")
if self.purge_first:
Tag.objects.filter(site_id=self.site_id).delete()
path = "sites/{}/tags".format(self.site_id)
params = {"number": 1000}
page = 1
response = self.get(path, params)
if not response.ok:
logger.warning("Response NOT OK! status_code=%s\n%s", response.status_code, response.text)
while response.ok and response.text and page < max_pages:
logger.info(" - page: %d", page)
api_tags = response.json().get("tags")
if not api_tags:
break
tags = []
for api_tag in api_tags:
existing_tag = Tag.objects.filter(site_id=self.site_id, wp_id=api_tag["ID"]).first()
if existing_tag:
self.update_existing_tag(existing_tag, api_tag)
else:
tags.append(self.get_new_tag(api_tag))
if tags:
Tag.objects.bulk_create(tags)
elif not self.full:
break
page += 1
params["page"] = page
response = self.get(path, params)
if not response.ok:
logger.warning("Response NOT OK! status_code=%s\n%s", response.status_code, response.text)
return |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '8']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'load_authors'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'default_parameter', 'children': ['6', '7']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'max_pages'}, {'id': '7', 'type': 'integer', 'children': [], 'value': '10'}; {'id': '8', 'type': 'block', 'children': ['9', '16', '38', '49', '56', '60', '70', '89']}, {'id': '9', 'type': 'expression_statement', 'children': ['10']}; {'id': '10', 'type': 'call', 'children': ['11', '14']}, {'id': '11', 'type': 'attribute', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'logger'}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'info'}; {'id': '14', 'type': 'argument_list', 'children': ['15']}, {'id': '15', 'type': 'string', 'children': [], 'value': '"loading authors"'}; {'id': '16', 'type': 'if_statement', 'children': ['17', '20']}, {'id': '17', 'type': 'attribute', 'children': ['18', '19']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'purge_first'}; {'id': '20', 'type': 'block', 'children': ['21']}, {'id': '21', 'type': 'expression_statement', 'children': ['22']}; {'id': '22', 'type': 'call', 'children': ['23', '37']}, {'id': '23', 'type': 'attribute', 'children': ['24', '36']}; {'id': '24', 'type': 'call', 'children': ['25', '30']}, {'id': '25', 'type': 'attribute', 'children': ['26', '29']}; {'id': '26', 'type': 'attribute', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'Author'}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'objects'}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'filter'}; {'id': '30', 'type': 'argument_list', 'children': ['31']}, {'id': '31', 'type': 'keyword_argument', 'children': ['32', '33']}; {'id': '32', 'type': 'identifier', 'children': [], 'value': 'site_id'}, {'id': '33', 'type': 'attribute', 'children': ['34', '35']}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'site_id'}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'delete'}, {'id': '37', 'type': 'argument_list', 'children': []}; {'id': '38', 'type': 'expression_statement', 'children': ['39']}, {'id': '39', 'type': 'assignment', 'children': ['40', '41']}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '41', 'type': 'call', 'children': ['42', '45']}; {'id': '42', 'type': 'attribute', 'children': ['43', '44']}, {'id': '43', 'type': 'string', 'children': [], 'value': '"sites/{}/users"'}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'format'}, {'id': '45', 'type': 'argument_list', 'children': ['46']}; {'id': '46', 'type': 'attribute', 'children': ['47', '48']}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'site_id'}, {'id': '49', 'type': 'expression_statement', 'children': ['50']}; {'id': '50', 'type': 'assignment', 'children': ['51', '52']}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'params'}; {'id': '52', 'type': 'dictionary', 'children': ['53']}, {'id': '53', 'type': 'pair', 'children': ['54', '55']}; {'id': '54', 'type': 'string', 'children': [], 'value': '"number"'}, {'id': '55', 'type': 'integer', 'children': [], 'value': '100'}; {'id': '56', 'type': 'expression_statement', 'children': ['57']}, {'id': '57', 'type': 'assignment', 'children': ['58', '59']}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'page'}, {'id': '59', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '60', 'type': 'expression_statement', 'children': ['61']}, {'id': '61', 'type': 'assignment', 'children': ['62', '63']}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '63', 'type': 'call', 'children': ['64', '67']}; {'id': '64', 'type': 'attribute', 'children': ['65', '66']}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '67', 'type': 'argument_list', 'children': ['68', '69']}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'params'}; {'id': '70', 'type': 'if_statement', 'children': ['71', '75']}, {'id': '71', 'type': 'not_operator', 'children': ['72']}; {'id': '72', 'type': 'attribute', 'children': ['73', '74']}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'ok'}, {'id': '75', 'type': 'block', 'children': ['76']}; {'id': '76', 'type': 'expression_statement', 'children': ['77']}, {'id': '77', 'type': 'call', 'children': ['78', '81']}; {'id': '78', 'type': 'attribute', 'children': ['79', '80']}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'logger'}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'warning'}, {'id': '81', 'type': 'argument_list', 'children': ['82', '83', '86']}; {'id': '82', 'type': 'string', 'children': [], 'value': '"Response NOT OK! status_code=%s\\n%s"'}, {'id': '83', 'type': 'attribute', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'status_code'}; {'id': '86', 'type': 'attribute', 'children': ['87', '88']}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'text'}, {'id': '89', 'type': 'while_statement', 'children': ['90', '101']}; {'id': '90', 'type': 'boolean_operator', 'children': ['91', '98'], 'value': 'and'}, {'id': '91', 'type': 'boolean_operator', 'children': ['92', '95'], 'value': 'and'}; {'id': '92', 'type': 'attribute', 'children': ['93', '94']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'ok'}, {'id': '95', 'type': 'attribute', 'children': ['96', '97']}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'text'}; {'id': '98', 'type': 'comparison_operator', 'children': ['99', '100'], 'value': '<'}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'page'}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'max_pages'}, {'id': '101', 'type': 'block', 'children': ['102', '110', '123', '128', '132', '185', '204', '212', '216', '226']}; {'id': '102', 'type': 'expression_statement', 'children': ['103']}, {'id': '103', 'type': 'call', 'children': ['104', '107']}; {'id': '104', 'type': 'attribute', 'children': ['105', '106']}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'logger'}; {'id': '106', 'type': 'identifier', 'children': [], 'value': 'info'}, {'id': '107', 'type': 'argument_list', 'children': ['108', '109']}; {'id': '108', 'type': 'string', 'children': [], 'value': '" - page: %d"'}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'page'}; {'id': '110', 'type': 'expression_statement', 'children': ['111']}, {'id': '111', 'type': 'assignment', 'children': ['112', '113']}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'api_users'}, {'id': '113', 'type': 'call', 'children': ['114', '121']}; {'id': '114', 'type': 'attribute', 'children': ['115', '120']}, {'id': '115', 'type': 'call', 'children': ['116', '119']}; {'id': '116', 'type': 'attribute', 'children': ['117', '118']}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '118', 'type': 'identifier', 'children': [], 'value': 'json'}, {'id': '119', 'type': 'argument_list', 'children': []}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '121', 'type': 'argument_list', 'children': ['122']}; {'id': '122', 'type': 'string', 'children': [], 'value': '"users"'}, {'id': '123', 'type': 'if_statement', 'children': ['124', '126']}; {'id': '124', 'type': 'not_operator', 'children': ['125']}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'api_users'}; {'id': '126', 'type': 'block', 'children': ['127']}, {'id': '127', 'type': 'break_statement', 'children': []}; {'id': '128', 'type': 'expression_statement', 'children': ['129']}, {'id': '129', 'type': 'assignment', 'children': ['130', '131']}; {'id': '130', 'type': 'identifier', 'children': [], 'value': 'authors'}, {'id': '131', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '132', 'type': 'for_statement', 'children': ['133', '134', '135']}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'api_author'}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'api_users'}, {'id': '135', 'type': 'block', 'children': ['136', '160']}; {'id': '136', 'type': 'expression_statement', 'children': ['137']}, {'id': '137', 'type': 'assignment', 'children': ['138', '139']}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'existing_author'}, {'id': '139', 'type': 'call', 'children': ['140', '159']}; {'id': '140', 'type': 'attribute', 'children': ['141', '158']}, {'id': '141', 'type': 'call', 'children': ['142', '147']}; {'id': '142', 'type': 'attribute', 'children': ['143', '146']}, {'id': '143', 'type': 'attribute', 'children': ['144', '145']}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'Author'}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'objects'}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'filter'}, {'id': '147', 'type': 'argument_list', 'children': ['148', '153']}; {'id': '148', 'type': 'keyword_argument', 'children': ['149', '150']}, {'id': '149', 'type': 'identifier', 'children': [], 'value': 'site_id'}; {'id': '150', 'type': 'attribute', 'children': ['151', '152']}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'site_id'}, {'id': '153', 'type': 'keyword_argument', 'children': ['154', '155']}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'wp_id'}, {'id': '155', 'type': 'subscript', 'children': ['156', '157']}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'api_author'}, {'id': '157', 'type': 'string', 'children': [], 'value': '"ID"'}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'first'}, {'id': '159', 'type': 'argument_list', 'children': []}; {'id': '160', 'type': 'if_statement', 'children': ['161', '162', '171']}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'existing_author'}; {'id': '162', 'type': 'block', 'children': ['163']}, {'id': '163', 'type': 'expression_statement', 'children': ['164']}; {'id': '164', 'type': 'call', 'children': ['165', '168']}, {'id': '165', 'type': 'attribute', 'children': ['166', '167']}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'update_existing_author'}; {'id': '168', 'type': 'argument_list', 'children': ['169', '170']}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'existing_author'}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'api_author'}, {'id': '171', 'type': 'else_clause', 'children': ['172']}; {'id': '172', 'type': 'block', 'children': ['173']}, {'id': '173', 'type': 'expression_statement', 'children': ['174']}; {'id': '174', 'type': 'call', 'children': ['175', '178']}, {'id': '175', 'type': 'attribute', 'children': ['176', '177']}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'authors'}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '178', 'type': 'argument_list', 'children': ['179']}, {'id': '179', 'type': 'call', 'children': ['180', '183']}; {'id': '180', 'type': 'attribute', 'children': ['181', '182']}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'get_new_author'}, {'id': '183', 'type': 'argument_list', 'children': ['184']}; {'id': '184', 'type': 'identifier', 'children': [], 'value': 'api_author'}, {'id': '185', 'type': 'if_statement', 'children': ['186', '187', '197']}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'authors'}, {'id': '187', 'type': 'block', 'children': ['188']}; {'id': '188', 'type': 'expression_statement', 'children': ['189']}, {'id': '189', 'type': 'call', 'children': ['190', '195']}; {'id': '190', 'type': 'attribute', 'children': ['191', '194']}, {'id': '191', 'type': 'attribute', 'children': ['192', '193']}; {'id': '192', 'type': 'identifier', 'children': [], 'value': 'Author'}, {'id': '193', 'type': 'identifier', 'children': [], 'value': 'objects'}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'bulk_create'}, {'id': '195', 'type': 'argument_list', 'children': ['196']}; {'id': '196', 'type': 'identifier', 'children': [], 'value': 'authors'}, {'id': '197', 'type': 'elif_clause', 'children': ['198', '202']}; {'id': '198', 'type': 'not_operator', 'children': ['199']}, {'id': '199', 'type': 'attribute', 'children': ['200', '201']}; {'id': '200', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '201', 'type': 'identifier', 'children': [], 'value': 'full'}; {'id': '202', 'type': 'block', 'children': ['203']}, {'id': '203', 'type': 'break_statement', 'children': []}; {'id': '204', 'type': 'expression_statement', 'children': ['205']}, {'id': '205', 'type': 'assignment', 'children': ['206', '209']}; {'id': '206', 'type': 'subscript', 'children': ['207', '208']}, {'id': '207', 'type': 'identifier', 'children': [], 'value': 'params'}; {'id': '208', 'type': 'string', 'children': [], 'value': '"offset"'}, {'id': '209', 'type': 'binary_operator', 'children': ['210', '211'], 'value': '*'}; {'id': '210', 'type': 'identifier', 'children': [], 'value': 'page'}, {'id': '211', 'type': 'integer', 'children': [], 'value': '100'}; {'id': '212', 'type': 'expression_statement', 'children': ['213']}, {'id': '213', 'type': 'augmented_assignment', 'children': ['214', '215'], 'value': '+='}; {'id': '214', 'type': 'identifier', 'children': [], 'value': 'page'}, {'id': '215', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '216', 'type': 'expression_statement', 'children': ['217']}, {'id': '217', 'type': 'assignment', 'children': ['218', '219']}; {'id': '218', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '219', 'type': 'call', 'children': ['220', '223']}; {'id': '220', 'type': 'attribute', 'children': ['221', '222']}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '222', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '223', 'type': 'argument_list', 'children': ['224', '225']}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '225', 'type': 'identifier', 'children': [], 'value': 'params'}; {'id': '226', 'type': 'if_statement', 'children': ['227', '231']}, {'id': '227', 'type': 'not_operator', 'children': ['228']}; {'id': '228', 'type': 'attribute', 'children': ['229', '230']}, {'id': '229', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '230', 'type': 'identifier', 'children': [], 'value': 'ok'}, {'id': '231', 'type': 'block', 'children': ['232', '245']}; {'id': '232', 'type': 'expression_statement', 'children': ['233']}, {'id': '233', 'type': 'call', 'children': ['234', '237']}; {'id': '234', 'type': 'attribute', 'children': ['235', '236']}, {'id': '235', 'type': 'identifier', 'children': [], 'value': 'logger'}; {'id': '236', 'type': 'identifier', 'children': [], 'value': 'warning'}, {'id': '237', 'type': 'argument_list', 'children': ['238', '239', '242']}; {'id': '238', 'type': 'string', 'children': [], 'value': '"Response NOT OK! status_code=%s\\n%s"'}, {'id': '239', 'type': 'attribute', 'children': ['240', '241']}; {'id': '240', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '241', 'type': 'identifier', 'children': [], 'value': 'status_code'}; {'id': '242', 'type': 'attribute', 'children': ['243', '244']}, {'id': '243', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '244', 'type': 'identifier', 'children': [], 'value': 'text'}, {'id': '245', 'type': 'return_statement', 'children': []} | def load_authors(self, max_pages=10):
logger.info("loading authors")
if self.purge_first:
Author.objects.filter(site_id=self.site_id).delete()
path = "sites/{}/users".format(self.site_id)
params = {"number": 100}
page = 1
response = self.get(path, params)
if not response.ok:
logger.warning("Response NOT OK! status_code=%s\n%s", response.status_code, response.text)
while response.ok and response.text and page < max_pages:
logger.info(" - page: %d", page)
api_users = response.json().get("users")
if not api_users:
break
authors = []
for api_author in api_users:
existing_author = Author.objects.filter(site_id=self.site_id, wp_id=api_author["ID"]).first()
if existing_author:
self.update_existing_author(existing_author, api_author)
else:
authors.append(self.get_new_author(api_author))
if authors:
Author.objects.bulk_create(authors)
elif not self.full:
break
params["offset"] = page * 100
page += 1
response = self.get(path, params)
if not response.ok:
logger.warning("Response NOT OK! status_code=%s\n%s", response.status_code, response.text)
return |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '8']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'load_media'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'default_parameter', 'children': ['6', '7']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'max_pages'}, {'id': '7', 'type': 'integer', 'children': [], 'value': '150'}; {'id': '8', 'type': 'block', 'children': ['9', '16', '48', '59', '66', '73', '77', '87', '106']}, {'id': '9', 'type': 'expression_statement', 'children': ['10']}; {'id': '10', 'type': 'call', 'children': ['11', '14']}, {'id': '11', 'type': 'attribute', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'logger'}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'info'}; {'id': '14', 'type': 'argument_list', 'children': ['15']}, {'id': '15', 'type': 'string', 'children': [], 'value': '"loading media"'}; {'id': '16', 'type': 'if_statement', 'children': ['17', '20']}, {'id': '17', 'type': 'attribute', 'children': ['18', '19']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'purge_first'}; {'id': '20', 'type': 'block', 'children': ['21', '31']}, {'id': '21', 'type': 'expression_statement', 'children': ['22']}; {'id': '22', 'type': 'call', 'children': ['23', '26']}, {'id': '23', 'type': 'attribute', 'children': ['24', '25']}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'logger'}, {'id': '25', 'type': 'identifier', 'children': [], 'value': 'warning'}; {'id': '26', 'type': 'argument_list', 'children': ['27', '28']}, {'id': '27', 'type': 'string', 'children': [], 'value': '"purging ALL media from site %s"'}; {'id': '28', 'type': 'attribute', 'children': ['29', '30']}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'site_id'}, {'id': '31', 'type': 'expression_statement', 'children': ['32']}; {'id': '32', 'type': 'call', 'children': ['33', '47']}, {'id': '33', 'type': 'attribute', 'children': ['34', '46']}; {'id': '34', 'type': 'call', 'children': ['35', '40']}, {'id': '35', 'type': 'attribute', 'children': ['36', '39']}; {'id': '36', 'type': 'attribute', 'children': ['37', '38']}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'Media'}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'objects'}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'filter'}; {'id': '40', 'type': 'argument_list', 'children': ['41']}, {'id': '41', 'type': 'keyword_argument', 'children': ['42', '43']}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'site_id'}, {'id': '43', 'type': 'attribute', 'children': ['44', '45']}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'site_id'}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'delete'}, {'id': '47', 'type': 'argument_list', 'children': []}; {'id': '48', 'type': 'expression_statement', 'children': ['49']}, {'id': '49', 'type': 'assignment', 'children': ['50', '51']}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '51', 'type': 'call', 'children': ['52', '55']}; {'id': '52', 'type': 'attribute', 'children': ['53', '54']}, {'id': '53', 'type': 'string', 'children': [], 'value': '"sites/{}/media"'}; {'id': '54', 'type': 'identifier', 'children': [], 'value': 'format'}, {'id': '55', 'type': 'argument_list', 'children': ['56']}; {'id': '56', 'type': 'attribute', 'children': ['57', '58']}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'site_id'}, {'id': '59', 'type': 'expression_statement', 'children': ['60']}; {'id': '60', 'type': 'assignment', 'children': ['61', '62']}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'params'}; {'id': '62', 'type': 'dictionary', 'children': ['63']}, {'id': '63', 'type': 'pair', 'children': ['64', '65']}; {'id': '64', 'type': 'string', 'children': [], 'value': '"number"'}, {'id': '65', 'type': 'integer', 'children': [], 'value': '100'}; {'id': '66', 'type': 'expression_statement', 'children': ['67']}, {'id': '67', 'type': 'call', 'children': ['68', '71']}; {'id': '68', 'type': 'attribute', 'children': ['69', '70']}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'set_media_params_after'}, {'id': '71', 'type': 'argument_list', 'children': ['72']}; {'id': '72', 'type': 'identifier', 'children': [], 'value': 'params'}, {'id': '73', 'type': 'expression_statement', 'children': ['74']}; {'id': '74', 'type': 'assignment', 'children': ['75', '76']}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'page'}; {'id': '76', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '77', 'type': 'expression_statement', 'children': ['78']}; {'id': '78', 'type': 'assignment', 'children': ['79', '80']}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '80', 'type': 'call', 'children': ['81', '84']}, {'id': '81', 'type': 'attribute', 'children': ['82', '83']}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '83', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '84', 'type': 'argument_list', 'children': ['85', '86']}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'params'}, {'id': '87', 'type': 'if_statement', 'children': ['88', '92']}; {'id': '88', 'type': 'not_operator', 'children': ['89']}, {'id': '89', 'type': 'attribute', 'children': ['90', '91']}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'ok'}; {'id': '92', 'type': 'block', 'children': ['93']}, {'id': '93', 'type': 'expression_statement', 'children': ['94']}; {'id': '94', 'type': 'call', 'children': ['95', '98']}, {'id': '95', 'type': 'attribute', 'children': ['96', '97']}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'logger'}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'warning'}; {'id': '98', 'type': 'argument_list', 'children': ['99', '100', '103']}, {'id': '99', 'type': 'string', 'children': [], 'value': '"Response NOT OK! status_code=%s\\n%s"'}; {'id': '100', 'type': 'attribute', 'children': ['101', '102']}, {'id': '101', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'status_code'}, {'id': '103', 'type': 'attribute', 'children': ['104', '105']}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'text'}; {'id': '106', 'type': 'while_statement', 'children': ['107', '118']}, {'id': '107', 'type': 'boolean_operator', 'children': ['108', '115'], 'value': 'and'}; {'id': '108', 'type': 'boolean_operator', 'children': ['109', '112'], 'value': 'and'}, {'id': '109', 'type': 'attribute', 'children': ['110', '111']}; {'id': '110', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '111', 'type': 'identifier', 'children': [], 'value': 'ok'}; {'id': '112', 'type': 'attribute', 'children': ['113', '114']}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'text'}, {'id': '115', 'type': 'comparison_operator', 'children': ['116', '117'], 'value': '<'}; {'id': '116', 'type': 'identifier', 'children': [], 'value': 'page'}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'max_pages'}; {'id': '118', 'type': 'block', 'children': ['119', '127', '140', '145', '149', '209', '221', '225', '231', '241']}, {'id': '119', 'type': 'expression_statement', 'children': ['120']}; {'id': '120', 'type': 'call', 'children': ['121', '124']}, {'id': '121', 'type': 'attribute', 'children': ['122', '123']}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'logger'}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'info'}; {'id': '124', 'type': 'argument_list', 'children': ['125', '126']}, {'id': '125', 'type': 'string', 'children': [], 'value': '" - page: %d"'}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'page'}, {'id': '127', 'type': 'expression_statement', 'children': ['128']}; {'id': '128', 'type': 'assignment', 'children': ['129', '130']}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'api_medias'}; {'id': '130', 'type': 'call', 'children': ['131', '138']}, {'id': '131', 'type': 'attribute', 'children': ['132', '137']}; {'id': '132', 'type': 'call', 'children': ['133', '136']}, {'id': '133', 'type': 'attribute', 'children': ['134', '135']}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'json'}; {'id': '136', 'type': 'argument_list', 'children': []}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '138', 'type': 'argument_list', 'children': ['139']}, {'id': '139', 'type': 'string', 'children': [], 'value': '"media"'}; {'id': '140', 'type': 'if_statement', 'children': ['141', '143']}, {'id': '141', 'type': 'not_operator', 'children': ['142']}; {'id': '142', 'type': 'identifier', 'children': [], 'value': 'api_medias'}, {'id': '143', 'type': 'block', 'children': ['144']}; {'id': '144', 'type': 'break_statement', 'children': []}, {'id': '145', 'type': 'expression_statement', 'children': ['146']}; {'id': '146', 'type': 'assignment', 'children': ['147', '148']}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'medias'}; {'id': '148', 'type': 'list', 'children': [], 'value': '[]'}, {'id': '149', 'type': 'for_statement', 'children': ['150', '151', '152']}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 'api_media'}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'api_medias'}; {'id': '152', 'type': 'block', 'children': ['153']}, {'id': '153', 'type': 'if_statement', 'children': ['154', '159']}; {'id': '154', 'type': 'comparison_operator', 'children': ['155', '158'], 'value': '!='}, {'id': '155', 'type': 'subscript', 'children': ['156', '157']}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'api_media'}, {'id': '157', 'type': 'string', 'children': [], 'value': '"post_ID"'}; {'id': '158', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '159', 'type': 'block', 'children': ['160', '184']}; {'id': '160', 'type': 'expression_statement', 'children': ['161']}, {'id': '161', 'type': 'assignment', 'children': ['162', '163']}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'existing_media'}, {'id': '163', 'type': 'call', 'children': ['164', '183']}; {'id': '164', 'type': 'attribute', 'children': ['165', '182']}, {'id': '165', 'type': 'call', 'children': ['166', '171']}; {'id': '166', 'type': 'attribute', 'children': ['167', '170']}, {'id': '167', 'type': 'attribute', 'children': ['168', '169']}; {'id': '168', 'type': 'identifier', 'children': [], 'value': 'Media'}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'objects'}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'filter'}, {'id': '171', 'type': 'argument_list', 'children': ['172', '177']}; {'id': '172', 'type': 'keyword_argument', 'children': ['173', '174']}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'site_id'}; {'id': '174', 'type': 'attribute', 'children': ['175', '176']}, {'id': '175', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'site_id'}, {'id': '177', 'type': 'keyword_argument', 'children': ['178', '179']}; {'id': '178', 'type': 'identifier', 'children': [], 'value': 'wp_id'}, {'id': '179', 'type': 'subscript', 'children': ['180', '181']}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'api_media'}, {'id': '181', 'type': 'string', 'children': [], 'value': '"ID"'}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'first'}, {'id': '183', 'type': 'argument_list', 'children': []}; {'id': '184', 'type': 'if_statement', 'children': ['185', '186', '195']}, {'id': '185', 'type': 'identifier', 'children': [], 'value': 'existing_media'}; {'id': '186', 'type': 'block', 'children': ['187']}, {'id': '187', 'type': 'expression_statement', 'children': ['188']}; {'id': '188', 'type': 'call', 'children': ['189', '192']}, {'id': '189', 'type': 'attribute', 'children': ['190', '191']}; {'id': '190', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'update_existing_media'}; {'id': '192', 'type': 'argument_list', 'children': ['193', '194']}, {'id': '193', 'type': 'identifier', 'children': [], 'value': 'existing_media'}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'api_media'}, {'id': '195', 'type': 'else_clause', 'children': ['196']}; {'id': '196', 'type': 'block', 'children': ['197']}, {'id': '197', 'type': 'expression_statement', 'children': ['198']}; {'id': '198', 'type': 'call', 'children': ['199', '202']}, {'id': '199', 'type': 'attribute', 'children': ['200', '201']}; {'id': '200', 'type': 'identifier', 'children': [], 'value': 'medias'}, {'id': '201', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '202', 'type': 'argument_list', 'children': ['203']}, {'id': '203', 'type': 'call', 'children': ['204', '207']}; {'id': '204', 'type': 'attribute', 'children': ['205', '206']}, {'id': '205', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'get_new_media'}, {'id': '207', 'type': 'argument_list', 'children': ['208']}; {'id': '208', 'type': 'identifier', 'children': [], 'value': 'api_media'}, {'id': '209', 'type': 'if_statement', 'children': ['210', '211']}; {'id': '210', 'type': 'identifier', 'children': [], 'value': 'medias'}, {'id': '211', 'type': 'block', 'children': ['212']}; {'id': '212', 'type': 'expression_statement', 'children': ['213']}, {'id': '213', 'type': 'call', 'children': ['214', '219']}; {'id': '214', 'type': 'attribute', 'children': ['215', '218']}, {'id': '215', 'type': 'attribute', 'children': ['216', '217']}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'Media'}, {'id': '217', 'type': 'identifier', 'children': [], 'value': 'objects'}; {'id': '218', 'type': 'identifier', 'children': [], 'value': 'bulk_create'}, {'id': '219', 'type': 'argument_list', 'children': ['220']}; {'id': '220', 'type': 'identifier', 'children': [], 'value': 'medias'}, {'id': '221', 'type': 'expression_statement', 'children': ['222']}; {'id': '222', 'type': 'augmented_assignment', 'children': ['223', '224'], 'value': '+='}, {'id': '223', 'type': 'identifier', 'children': [], 'value': 'page'}; {'id': '224', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '225', 'type': 'expression_statement', 'children': ['226']}; {'id': '226', 'type': 'assignment', 'children': ['227', '230']}, {'id': '227', 'type': 'subscript', 'children': ['228', '229']}; {'id': '228', 'type': 'identifier', 'children': [], 'value': 'params'}, {'id': '229', 'type': 'string', 'children': [], 'value': '"page"'}; {'id': '230', 'type': 'identifier', 'children': [], 'value': 'page'}, {'id': '231', 'type': 'expression_statement', 'children': ['232']}; {'id': '232', 'type': 'assignment', 'children': ['233', '234']}, {'id': '233', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '234', 'type': 'call', 'children': ['235', '238']}, {'id': '235', 'type': 'attribute', 'children': ['236', '237']}; {'id': '236', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '237', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '238', 'type': 'argument_list', 'children': ['239', '240']}, {'id': '239', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '240', 'type': 'identifier', 'children': [], 'value': 'params'}, {'id': '241', 'type': 'if_statement', 'children': ['242', '246']}; {'id': '242', 'type': 'not_operator', 'children': ['243']}, {'id': '243', 'type': 'attribute', 'children': ['244', '245']}; {'id': '244', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '245', 'type': 'identifier', 'children': [], 'value': 'ok'}; {'id': '246', 'type': 'block', 'children': ['247', '260']}, {'id': '247', 'type': 'expression_statement', 'children': ['248']}; {'id': '248', 'type': 'call', 'children': ['249', '252']}, {'id': '249', 'type': 'attribute', 'children': ['250', '251']}; {'id': '250', 'type': 'identifier', 'children': [], 'value': 'logger'}, {'id': '251', 'type': 'identifier', 'children': [], 'value': 'warning'}; {'id': '252', 'type': 'argument_list', 'children': ['253', '254', '257']}, {'id': '253', 'type': 'string', 'children': [], 'value': '"Response NOT OK! status_code=%s\\n%s"'}; {'id': '254', 'type': 'attribute', 'children': ['255', '256']}, {'id': '255', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '256', 'type': 'identifier', 'children': [], 'value': 'status_code'}, {'id': '257', 'type': 'attribute', 'children': ['258', '259']}; {'id': '258', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '259', 'type': 'identifier', 'children': [], 'value': 'text'} | def load_media(self, max_pages=150):
logger.info("loading media")
if self.purge_first:
logger.warning("purging ALL media from site %s", self.site_id)
Media.objects.filter(site_id=self.site_id).delete()
path = "sites/{}/media".format(self.site_id)
params = {"number": 100}
self.set_media_params_after(params)
page = 1
response = self.get(path, params)
if not response.ok:
logger.warning("Response NOT OK! status_code=%s\n%s", response.status_code, response.text)
while response.ok and response.text and page < max_pages:
logger.info(" - page: %d", page)
api_medias = response.json().get("media")
if not api_medias:
break
medias = []
for api_media in api_medias:
if api_media["post_ID"] != 0:
existing_media = Media.objects.filter(site_id=self.site_id, wp_id=api_media["ID"]).first()
if existing_media:
self.update_existing_media(existing_media, api_media)
else:
medias.append(self.get_new_media(api_media))
if medias:
Media.objects.bulk_create(medias)
page += 1
params["page"] = page
response = self.get(path, params)
if not response.ok:
logger.warning("Response NOT OK! status_code=%s\n%s", response.status_code, response.text)
return |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '21']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'load_wp_post'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '6', '9', '12', '15', '18']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'api_post'}; {'id': '6', 'type': 'default_parameter', 'children': ['7', '8']}, {'id': '7', 'type': 'identifier', 'children': [], 'value': 'bulk_mode'}; {'id': '8', 'type': 'True', 'children': []}, {'id': '9', 'type': 'default_parameter', 'children': ['10', '11']}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'post_categories'}, {'id': '11', 'type': 'None', 'children': []}; {'id': '12', 'type': 'default_parameter', 'children': ['13', '14']}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'post_tags'}; {'id': '14', 'type': 'None', 'children': []}, {'id': '15', 'type': 'default_parameter', 'children': ['16', '17']}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'post_media_attachments'}, {'id': '17', 'type': 'None', 'children': []}; {'id': '18', 'type': 'default_parameter', 'children': ['19', '20']}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'posts'}; {'id': '20', 'type': 'None', 'children': []}, {'id': '21', 'type': 'block', 'children': ['22', '31', '40', '49', '58', '62', '84', '93', '102', '111', '135', '165']}; {'id': '22', 'type': 'if_statement', 'children': ['23', '26']}, {'id': '23', 'type': 'comparison_operator', 'children': ['24', '25'], 'value': 'is'}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'post_categories'}, {'id': '25', 'type': 'None', 'children': []}; {'id': '26', 'type': 'block', 'children': ['27']}, {'id': '27', 'type': 'expression_statement', 'children': ['28']}; {'id': '28', 'type': 'assignment', 'children': ['29', '30']}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'post_categories'}; {'id': '30', 'type': 'dictionary', 'children': []}, {'id': '31', 'type': 'if_statement', 'children': ['32', '35']}; {'id': '32', 'type': 'comparison_operator', 'children': ['33', '34'], 'value': 'is'}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'post_tags'}; {'id': '34', 'type': 'None', 'children': []}, {'id': '35', 'type': 'block', 'children': ['36']}; {'id': '36', 'type': 'expression_statement', 'children': ['37']}, {'id': '37', 'type': 'assignment', 'children': ['38', '39']}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'post_tags'}, {'id': '39', 'type': 'dictionary', 'children': []}; {'id': '40', 'type': 'if_statement', 'children': ['41', '44']}, {'id': '41', 'type': 'comparison_operator', 'children': ['42', '43'], 'value': 'is'}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'post_media_attachments'}, {'id': '43', 'type': 'None', 'children': []}; {'id': '44', 'type': 'block', 'children': ['45']}, {'id': '45', 'type': 'expression_statement', 'children': ['46']}; {'id': '46', 'type': 'assignment', 'children': ['47', '48']}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'post_media_attachments'}; {'id': '48', 'type': 'dictionary', 'children': []}, {'id': '49', 'type': 'if_statement', 'children': ['50', '53']}; {'id': '50', 'type': 'comparison_operator', 'children': ['51', '52'], 'value': 'is'}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'posts'}; {'id': '52', 'type': 'None', 'children': []}, {'id': '53', 'type': 'block', 'children': ['54']}; {'id': '54', 'type': 'expression_statement', 'children': ['55']}, {'id': '55', 'type': 'assignment', 'children': ['56', '57']}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'posts'}, {'id': '57', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '58', 'type': 'expression_statement', 'children': ['59']}, {'id': '59', 'type': 'assignment', 'children': ['60', '61']}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'author'}, {'id': '61', 'type': 'None', 'children': []}; {'id': '62', 'type': 'if_statement', 'children': ['63', '71']}, {'id': '63', 'type': 'call', 'children': ['64', '69']}; {'id': '64', 'type': 'attribute', 'children': ['65', '68']}, {'id': '65', 'type': 'subscript', 'children': ['66', '67']}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'api_post'}, {'id': '67', 'type': 'string', 'children': [], 'value': '"author"'}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '69', 'type': 'argument_list', 'children': ['70']}; {'id': '70', 'type': 'string', 'children': [], 'value': '"ID"'}, {'id': '71', 'type': 'block', 'children': ['72']}; {'id': '72', 'type': 'expression_statement', 'children': ['73']}, {'id': '73', 'type': 'assignment', 'children': ['74', '75']}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'author'}, {'id': '75', 'type': 'call', 'children': ['76', '79']}; {'id': '76', 'type': 'attribute', 'children': ['77', '78']}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '78', 'type': 'identifier', 'children': [], 'value': 'process_post_author'}, {'id': '79', 'type': 'argument_list', 'children': ['80', '81']}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'bulk_mode'}, {'id': '81', 'type': 'subscript', 'children': ['82', '83']}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'api_post'}, {'id': '83', 'type': 'string', 'children': [], 'value': '"author"'}; {'id': '84', 'type': 'expression_statement', 'children': ['85']}, {'id': '85', 'type': 'call', 'children': ['86', '89']}; {'id': '86', 'type': 'attribute', 'children': ['87', '88']}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'process_post_categories'}, {'id': '89', 'type': 'argument_list', 'children': ['90', '91', '92']}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'bulk_mode'}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'api_post'}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'post_categories'}, {'id': '93', 'type': 'expression_statement', 'children': ['94']}; {'id': '94', 'type': 'call', 'children': ['95', '98']}, {'id': '95', 'type': 'attribute', 'children': ['96', '97']}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'process_post_tags'}; {'id': '98', 'type': 'argument_list', 'children': ['99', '100', '101']}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'bulk_mode'}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'api_post'}, {'id': '101', 'type': 'identifier', 'children': [], 'value': 'post_tags'}; {'id': '102', 'type': 'expression_statement', 'children': ['103']}, {'id': '103', 'type': 'call', 'children': ['104', '107']}; {'id': '104', 'type': 'attribute', 'children': ['105', '106']}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '106', 'type': 'identifier', 'children': [], 'value': 'process_post_media_attachments'}, {'id': '107', 'type': 'argument_list', 'children': ['108', '109', '110']}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'bulk_mode'}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'api_post'}; {'id': '110', 'type': 'identifier', 'children': [], 'value': 'post_media_attachments'}, {'id': '111', 'type': 'expression_statement', 'children': ['112']}; {'id': '112', 'type': 'assignment', 'children': ['113', '114']}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'existing_post'}; {'id': '114', 'type': 'call', 'children': ['115', '134']}, {'id': '115', 'type': 'attribute', 'children': ['116', '133']}; {'id': '116', 'type': 'call', 'children': ['117', '122']}, {'id': '117', 'type': 'attribute', 'children': ['118', '121']}; {'id': '118', 'type': 'attribute', 'children': ['119', '120']}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'Post'}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'objects'}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'filter'}; {'id': '122', 'type': 'argument_list', 'children': ['123', '128']}, {'id': '123', 'type': 'keyword_argument', 'children': ['124', '125']}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'site_id'}, {'id': '125', 'type': 'attribute', 'children': ['126', '127']}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'site_id'}; {'id': '128', 'type': 'keyword_argument', 'children': ['129', '130']}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'wp_id'}; {'id': '130', 'type': 'subscript', 'children': ['131', '132']}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'api_post'}; {'id': '132', 'type': 'string', 'children': [], 'value': '"ID"'}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'first'}; {'id': '134', 'type': 'argument_list', 'children': []}, {'id': '135', 'type': 'if_statement', 'children': ['136', '137', '150']}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'existing_post'}, {'id': '137', 'type': 'block', 'children': ['138']}; {'id': '138', 'type': 'expression_statement', 'children': ['139']}, {'id': '139', 'type': 'call', 'children': ['140', '143']}; {'id': '140', 'type': 'attribute', 'children': ['141', '142']}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '142', 'type': 'identifier', 'children': [], 'value': 'process_existing_post'}, {'id': '143', 'type': 'argument_list', 'children': ['144', '145', '146', '147', '148', '149']}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'existing_post'}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'api_post'}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'author'}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'post_categories'}; {'id': '148', 'type': 'identifier', 'children': [], 'value': 'post_tags'}, {'id': '149', 'type': 'identifier', 'children': [], 'value': 'post_media_attachments'}; {'id': '150', 'type': 'else_clause', 'children': ['151']}, {'id': '151', 'type': 'block', 'children': ['152']}; {'id': '152', 'type': 'expression_statement', 'children': ['153']}, {'id': '153', 'type': 'call', 'children': ['154', '157']}; {'id': '154', 'type': 'attribute', 'children': ['155', '156']}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'process_new_post'}, {'id': '157', 'type': 'argument_list', 'children': ['158', '159', '160', '161', '162', '163', '164']}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'bulk_mode'}, {'id': '159', 'type': 'identifier', 'children': [], 'value': 'api_post'}; {'id': '160', 'type': 'identifier', 'children': [], 'value': 'posts'}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'author'}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'post_categories'}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'post_tags'}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'post_media_attachments'}, {'id': '165', 'type': 'if_statement', 'children': ['166', '171']}; {'id': '166', 'type': 'comparison_operator', 'children': ['167', '170'], 'value': '=='}, {'id': '167', 'type': 'subscript', 'children': ['168', '169']}; {'id': '168', 'type': 'identifier', 'children': [], 'value': 'api_post'}, {'id': '169', 'type': 'string', 'children': [], 'value': '"type"'}; {'id': '170', 'type': 'string', 'children': [], 'value': '"post"'}, {'id': '171', 'type': 'block', 'children': ['172']}; {'id': '172', 'type': 'expression_statement', 'children': ['173']}, {'id': '173', 'type': 'call', 'children': ['174', '177']}; {'id': '174', 'type': 'attribute', 'children': ['175', '176']}, {'id': '175', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'sync_deleted_attachments'}, {'id': '177', 'type': 'argument_list', 'children': ['178']} | def load_wp_post(self, api_post, bulk_mode=True, post_categories=None, post_tags=None, post_media_attachments=None, posts=None):
if post_categories is None:
post_categories = {}
if post_tags is None:
post_tags = {}
if post_media_attachments is None:
post_media_attachments = {}
if posts is None:
posts = []
author = None
if api_post["author"].get("ID"):
author = self.process_post_author(bulk_mode, api_post["author"])
self.process_post_categories(bulk_mode, api_post, post_categories)
self.process_post_tags(bulk_mode, api_post, post_tags)
self.process_post_media_attachments(bulk_mode, api_post, post_media_attachments)
existing_post = Post.objects.filter(site_id=self.site_id, wp_id=api_post["ID"]).first()
if existing_post:
self.process_existing_post(existing_post, api_post, author, post_categories, post_tags, post_media_attachments)
else:
self.process_new_post(bulk_mode, api_post, posts, author, post_categories, post_tags, post_media_attachments)
if api_post["type"] == "post":
self.sync_deleted_attachments(api_post) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '6']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'sync_deleted_attachments'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'api_post'}; {'id': '6', 'type': 'block', 'children': ['7', '46']}, {'id': '7', 'type': 'expression_statement', 'children': ['8']}; {'id': '8', 'type': 'assignment', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'existing_IDs'}; {'id': '10', 'type': 'call', 'children': ['11', '12']}, {'id': '11', 'type': 'identifier', 'children': [], 'value': 'set'}; {'id': '12', 'type': 'argument_list', 'children': ['13']}, {'id': '13', 'type': 'call', 'children': ['14', '41']}; {'id': '14', 'type': 'attribute', 'children': ['15', '40']}, {'id': '15', 'type': 'call', 'children': ['16', '21']}; {'id': '16', 'type': 'attribute', 'children': ['17', '20']}, {'id': '17', 'type': 'attribute', 'children': ['18', '19']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'Post'}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'objects'}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'filter'}, {'id': '21', 'type': 'argument_list', 'children': ['22', '27', '30']}; {'id': '22', 'type': 'keyword_argument', 'children': ['23', '24']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'site_id'}; {'id': '24', 'type': 'attribute', 'children': ['25', '26']}, {'id': '25', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'site_id'}, {'id': '27', 'type': 'keyword_argument', 'children': ['28', '29']}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'post_type'}, {'id': '29', 'type': 'string', 'children': [], 'value': '"attachment"'}; {'id': '30', 'type': 'keyword_argument', 'children': ['31', '32']}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'parent__icontains'}; {'id': '32', 'type': 'call', 'children': ['33', '36']}, {'id': '33', 'type': 'attribute', 'children': ['34', '35']}; {'id': '34', 'type': 'string', 'children': [], 'value': '\'"ID":{}\''}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '36', 'type': 'argument_list', 'children': ['37']}, {'id': '37', 'type': 'subscript', 'children': ['38', '39']}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'api_post'}, {'id': '39', 'type': 'string', 'children': [], 'value': '"ID"'}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'values_list'}, {'id': '41', 'type': 'argument_list', 'children': ['42', '43']}; {'id': '42', 'type': 'string', 'children': [], 'value': '"wp_id"'}, {'id': '43', 'type': 'keyword_argument', 'children': ['44', '45']}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'flat'}, {'id': '45', 'type': 'True', 'children': []}; {'id': '46', 'type': 'if_statement', 'children': ['47', '48']}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'existing_IDs'}; {'id': '48', 'type': 'block', 'children': ['49', '55', '66', '84', '88', '98', '117', '221', '227']}, {'id': '49', 'type': 'expression_statement', 'children': ['50']}; {'id': '50', 'type': 'assignment', 'children': ['51', '52']}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'api_IDs'}; {'id': '52', 'type': 'call', 'children': ['53', '54']}, {'id': '53', 'type': 'identifier', 'children': [], 'value': 'set'}; {'id': '54', 'type': 'argument_list', 'children': []}, {'id': '55', 'type': 'expression_statement', 'children': ['56']}; {'id': '56', 'type': 'assignment', 'children': ['57', '58']}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '58', 'type': 'call', 'children': ['59', '62']}, {'id': '59', 'type': 'attribute', 'children': ['60', '61']}; {'id': '60', 'type': 'string', 'children': [], 'value': '"sites/{}/posts/"'}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '62', 'type': 'argument_list', 'children': ['63']}, {'id': '63', 'type': 'attribute', 'children': ['64', '65']}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'site_id'}; {'id': '66', 'type': 'expression_statement', 'children': ['67']}, {'id': '67', 'type': 'assignment', 'children': ['68', '69']}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'params'}, {'id': '69', 'type': 'dictionary', 'children': ['70', '73', '78', '81']}; {'id': '70', 'type': 'pair', 'children': ['71', '72']}, {'id': '71', 'type': 'string', 'children': [], 'value': '"type"'}; {'id': '72', 'type': 'string', 'children': [], 'value': '"attachment"'}, {'id': '73', 'type': 'pair', 'children': ['74', '75']}; {'id': '74', 'type': 'string', 'children': [], 'value': '"parent_id"'}, {'id': '75', 'type': 'subscript', 'children': ['76', '77']}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'api_post'}, {'id': '77', 'type': 'string', 'children': [], 'value': '"ID"'}; {'id': '78', 'type': 'pair', 'children': ['79', '80']}, {'id': '79', 'type': 'string', 'children': [], 'value': '"fields"'}; {'id': '80', 'type': 'string', 'children': [], 'value': '"ID"'}, {'id': '81', 'type': 'pair', 'children': ['82', '83']}; {'id': '82', 'type': 'string', 'children': [], 'value': '"number"'}, {'id': '83', 'type': 'integer', 'children': [], 'value': '100'}; {'id': '84', 'type': 'expression_statement', 'children': ['85']}, {'id': '85', 'type': 'assignment', 'children': ['86', '87']}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'page'}, {'id': '87', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '88', 'type': 'expression_statement', 'children': ['89']}, {'id': '89', 'type': 'assignment', 'children': ['90', '91']}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '91', 'type': 'call', 'children': ['92', '95']}; {'id': '92', 'type': 'attribute', 'children': ['93', '94']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '95', 'type': 'argument_list', 'children': ['96', '97']}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'params'}; {'id': '98', 'type': 'if_statement', 'children': ['99', '103']}, {'id': '99', 'type': 'not_operator', 'children': ['100']}; {'id': '100', 'type': 'attribute', 'children': ['101', '102']}, {'id': '101', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'ok'}, {'id': '103', 'type': 'block', 'children': ['104']}; {'id': '104', 'type': 'expression_statement', 'children': ['105']}, {'id': '105', 'type': 'call', 'children': ['106', '109']}; {'id': '106', 'type': 'attribute', 'children': ['107', '108']}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'logger'}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'warning'}, {'id': '109', 'type': 'argument_list', 'children': ['110', '111', '114']}; {'id': '110', 'type': 'string', 'children': [], 'value': '"Response NOT OK! status_code=%s\\n%s"'}, {'id': '111', 'type': 'attribute', 'children': ['112', '113']}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'status_code'}; {'id': '114', 'type': 'attribute', 'children': ['115', '116']}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '116', 'type': 'identifier', 'children': [], 'value': 'text'}, {'id': '117', 'type': 'while_statement', 'children': ['118', '129']}; {'id': '118', 'type': 'boolean_operator', 'children': ['119', '126'], 'value': 'and'}, {'id': '119', 'type': 'boolean_operator', 'children': ['120', '123'], 'value': 'and'}; {'id': '120', 'type': 'attribute', 'children': ['121', '122']}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'ok'}, {'id': '123', 'type': 'attribute', 'children': ['124', '125']}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'text'}; {'id': '126', 'type': 'comparison_operator', 'children': ['127', '128'], 'value': '<'}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'page'}; {'id': '128', 'type': 'integer', 'children': [], 'value': '10'}, {'id': '129', 'type': 'block', 'children': ['130', '138', '148', '160', '164', '179', '191', '201']}; {'id': '130', 'type': 'expression_statement', 'children': ['131']}, {'id': '131', 'type': 'assignment', 'children': ['132', '133']}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'api_json'}, {'id': '133', 'type': 'call', 'children': ['134', '137']}; {'id': '134', 'type': 'attribute', 'children': ['135', '136']}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'json'}, {'id': '137', 'type': 'argument_list', 'children': []}; {'id': '138', 'type': 'expression_statement', 'children': ['139']}, {'id': '139', 'type': 'assignment', 'children': ['140', '141']}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'api_attachments'}, {'id': '141', 'type': 'call', 'children': ['142', '145']}; {'id': '142', 'type': 'attribute', 'children': ['143', '144']}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'api_json'}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '145', 'type': 'argument_list', 'children': ['146', '147']}; {'id': '146', 'type': 'string', 'children': [], 'value': '"posts"'}, {'id': '147', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '148', 'type': 'expression_statement', 'children': ['149']}, {'id': '149', 'type': 'augmented_assignment', 'children': ['150', '151'], 'value': '|='}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 'api_IDs'}, {'id': '151', 'type': 'call', 'children': ['152', '153']}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'set'}, {'id': '153', 'type': 'generator_expression', 'children': ['154', '157']}; {'id': '154', 'type': 'subscript', 'children': ['155', '156']}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'a'}; {'id': '156', 'type': 'string', 'children': [], 'value': '"ID"'}, {'id': '157', 'type': 'for_in_clause', 'children': ['158', '159']}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'a'}, {'id': '159', 'type': 'identifier', 'children': [], 'value': 'api_attachments'}; {'id': '160', 'type': 'expression_statement', 'children': ['161']}, {'id': '161', 'type': 'augmented_assignment', 'children': ['162', '163'], 'value': '+='}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'page'}, {'id': '163', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '164', 'type': 'expression_statement', 'children': ['165']}, {'id': '165', 'type': 'assignment', 'children': ['166', '167']}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'next_page_handle'}, {'id': '167', 'type': 'call', 'children': ['168', '177']}; {'id': '168', 'type': 'attribute', 'children': ['169', '176']}, {'id': '169', 'type': 'call', 'children': ['170', '173']}; {'id': '170', 'type': 'attribute', 'children': ['171', '172']}, {'id': '171', 'type': 'identifier', 'children': [], 'value': 'api_json'}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '173', 'type': 'argument_list', 'children': ['174', '175']}; {'id': '174', 'type': 'string', 'children': [], 'value': '"meta"'}, {'id': '175', 'type': 'dictionary', 'children': []}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '177', 'type': 'argument_list', 'children': ['178']}; {'id': '178', 'type': 'string', 'children': [], 'value': '"next_page"'}, {'id': '179', 'type': 'if_statement', 'children': ['180', '181', '188']}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'next_page_handle'}, {'id': '181', 'type': 'block', 'children': ['182']}; {'id': '182', 'type': 'expression_statement', 'children': ['183']}, {'id': '183', 'type': 'assignment', 'children': ['184', '187']}; {'id': '184', 'type': 'subscript', 'children': ['185', '186']}, {'id': '185', 'type': 'identifier', 'children': [], 'value': 'params'}; {'id': '186', 'type': 'string', 'children': [], 'value': '"page_handle"'}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'next_page_handle'}; {'id': '188', 'type': 'else_clause', 'children': ['189']}, {'id': '189', 'type': 'block', 'children': ['190']}; {'id': '190', 'type': 'break_statement', 'children': []}, {'id': '191', 'type': 'expression_statement', 'children': ['192']}; {'id': '192', 'type': 'assignment', 'children': ['193', '194']}, {'id': '193', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '194', 'type': 'call', 'children': ['195', '198']}, {'id': '195', 'type': 'attribute', 'children': ['196', '197']}; {'id': '196', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '197', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '198', 'type': 'argument_list', 'children': ['199', '200']}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '200', 'type': 'identifier', 'children': [], 'value': 'params'}, {'id': '201', 'type': 'if_statement', 'children': ['202', '206']}; {'id': '202', 'type': 'not_operator', 'children': ['203']}, {'id': '203', 'type': 'attribute', 'children': ['204', '205']}; {'id': '204', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '205', 'type': 'identifier', 'children': [], 'value': 'ok'}; {'id': '206', 'type': 'block', 'children': ['207', '220']}, {'id': '207', 'type': 'expression_statement', 'children': ['208']}; {'id': '208', 'type': 'call', 'children': ['209', '212']}, {'id': '209', 'type': 'attribute', 'children': ['210', '211']}; {'id': '210', 'type': 'identifier', 'children': [], 'value': 'logger'}, {'id': '211', 'type': 'identifier', 'children': [], 'value': 'warning'}; {'id': '212', 'type': 'argument_list', 'children': ['213', '214', '217']}, {'id': '213', 'type': 'string', 'children': [], 'value': '"Response NOT OK! status_code=%s\\n%s"'}; {'id': '214', 'type': 'attribute', 'children': ['215', '216']}, {'id': '215', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'status_code'}, {'id': '217', 'type': 'attribute', 'children': ['218', '219']}; {'id': '218', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '219', 'type': 'identifier', 'children': [], 'value': 'text'}; {'id': '220', 'type': 'return_statement', 'children': []}, {'id': '221', 'type': 'expression_statement', 'children': ['222']}; {'id': '222', 'type': 'assignment', 'children': ['223', '224']}, {'id': '223', 'type': 'identifier', 'children': [], 'value': 'to_remove'}; {'id': '224', 'type': 'binary_operator', 'children': ['225', '226'], 'value': '-'}, {'id': '225', 'type': 'identifier', 'children': [], 'value': 'existing_IDs'}; {'id': '226', 'type': 'identifier', 'children': [], 'value': 'api_IDs'}, {'id': '227', 'type': 'if_statement', 'children': ['228', '229']}; {'id': '228', 'type': 'identifier', 'children': [], 'value': 'to_remove'}, {'id': '229', 'type': 'block', 'children': ['230']}; {'id': '230', 'type': 'expression_statement', 'children': ['231']}, {'id': '231', 'type': 'call', 'children': ['232', '265']}; {'id': '232', 'type': 'attribute', 'children': ['233', '264']}, {'id': '233', 'type': 'call', 'children': ['234', '239']}; {'id': '234', 'type': 'attribute', 'children': ['235', '238']}, {'id': '235', 'type': 'attribute', 'children': ['236', '237']}; {'id': '236', 'type': 'identifier', 'children': [], 'value': 'Post'}, {'id': '237', 'type': 'identifier', 'children': [], 'value': 'objects'}; {'id': '238', 'type': 'identifier', 'children': [], 'value': 'filter'}, {'id': '239', 'type': 'argument_list', 'children': ['240', '245', '248', '258']}; {'id': '240', 'type': 'keyword_argument', 'children': ['241', '242']}, {'id': '241', 'type': 'identifier', 'children': [], 'value': 'site_id'}; {'id': '242', 'type': 'attribute', 'children': ['243', '244']}, {'id': '243', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '244', 'type': 'identifier', 'children': [], 'value': 'site_id'}, {'id': '245', 'type': 'keyword_argument', 'children': ['246', '247']}; {'id': '246', 'type': 'identifier', 'children': [], 'value': 'post_type'}, {'id': '247', 'type': 'string', 'children': [], 'value': '"attachment"'}; {'id': '248', 'type': 'keyword_argument', 'children': ['249', '250']}, {'id': '249', 'type': 'identifier', 'children': [], 'value': 'parent__icontains'}; {'id': '250', 'type': 'call', 'children': ['251', '254']}, {'id': '251', 'type': 'attribute', 'children': ['252', '253']}; {'id': '252', 'type': 'string', 'children': [], 'value': '\'"ID":{}\''}, {'id': '253', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '254', 'type': 'argument_list', 'children': ['255']}, {'id': '255', 'type': 'subscript', 'children': ['256', '257']}; {'id': '256', 'type': 'identifier', 'children': [], 'value': 'api_post'}, {'id': '257', 'type': 'string', 'children': [], 'value': '"ID"'}; {'id': '258', 'type': 'keyword_argument', 'children': ['259', '260']}, {'id': '259', 'type': 'identifier', 'children': [], 'value': 'wp_id__in'}; {'id': '260', 'type': 'call', 'children': ['261', '262']}, {'id': '261', 'type': 'identifier', 'children': [], 'value': 'list'}; {'id': '262', 'type': 'argument_list', 'children': ['263']}, {'id': '263', 'type': 'identifier', 'children': [], 'value': 'to_remove'}; {'id': '264', 'type': 'identifier', 'children': [], 'value': 'delete'}, {'id': '265', 'type': 'argument_list', 'children': []} | def sync_deleted_attachments(self, api_post):
existing_IDs = set(Post.objects.filter(site_id=self.site_id,
post_type="attachment",
parent__icontains='"ID":{}'.format(api_post["ID"]))
.values_list("wp_id", flat=True))
if existing_IDs:
api_IDs = set()
path = "sites/{}/posts/".format(self.site_id)
params = {
"type": "attachment",
"parent_id": api_post["ID"],
"fields": "ID",
"number": 100
}
page = 1
response = self.get(path, params)
if not response.ok:
logger.warning("Response NOT OK! status_code=%s\n%s", response.status_code, response.text)
while response.ok and response.text and page < 10:
api_json = response.json()
api_attachments = api_json.get("posts", [])
api_IDs |= set(a["ID"] for a in api_attachments)
page += 1
next_page_handle = api_json.get("meta", {}).get("next_page")
if next_page_handle:
params["page_handle"] = next_page_handle
else:
break
response = self.get(path, params)
if not response.ok:
logger.warning("Response NOT OK! status_code=%s\n%s", response.status_code, response.text)
return
to_remove = existing_IDs - api_IDs
if to_remove:
Post.objects.filter(site_id=self.site_id,
post_type="attachment",
parent__icontains='"ID":{}'.format(api_post["ID"]),
wp_id__in=list(to_remove)).delete() |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '25']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'http_request'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '6', '7', '10', '13', '16', '19', '22']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'verb'}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'uri'}, {'id': '7', 'type': 'default_parameter', 'children': ['8', '9']}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'data'}, {'id': '9', 'type': 'None', 'children': []}; {'id': '10', 'type': 'default_parameter', 'children': ['11', '12']}, {'id': '11', 'type': 'identifier', 'children': [], 'value': 'headers'}; {'id': '12', 'type': 'None', 'children': []}, {'id': '13', 'type': 'default_parameter', 'children': ['14', '15']}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'files'}, {'id': '15', 'type': 'None', 'children': []}; {'id': '16', 'type': 'default_parameter', 'children': ['17', '18']}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'response_format'}; {'id': '18', 'type': 'None', 'children': []}, {'id': '19', 'type': 'default_parameter', 'children': ['20', '21']}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'is_rdf'}, {'id': '21', 'type': 'True', 'children': []}; {'id': '22', 'type': 'default_parameter', 'children': ['23', '24']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'stream'}; {'id': '24', 'type': 'False', 'children': []}, {'id': '25', 'type': 'block', 'children': ['26', '28', '76', '96', '109', '117', '149', '158', '170']}; {'id': '26', 'type': 'expression_statement', 'children': ['27']}, {'id': '27', 'type': 'string', 'children': [], 'value': "'''\n\t\tPrimary route for all HTTP requests to repository. Ability to set most parameters for requests library,\n\t\twith some additional convenience parameters as well.\n\t\tArgs:\n\t\t\tverb (str): HTTP verb to use for request, e.g. PUT, POST, GET, HEAD, PATCH, etc.\n\t\t\turi (rdflib.term.URIRef,str): input URI\n\t\t\tdata (str,file): payload of data to send for request, may be overridden in preperation of request\n\t\t\theaders (dict): optional dictionary of headers passed directly to requests.request\n\t\t\tfiles (dict): optional dictionary of files passed directly to requests.request\n\t\t\tresponse_format (str): desired response format for resource's payload, e.g. 'application/rdf+xml', 'text/turtle', etc.\n\t\t\tis_rdf (bool): if True, set Accept header based on combination of response_format and headers\n\t\t\tstream (bool): passed directly to requests.request for stream parameter\n\t\tReturns:\n\t\t\trequests.models.Response\n\t\t'''"}; {'id': '28', 'type': 'if_statement', 'children': ['29', '30']}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'is_rdf'}; {'id': '30', 'type': 'block', 'children': ['31', '33']}, {'id': '31', 'type': 'expression_statement', 'children': ['32']}; {'id': '32', 'type': 'string', 'children': [], 'value': "'''\n\t\t\tAcceptable content negotiated response formats include:\n\t\t\t\tapplication/ld+json (discouraged, if not prohibited, as it drops prefixes used in repository)\n\t\t\t\tapplication/n-triples\n\t\t\t\tapplication/rdf+xml\n\t\t\t\ttext/n3 (or text/rdf+n3)\n\t\t\t\ttext/plain\n\t\t\t\ttext/turtle (or application/x-turtle)\n\t\t\t'''"}, {'id': '33', 'type': 'if_statement', 'children': ['34', '37']}; {'id': '34', 'type': 'comparison_operator', 'children': ['35', '36'], 'value': '=='}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'verb'}; {'id': '36', 'type': 'string', 'children': [], 'value': "'GET'"}, {'id': '37', 'type': 'block', 'children': ['38', '50']}; {'id': '38', 'type': 'if_statement', 'children': ['39', '41']}, {'id': '39', 'type': 'not_operator', 'children': ['40']}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'response_format'}, {'id': '41', 'type': 'block', 'children': ['42']}; {'id': '42', 'type': 'expression_statement', 'children': ['43']}, {'id': '43', 'type': 'assignment', 'children': ['44', '45']}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'response_format'}, {'id': '45', 'type': 'attribute', 'children': ['46', '49']}; {'id': '46', 'type': 'attribute', 'children': ['47', '48']}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'repo'}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'default_serialization'}; {'id': '50', 'type': 'if_statement', 'children': ['51', '60', '67']}, {'id': '51', 'type': 'boolean_operator', 'children': ['52', '53'], 'value': 'and'}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'headers'}, {'id': '53', 'type': 'comparison_operator', 'children': ['54', '55'], 'value': 'not'}; {'id': '54', 'type': 'string', 'children': [], 'value': "'Accept'"}, {'id': '55', 'type': 'call', 'children': ['56', '59']}; {'id': '56', 'type': 'attribute', 'children': ['57', '58']}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'headers'}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'keys'}, {'id': '59', 'type': 'argument_list', 'children': []}; {'id': '60', 'type': 'block', 'children': ['61']}, {'id': '61', 'type': 'expression_statement', 'children': ['62']}; {'id': '62', 'type': 'assignment', 'children': ['63', '66']}, {'id': '63', 'type': 'subscript', 'children': ['64', '65']}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'headers'}, {'id': '65', 'type': 'string', 'children': [], 'value': "'Accept'"}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'response_format'}, {'id': '67', 'type': 'else_clause', 'children': ['68']}; {'id': '68', 'type': 'block', 'children': ['69']}, {'id': '69', 'type': 'expression_statement', 'children': ['70']}; {'id': '70', 'type': 'assignment', 'children': ['71', '72']}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'headers'}; {'id': '72', 'type': 'dictionary', 'children': ['73']}, {'id': '73', 'type': 'pair', 'children': ['74', '75']}; {'id': '74', 'type': 'string', 'children': [], 'value': "'Accept'"}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'response_format'}; {'id': '76', 'type': 'if_statement', 'children': ['77', '87']}, {'id': '77', 'type': 'comparison_operator', 'children': ['78', '82'], 'value': '=='}; {'id': '78', 'type': 'call', 'children': ['79', '80']}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'type'}; {'id': '80', 'type': 'argument_list', 'children': ['81']}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'uri'}; {'id': '82', 'type': 'attribute', 'children': ['83', '86']}, {'id': '83', 'type': 'attribute', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'rdflib'}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'term'}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'URIRef'}, {'id': '87', 'type': 'block', 'children': ['88']}; {'id': '88', 'type': 'expression_statement', 'children': ['89']}, {'id': '89', 'type': 'assignment', 'children': ['90', '91']}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'uri'}, {'id': '91', 'type': 'call', 'children': ['92', '95']}; {'id': '92', 'type': 'attribute', 'children': ['93', '94']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'uri'}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'toPython'}, {'id': '95', 'type': 'argument_list', 'children': []}; {'id': '96', 'type': 'expression_statement', 'children': ['97']}, {'id': '97', 'type': 'call', 'children': ['98', '101']}; {'id': '98', 'type': 'attribute', 'children': ['99', '100']}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'logger'}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'debug'}, {'id': '101', 'type': 'argument_list', 'children': ['102']}; {'id': '102', 'type': 'binary_operator', 'children': ['103', '104'], 'value': '%'}, {'id': '103', 'type': 'string', 'children': [], 'value': '"%s request for %s, format %s, headers %s"'}; {'id': '104', 'type': 'tuple', 'children': ['105', '106', '107', '108']}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'verb'}; {'id': '106', 'type': 'identifier', 'children': [], 'value': 'uri'}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'response_format'}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'headers'}, {'id': '109', 'type': 'expression_statement', 'children': ['110']}; {'id': '110', 'type': 'assignment', 'children': ['111', '112']}, {'id': '111', 'type': 'identifier', 'children': [], 'value': 'session'}; {'id': '112', 'type': 'call', 'children': ['113', '116']}, {'id': '113', 'type': 'attribute', 'children': ['114', '115']}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'requests'}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'Session'}; {'id': '116', 'type': 'argument_list', 'children': []}, {'id': '117', 'type': 'expression_statement', 'children': ['118']}; {'id': '118', 'type': 'assignment', 'children': ['119', '120']}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'request'}; {'id': '120', 'type': 'call', 'children': ['121', '124']}, {'id': '121', 'type': 'attribute', 'children': ['122', '123']}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'requests'}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'Request'}; {'id': '124', 'type': 'argument_list', 'children': ['125', '126', '127', '140', '143', '146']}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'verb'}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'uri'}, {'id': '127', 'type': 'keyword_argument', 'children': ['128', '129']}; {'id': '128', 'type': 'identifier', 'children': [], 'value': 'auth'}, {'id': '129', 'type': 'tuple', 'children': ['130', '135']}; {'id': '130', 'type': 'attribute', 'children': ['131', '134']}, {'id': '131', 'type': 'attribute', 'children': ['132', '133']}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'repo'}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'username'}, {'id': '135', 'type': 'attribute', 'children': ['136', '139']}; {'id': '136', 'type': 'attribute', 'children': ['137', '138']}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'repo'}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'password'}; {'id': '140', 'type': 'keyword_argument', 'children': ['141', '142']}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'data'}; {'id': '142', 'type': 'identifier', 'children': [], 'value': 'data'}, {'id': '143', 'type': 'keyword_argument', 'children': ['144', '145']}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'headers'}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'headers'}; {'id': '146', 'type': 'keyword_argument', 'children': ['147', '148']}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'files'}; {'id': '148', 'type': 'identifier', 'children': [], 'value': 'files'}, {'id': '149', 'type': 'expression_statement', 'children': ['150']}; {'id': '150', 'type': 'assignment', 'children': ['151', '152']}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'prepped_request'}; {'id': '152', 'type': 'call', 'children': ['153', '156']}, {'id': '153', 'type': 'attribute', 'children': ['154', '155']}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'session'}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'prepare_request'}; {'id': '156', 'type': 'argument_list', 'children': ['157']}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'request'}; {'id': '158', 'type': 'expression_statement', 'children': ['159']}, {'id': '159', 'type': 'assignment', 'children': ['160', '161']}; {'id': '160', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '161', 'type': 'call', 'children': ['162', '165']}; {'id': '162', 'type': 'attribute', 'children': ['163', '164']}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'session'}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'send'}, {'id': '165', 'type': 'argument_list', 'children': ['166', '167']}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'prepped_request'}, {'id': '167', 'type': 'keyword_argument', 'children': ['168', '169']}; {'id': '168', 'type': 'identifier', 'children': [], 'value': 'stream'}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'stream'}; {'id': '170', 'type': 'return_statement', 'children': ['171']}, {'id': '171', 'type': 'identifier', 'children': [], 'value': 'response'} | def http_request(self,
verb,
uri,
data=None,
headers=None,
files=None,
response_format=None,
is_rdf = True,
stream = False
):
'''
Primary route for all HTTP requests to repository. Ability to set most parameters for requests library,
with some additional convenience parameters as well.
Args:
verb (str): HTTP verb to use for request, e.g. PUT, POST, GET, HEAD, PATCH, etc.
uri (rdflib.term.URIRef,str): input URI
data (str,file): payload of data to send for request, may be overridden in preperation of request
headers (dict): optional dictionary of headers passed directly to requests.request
files (dict): optional dictionary of files passed directly to requests.request
response_format (str): desired response format for resource's payload, e.g. 'application/rdf+xml', 'text/turtle', etc.
is_rdf (bool): if True, set Accept header based on combination of response_format and headers
stream (bool): passed directly to requests.request for stream parameter
Returns:
requests.models.Response
'''
if is_rdf:
'''
Acceptable content negotiated response formats include:
application/ld+json (discouraged, if not prohibited, as it drops prefixes used in repository)
application/n-triples
application/rdf+xml
text/n3 (or text/rdf+n3)
text/plain
text/turtle (or application/x-turtle)
'''
if verb == 'GET':
if not response_format:
response_format = self.repo.default_serialization
if headers and 'Accept' not in headers.keys():
headers['Accept'] = response_format
else:
headers = {'Accept':response_format}
if type(uri) == rdflib.term.URIRef:
uri = uri.toPython()
logger.debug("%s request for %s, format %s, headers %s" %
(verb, uri, response_format, headers))
session = requests.Session()
request = requests.Request(verb, uri, auth=(self.repo.username, self.repo.password), data=data, headers=headers, files=files)
prepped_request = session.prepare_request(request)
response = session.send(prepped_request,
stream=stream,
)
return response |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '20']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'create'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '8', '11', '14', '17']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'default_parameter', 'children': ['6', '7']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'specify_uri'}, {'id': '7', 'type': 'False', 'children': []}; {'id': '8', 'type': 'default_parameter', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'ignore_tombstone'}; {'id': '10', 'type': 'False', 'children': []}, {'id': '11', 'type': 'default_parameter', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'serialization_format'}, {'id': '13', 'type': 'None', 'children': []}; {'id': '14', 'type': 'default_parameter', 'children': ['15', '16']}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'stream'}; {'id': '16', 'type': 'False', 'children': []}, {'id': '17', 'type': 'default_parameter', 'children': ['18', '19']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'auto_refresh'}, {'id': '19', 'type': 'None', 'children': []}; {'id': '20', 'type': 'block', 'children': ['21', '23']}, {'id': '21', 'type': 'expression_statement', 'children': ['22']}; {'id': '22', 'type': 'string', 'children': [], 'value': "'''\n\t\tPrimary method to create resources.\n\t\tArgs:\n\t\t\tspecify_uri (bool): If True, uses PUT verb and sets the URI during creation. If False, uses POST and gets repository minted URI\n\t\t\tignore_tombstone (bool): If True, will attempt creation, if tombstone exists (409), will delete tombstone and retry\n\t\t\tserialization_format(str): Content-Type header / mimetype that will be used to serialize self.rdf.graph, and set headers for PUT/POST requests\n\t\t\tauto_refresh (bool): If True, refreshes resource after update. If left None, defaults to repo.default_auto_refresh\n\t\t'''"}, {'id': '23', 'type': 'if_statement', 'children': ['24', '27', '33']}; {'id': '24', 'type': 'attribute', 'children': ['25', '26']}, {'id': '25', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'exists'}, {'id': '27', 'type': 'block', 'children': ['28']}; {'id': '28', 'type': 'raise_statement', 'children': ['29']}, {'id': '29', 'type': 'call', 'children': ['30', '31']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'Exception'}, {'id': '31', 'type': 'argument_list', 'children': ['32']}; {'id': '32', 'type': 'string', 'children': [], 'value': "'resource exists attribute True, aborting'"}, {'id': '33', 'type': 'else_clause', 'children': ['34']}; {'id': '34', 'type': 'block', 'children': ['35', '48', '61', '143', '170']}, {'id': '35', 'type': 'if_statement', 'children': ['36', '37', '42']}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'specify_uri'}, {'id': '37', 'type': 'block', 'children': ['38']}; {'id': '38', 'type': 'expression_statement', 'children': ['39']}, {'id': '39', 'type': 'assignment', 'children': ['40', '41']}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'verb'}, {'id': '41', 'type': 'string', 'children': [], 'value': "'PUT'"}; {'id': '42', 'type': 'else_clause', 'children': ['43']}, {'id': '43', 'type': 'block', 'children': ['44']}; {'id': '44', 'type': 'expression_statement', 'children': ['45']}, {'id': '45', 'type': 'assignment', 'children': ['46', '47']}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'verb'}, {'id': '47', 'type': 'string', 'children': [], 'value': "'POST'"}; {'id': '48', 'type': 'expression_statement', 'children': ['49']}, {'id': '49', 'type': 'call', 'children': ['50', '53']}; {'id': '50', 'type': 'attribute', 'children': ['51', '52']}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'logger'}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'debug'}, {'id': '53', 'type': 'argument_list', 'children': ['54']}; {'id': '54', 'type': 'binary_operator', 'children': ['55', '56'], 'value': '%'}, {'id': '55', 'type': 'string', 'children': [], 'value': "'creating resource %s with verb %s'"}; {'id': '56', 'type': 'tuple', 'children': ['57', '60']}, {'id': '57', 'type': 'attribute', 'children': ['58', '59']}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'uri'}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'verb'}, {'id': '61', 'type': 'if_statement', 'children': ['62', '70', '87']}; {'id': '62', 'type': 'call', 'children': ['63', '64']}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'issubclass'}; {'id': '64', 'type': 'argument_list', 'children': ['65', '69']}, {'id': '65', 'type': 'call', 'children': ['66', '67']}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'type'}, {'id': '67', 'type': 'argument_list', 'children': ['68']}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'NonRDFSource'}; {'id': '70', 'type': 'block', 'children': ['71', '79']}, {'id': '71', 'type': 'expression_statement', 'children': ['72']}; {'id': '72', 'type': 'call', 'children': ['73', '78']}, {'id': '73', 'type': 'attribute', 'children': ['74', '77']}; {'id': '74', 'type': 'attribute', 'children': ['75', '76']}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'binary'}, {'id': '77', 'type': 'identifier', 'children': [], 'value': '_prep_binary'}; {'id': '78', 'type': 'argument_list', 'children': []}, {'id': '79', 'type': 'expression_statement', 'children': ['80']}; {'id': '80', 'type': 'assignment', 'children': ['81', '82']}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'data'}; {'id': '82', 'type': 'attribute', 'children': ['83', '86']}, {'id': '83', 'type': 'attribute', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'binary'}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'data'}, {'id': '87', 'type': 'else_clause', 'children': ['88']}; {'id': '88', 'type': 'block', 'children': ['89', '101', '116', '123', '135']}, {'id': '89', 'type': 'if_statement', 'children': ['90', '92']}; {'id': '90', 'type': 'not_operator', 'children': ['91']}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'serialization_format'}; {'id': '92', 'type': 'block', 'children': ['93']}, {'id': '93', 'type': 'expression_statement', 'children': ['94']}; {'id': '94', 'type': 'assignment', 'children': ['95', '96']}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'serialization_format'}; {'id': '96', 'type': 'attribute', 'children': ['97', '100']}, {'id': '97', 'type': 'attribute', 'children': ['98', '99']}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'repo'}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'default_serialization'}, {'id': '101', 'type': 'expression_statement', 'children': ['102']}; {'id': '102', 'type': 'assignment', 'children': ['103', '104']}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'data'}; {'id': '104', 'type': 'call', 'children': ['105', '112']}, {'id': '105', 'type': 'attribute', 'children': ['106', '111']}; {'id': '106', 'type': 'attribute', 'children': ['107', '110']}, {'id': '107', 'type': 'attribute', 'children': ['108', '109']}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'rdf'}; {'id': '110', 'type': 'identifier', 'children': [], 'value': 'graph'}, {'id': '111', 'type': 'identifier', 'children': [], 'value': 'serialize'}; {'id': '112', 'type': 'argument_list', 'children': ['113']}, {'id': '113', 'type': 'keyword_argument', 'children': ['114', '115']}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'format'}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'serialization_format'}; {'id': '116', 'type': 'expression_statement', 'children': ['117']}, {'id': '117', 'type': 'call', 'children': ['118', '121']}; {'id': '118', 'type': 'attribute', 'children': ['119', '120']}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'logger'}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'debug'}, {'id': '121', 'type': 'argument_list', 'children': ['122']}; {'id': '122', 'type': 'string', 'children': [], 'value': "'Serialized graph used for resource creation:'"}, {'id': '123', 'type': 'expression_statement', 'children': ['124']}; {'id': '124', 'type': 'call', 'children': ['125', '128']}, {'id': '125', 'type': 'attribute', 'children': ['126', '127']}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'logger'}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'debug'}; {'id': '128', 'type': 'argument_list', 'children': ['129']}, {'id': '129', 'type': 'call', 'children': ['130', '133']}; {'id': '130', 'type': 'attribute', 'children': ['131', '132']}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'data'}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'decode'}, {'id': '133', 'type': 'argument_list', 'children': ['134']}; {'id': '134', 'type': 'string', 'children': [], 'value': "'utf-8'"}, {'id': '135', 'type': 'expression_statement', 'children': ['136']}; {'id': '136', 'type': 'assignment', 'children': ['137', '142']}, {'id': '137', 'type': 'subscript', 'children': ['138', '141']}; {'id': '138', 'type': 'attribute', 'children': ['139', '140']}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'headers'}, {'id': '141', 'type': 'string', 'children': [], 'value': "'Content-Type'"}; {'id': '142', 'type': 'identifier', 'children': [], 'value': 'serialization_format'}, {'id': '143', 'type': 'expression_statement', 'children': ['144']}; {'id': '144', 'type': 'assignment', 'children': ['145', '146']}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '146', 'type': 'call', 'children': ['147', '154']}, {'id': '147', 'type': 'attribute', 'children': ['148', '153']}; {'id': '148', 'type': 'attribute', 'children': ['149', '152']}, {'id': '149', 'type': 'attribute', 'children': ['150', '151']}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'repo'}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'api'}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 'http_request'}; {'id': '154', 'type': 'argument_list', 'children': ['155', '156', '159', '162', '167']}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'verb'}; {'id': '156', 'type': 'attribute', 'children': ['157', '158']}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'uri'}, {'id': '159', 'type': 'keyword_argument', 'children': ['160', '161']}; {'id': '160', 'type': 'identifier', 'children': [], 'value': 'data'}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'data'}; {'id': '162', 'type': 'keyword_argument', 'children': ['163', '164']}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'headers'}; {'id': '164', 'type': 'attribute', 'children': ['165', '166']}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'headers'}, {'id': '167', 'type': 'keyword_argument', 'children': ['168', '169']}; {'id': '168', 'type': 'identifier', 'children': [], 'value': 'stream'}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'stream'}; {'id': '170', 'type': 'return_statement', 'children': ['171']}, {'id': '171', 'type': 'call', 'children': ['172', '175']}; {'id': '172', 'type': 'attribute', 'children': ['173', '174']}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '174', 'type': 'identifier', 'children': [], 'value': '_handle_create'}, {'id': '175', 'type': 'argument_list', 'children': ['176', '177', '178']}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'ignore_tombstone'} | def create(self, specify_uri=False, ignore_tombstone=False, serialization_format=None, stream=False, auto_refresh=None):
'''
Primary method to create resources.
Args:
specify_uri (bool): If True, uses PUT verb and sets the URI during creation. If False, uses POST and gets repository minted URI
ignore_tombstone (bool): If True, will attempt creation, if tombstone exists (409), will delete tombstone and retry
serialization_format(str): Content-Type header / mimetype that will be used to serialize self.rdf.graph, and set headers for PUT/POST requests
auto_refresh (bool): If True, refreshes resource after update. If left None, defaults to repo.default_auto_refresh
'''
if self.exists:
raise Exception('resource exists attribute True, aborting')
else:
if specify_uri:
verb = 'PUT'
else:
verb = 'POST'
logger.debug('creating resource %s with verb %s' % (self.uri, verb))
if issubclass(type(self),NonRDFSource):
self.binary._prep_binary()
data = self.binary.data
else:
if not serialization_format:
serialization_format = self.repo.default_serialization
data = self.rdf.graph.serialize(format=serialization_format)
logger.debug('Serialized graph used for resource creation:')
logger.debug(data.decode('utf-8'))
self.headers['Content-Type'] = serialization_format
response = self.repo.api.http_request(verb, self.uri, data=data, headers=self.headers, stream=stream)
return self._handle_create(response, ignore_tombstone, auto_refresh) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '8']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'refresh'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'default_parameter', 'children': ['6', '7']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'refresh_binary'}, {'id': '7', 'type': 'True', 'children': []}; {'id': '8', 'type': 'block', 'children': ['9', '11', '24', '50']}, {'id': '9', 'type': 'expression_statement', 'children': ['10']}; {'id': '10', 'type': 'string', 'children': [], 'value': "'''\n\t\tPerforms GET request and refreshes RDF information for resource.\n\t\tArgs:\n\t\t\tNone\n\t\tReturns:\n\t\t\tNone\n\t\t'''"}, {'id': '11', 'type': 'expression_statement', 'children': ['12']}; {'id': '12', 'type': 'assignment', 'children': ['13', '14']}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'updated_self'}; {'id': '14', 'type': 'call', 'children': ['15', '20']}, {'id': '15', 'type': 'attribute', 'children': ['16', '19']}; {'id': '16', 'type': 'attribute', 'children': ['17', '18']}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'repo'}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'get_resource'}; {'id': '20', 'type': 'argument_list', 'children': ['21']}, {'id': '21', 'type': 'attribute', 'children': ['22', '23']}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'uri'}; {'id': '24', 'type': 'if_statement', 'children': ['25', '34']}, {'id': '25', 'type': 'not_operator', 'children': ['26']}; {'id': '26', 'type': 'call', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'isinstance'}; {'id': '28', 'type': 'argument_list', 'children': ['29', '30']}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '30', 'type': 'call', 'children': ['31', '32']}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'type'}; {'id': '32', 'type': 'argument_list', 'children': ['33']}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'updated_self'}; {'id': '34', 'type': 'block', 'children': ['35']}, {'id': '35', 'type': 'raise_statement', 'children': ['36']}; {'id': '36', 'type': 'call', 'children': ['37', '38']}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'Exception'}; {'id': '38', 'type': 'argument_list', 'children': ['39']}, {'id': '39', 'type': 'binary_operator', 'children': ['40', '41'], 'value': '%'}; {'id': '40', 'type': 'string', 'children': [], 'value': "'Instantiated %s, but repository reports this resource is %s'"}, {'id': '41', 'type': 'tuple', 'children': ['42', '46']}; {'id': '42', 'type': 'call', 'children': ['43', '44']}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'type'}; {'id': '44', 'type': 'argument_list', 'children': ['45']}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'updated_self'}; {'id': '46', 'type': 'call', 'children': ['47', '48']}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'type'}; {'id': '48', 'type': 'argument_list', 'children': ['49']}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '50', 'type': 'if_statement', 'children': ['51', '52', '146']}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'updated_self'}; {'id': '52', 'type': 'block', 'children': ['53', '61', '73', '81', '89', '103', '111', '130', '143']}, {'id': '53', 'type': 'expression_statement', 'children': ['54']}; {'id': '54', 'type': 'assignment', 'children': ['55', '58']}, {'id': '55', 'type': 'attribute', 'children': ['56', '57']}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'status_code'}; {'id': '58', 'type': 'attribute', 'children': ['59', '60']}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'updated_self'}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'status_code'}, {'id': '61', 'type': 'expression_statement', 'children': ['62']}; {'id': '62', 'type': 'assignment', 'children': ['63', '68']}, {'id': '63', 'type': 'attribute', 'children': ['64', '67']}; {'id': '64', 'type': 'attribute', 'children': ['65', '66']}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'rdf'}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'data'}; {'id': '68', 'type': 'attribute', 'children': ['69', '72']}, {'id': '69', 'type': 'attribute', 'children': ['70', '71']}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'updated_self'}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'rdf'}; {'id': '72', 'type': 'identifier', 'children': [], 'value': 'data'}, {'id': '73', 'type': 'expression_statement', 'children': ['74']}; {'id': '74', 'type': 'assignment', 'children': ['75', '78']}, {'id': '75', 'type': 'attribute', 'children': ['76', '77']}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'headers'}; {'id': '78', 'type': 'attribute', 'children': ['79', '80']}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'updated_self'}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'headers'}, {'id': '81', 'type': 'expression_statement', 'children': ['82']}; {'id': '82', 'type': 'assignment', 'children': ['83', '86']}, {'id': '83', 'type': 'attribute', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'exists'}; {'id': '86', 'type': 'attribute', 'children': ['87', '88']}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'updated_self'}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'exists'}, {'id': '89', 'type': 'if_statement', 'children': ['90', '96']}; {'id': '90', 'type': 'comparison_operator', 'children': ['91', '95'], 'value': '!='}, {'id': '91', 'type': 'call', 'children': ['92', '93']}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'type'}, {'id': '93', 'type': 'argument_list', 'children': ['94']}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'NonRDFSource'}; {'id': '96', 'type': 'block', 'children': ['97']}, {'id': '97', 'type': 'expression_statement', 'children': ['98']}; {'id': '98', 'type': 'call', 'children': ['99', '102']}, {'id': '99', 'type': 'attribute', 'children': ['100', '101']}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '101', 'type': 'identifier', 'children': [], 'value': '_parse_graph'}; {'id': '102', 'type': 'argument_list', 'children': []}, {'id': '103', 'type': 'expression_statement', 'children': ['104']}; {'id': '104', 'type': 'assignment', 'children': ['105', '108']}, {'id': '105', 'type': 'attribute', 'children': ['106', '107']}; {'id': '106', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'versions'}; {'id': '108', 'type': 'call', 'children': ['109', '110']}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'SimpleNamespace'}; {'id': '110', 'type': 'argument_list', 'children': []}, {'id': '111', 'type': 'if_statement', 'children': ['112', '120']}; {'id': '112', 'type': 'boolean_operator', 'children': ['113', '119'], 'value': 'and'}, {'id': '113', 'type': 'comparison_operator', 'children': ['114', '118'], 'value': '=='}; {'id': '114', 'type': 'call', 'children': ['115', '116']}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'type'}; {'id': '116', 'type': 'argument_list', 'children': ['117']}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'updated_self'}; {'id': '118', 'type': 'identifier', 'children': [], 'value': 'NonRDFSource'}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'refresh_binary'}; {'id': '120', 'type': 'block', 'children': ['121']}, {'id': '121', 'type': 'expression_statement', 'children': ['122']}; {'id': '122', 'type': 'call', 'children': ['123', '128']}, {'id': '123', 'type': 'attribute', 'children': ['124', '127']}; {'id': '124', 'type': 'attribute', 'children': ['125', '126']}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'binary'}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'refresh'}; {'id': '128', 'type': 'argument_list', 'children': ['129']}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'updated_self'}; {'id': '130', 'type': 'if_statement', 'children': ['131', '136']}, {'id': '131', 'type': 'call', 'children': ['132', '133']}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'hasattr'}, {'id': '133', 'type': 'argument_list', 'children': ['134', '135']}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '135', 'type': 'string', 'children': [], 'value': "'_post_refresh'"}; {'id': '136', 'type': 'block', 'children': ['137']}, {'id': '137', 'type': 'expression_statement', 'children': ['138']}; {'id': '138', 'type': 'call', 'children': ['139', '142']}, {'id': '139', 'type': 'attribute', 'children': ['140', '141']}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '141', 'type': 'identifier', 'children': [], 'value': '_post_refresh'}; {'id': '142', 'type': 'argument_list', 'children': []}, {'id': '143', 'type': 'delete_statement', 'children': ['144']}; {'id': '144', 'type': 'parenthesized_expression', 'children': ['145']}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'updated_self'}; {'id': '146', 'type': 'else_clause', 'children': ['147']}, {'id': '147', 'type': 'block', 'children': ['148', '155']}; {'id': '148', 'type': 'expression_statement', 'children': ['149']}, {'id': '149', 'type': 'call', 'children': ['150', '153']}; {'id': '150', 'type': 'attribute', 'children': ['151', '152']}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'logger'}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'debug'}, {'id': '153', 'type': 'argument_list', 'children': ['154']}; {'id': '154', 'type': 'string', 'children': [], 'value': "'resource %s not found, dumping values'"}, {'id': '155', 'type': 'expression_statement', 'children': ['156']}; {'id': '156', 'type': 'call', 'children': ['157', '160']}, {'id': '157', 'type': 'attribute', 'children': ['158', '159']}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '159', 'type': 'identifier', 'children': [], 'value': '_empty_resource_attributes'} | def refresh(self, refresh_binary=True):
'''
Performs GET request and refreshes RDF information for resource.
Args:
None
Returns:
None
'''
updated_self = self.repo.get_resource(self.uri)
if not isinstance(self, type(updated_self)):
raise Exception('Instantiated %s, but repository reports this resource is %s' % (type(updated_self), type(self)) )
if updated_self:
self.status_code = updated_self.status_code
self.rdf.data = updated_self.rdf.data
self.headers = updated_self.headers
self.exists = updated_self.exists
if type(self) != NonRDFSource:
self._parse_graph()
self.versions = SimpleNamespace()
if type(updated_self) == NonRDFSource and refresh_binary:
self.binary.refresh(updated_self)
if hasattr(self,'_post_refresh'):
self._post_refresh()
del(updated_self)
else:
logger.debug('resource %s not found, dumping values')
self._empty_resource_attributes() |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '14']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'update'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '8', '11']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'default_parameter', 'children': ['6', '7']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'sparql_query_only'}, {'id': '7', 'type': 'False', 'children': []}; {'id': '8', 'type': 'default_parameter', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'auto_refresh'}; {'id': '10', 'type': 'None', 'children': []}, {'id': '11', 'type': 'default_parameter', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'update_binary'}, {'id': '13', 'type': 'True', 'children': []}; {'id': '14', 'type': 'block', 'children': ['15', '17', '23', '39', '48', '79', '104', '214', '227', '229', '262']}, {'id': '15', 'type': 'expression_statement', 'children': ['16']}; {'id': '16', 'type': 'string', 'children': [], 'value': "'''\n\t\tMethod to update resources in repository. Firing this method computes the difference in the local modified graph and the original one,\n\t\tcreates an instance of SparqlUpdate and builds a sparql query that represents these differences, and sends this as a PATCH request.\n\t\tNote: send PATCH request, regardless of RDF or NonRDF, to [uri]/fcr:metadata\n\t\tIf the resource is NonRDF (Binary), this also method also updates the binary data.\n\t\tArgs:\n\t\t\tsparql_query_only (bool): If True, returns only the sparql query string and does not perform any actual updates\n\t\t\tauto_refresh (bool): If True, refreshes resource after update. If left None, defaults to repo.default_auto_refresh\n\t\t\tupdate_binary (bool): If True, and resource is NonRDF, updates binary data as well\n\t\tReturns:\n\t\t\t(bool)\n\t\t'''"}, {'id': '17', 'type': 'expression_statement', 'children': ['18']}; {'id': '18', 'type': 'call', 'children': ['19', '22']}, {'id': '19', 'type': 'attribute', 'children': ['20', '21']}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '21', 'type': 'identifier', 'children': [], 'value': '_diff_graph'}; {'id': '22', 'type': 'argument_list', 'children': []}, {'id': '23', 'type': 'expression_statement', 'children': ['24']}; {'id': '24', 'type': 'assignment', 'children': ['25', '26']}, {'id': '25', 'type': 'identifier', 'children': [], 'value': 'sq'}; {'id': '26', 'type': 'call', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'SparqlUpdate'}; {'id': '28', 'type': 'argument_list', 'children': ['29', '34']}, {'id': '29', 'type': 'attribute', 'children': ['30', '33']}; {'id': '30', 'type': 'attribute', 'children': ['31', '32']}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '32', 'type': 'identifier', 'children': [], 'value': 'rdf'}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'prefixes'}; {'id': '34', 'type': 'attribute', 'children': ['35', '38']}, {'id': '35', 'type': 'attribute', 'children': ['36', '37']}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'rdf'}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'diffs'}, {'id': '39', 'type': 'if_statement', 'children': ['40', '41']}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'sparql_query_only'}, {'id': '41', 'type': 'block', 'children': ['42']}; {'id': '42', 'type': 'return_statement', 'children': ['43']}, {'id': '43', 'type': 'call', 'children': ['44', '47']}; {'id': '44', 'type': 'attribute', 'children': ['45', '46']}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'sq'}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'build_query'}, {'id': '47', 'type': 'argument_list', 'children': []}; {'id': '48', 'type': 'expression_statement', 'children': ['49']}, {'id': '49', 'type': 'assignment', 'children': ['50', '51']}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '51', 'type': 'call', 'children': ['52', '59']}; {'id': '52', 'type': 'attribute', 'children': ['53', '58']}, {'id': '53', 'type': 'attribute', 'children': ['54', '57']}; {'id': '54', 'type': 'attribute', 'children': ['55', '56']}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'repo'}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'api'}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'http_request'}, {'id': '59', 'type': 'argument_list', 'children': ['60', '61', '66', '73']}; {'id': '60', 'type': 'string', 'children': [], 'value': "'PATCH'"}, {'id': '61', 'type': 'binary_operator', 'children': ['62', '63'], 'value': '%'}; {'id': '62', 'type': 'string', 'children': [], 'value': "'%s/fcr:metadata'"}, {'id': '63', 'type': 'attribute', 'children': ['64', '65']}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'uri'}; {'id': '66', 'type': 'keyword_argument', 'children': ['67', '68']}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'data'}; {'id': '68', 'type': 'call', 'children': ['69', '72']}, {'id': '69', 'type': 'attribute', 'children': ['70', '71']}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'sq'}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'build_query'}; {'id': '72', 'type': 'argument_list', 'children': []}, {'id': '73', 'type': 'keyword_argument', 'children': ['74', '75']}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'headers'}, {'id': '75', 'type': 'dictionary', 'children': ['76']}; {'id': '76', 'type': 'pair', 'children': ['77', '78']}, {'id': '77', 'type': 'string', 'children': [], 'value': "'Content-Type'"}; {'id': '78', 'type': 'string', 'children': [], 'value': "'application/sparql-update'"}, {'id': '79', 'type': 'if_statement', 'children': ['80', '85']}; {'id': '80', 'type': 'comparison_operator', 'children': ['81', '84'], 'value': '!='}, {'id': '81', 'type': 'attribute', 'children': ['82', '83']}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '83', 'type': 'identifier', 'children': [], 'value': 'status_code'}; {'id': '84', 'type': 'integer', 'children': [], 'value': '204'}, {'id': '85', 'type': 'block', 'children': ['86', '95']}; {'id': '86', 'type': 'expression_statement', 'children': ['87']}, {'id': '87', 'type': 'call', 'children': ['88', '91']}; {'id': '88', 'type': 'attribute', 'children': ['89', '90']}, {'id': '89', 'type': 'identifier', 'children': [], 'value': 'logger'}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'debug'}, {'id': '91', 'type': 'argument_list', 'children': ['92']}; {'id': '92', 'type': 'attribute', 'children': ['93', '94']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'content'}, {'id': '95', 'type': 'raise_statement', 'children': ['96']}; {'id': '96', 'type': 'call', 'children': ['97', '98']}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'Exception'}; {'id': '98', 'type': 'argument_list', 'children': ['99']}, {'id': '99', 'type': 'binary_operator', 'children': ['100', '101'], 'value': '%'}; {'id': '100', 'type': 'string', 'children': [], 'value': "'HTTP %s, expecting 204'"}, {'id': '101', 'type': 'attribute', 'children': ['102', '103']}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'status_code'}; {'id': '104', 'type': 'if_statement', 'children': ['105', '128']}, {'id': '105', 'type': 'boolean_operator', 'children': ['106', '114'], 'value': 'and'}; {'id': '106', 'type': 'boolean_operator', 'children': ['107', '113'], 'value': 'and'}, {'id': '107', 'type': 'comparison_operator', 'children': ['108', '112'], 'value': '=='}; {'id': '108', 'type': 'call', 'children': ['109', '110']}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'type'}; {'id': '110', 'type': 'argument_list', 'children': ['111']}, {'id': '111', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'NonRDFSource'}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'update_binary'}; {'id': '114', 'type': 'comparison_operator', 'children': ['115', '123'], 'value': '!='}, {'id': '115', 'type': 'call', 'children': ['116', '117']}; {'id': '116', 'type': 'identifier', 'children': [], 'value': 'type'}, {'id': '117', 'type': 'argument_list', 'children': ['118']}; {'id': '118', 'type': 'attribute', 'children': ['119', '122']}, {'id': '119', 'type': 'attribute', 'children': ['120', '121']}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'binary'}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'data'}, {'id': '123', 'type': 'attribute', 'children': ['124', '127']}; {'id': '124', 'type': 'attribute', 'children': ['125', '126']}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'requests'}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'models'}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'Response'}; {'id': '128', 'type': 'block', 'children': ['129', '137', '145', '174']}, {'id': '129', 'type': 'expression_statement', 'children': ['130']}; {'id': '130', 'type': 'call', 'children': ['131', '136']}, {'id': '131', 'type': 'attribute', 'children': ['132', '135']}; {'id': '132', 'type': 'attribute', 'children': ['133', '134']}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'binary'}, {'id': '135', 'type': 'identifier', 'children': [], 'value': '_prep_binary'}; {'id': '136', 'type': 'argument_list', 'children': []}, {'id': '137', 'type': 'expression_statement', 'children': ['138']}; {'id': '138', 'type': 'assignment', 'children': ['139', '140']}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'binary_data'}; {'id': '140', 'type': 'attribute', 'children': ['141', '144']}, {'id': '141', 'type': 'attribute', 'children': ['142', '143']}; {'id': '142', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'binary'}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'data'}, {'id': '145', 'type': 'expression_statement', 'children': ['146']}; {'id': '146', 'type': 'assignment', 'children': ['147', '148']}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'binary_response'}; {'id': '148', 'type': 'call', 'children': ['149', '156']}, {'id': '149', 'type': 'attribute', 'children': ['150', '155']}; {'id': '150', 'type': 'attribute', 'children': ['151', '154']}, {'id': '151', 'type': 'attribute', 'children': ['152', '153']}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 'repo'}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'api'}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'http_request'}; {'id': '156', 'type': 'argument_list', 'children': ['157', '158', '161', '164']}, {'id': '157', 'type': 'string', 'children': [], 'value': "'PUT'"}; {'id': '158', 'type': 'attribute', 'children': ['159', '160']}, {'id': '159', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '160', 'type': 'identifier', 'children': [], 'value': 'uri'}, {'id': '161', 'type': 'keyword_argument', 'children': ['162', '163']}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'data'}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'binary_data'}; {'id': '164', 'type': 'keyword_argument', 'children': ['165', '166']}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'headers'}; {'id': '166', 'type': 'dictionary', 'children': ['167']}, {'id': '167', 'type': 'pair', 'children': ['168', '169']}; {'id': '168', 'type': 'string', 'children': [], 'value': "'Content-Type'"}, {'id': '169', 'type': 'attribute', 'children': ['170', '173']}; {'id': '170', 'type': 'attribute', 'children': ['171', '172']}, {'id': '171', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'binary'}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'mimetype'}; {'id': '174', 'type': 'if_statement', 'children': ['175', '184']}, {'id': '175', 'type': 'boolean_operator', 'children': ['176', '178'], 'value': 'and'}; {'id': '176', 'type': 'not_operator', 'children': ['177']}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'auto_refresh'}; {'id': '178', 'type': 'not_operator', 'children': ['179']}, {'id': '179', 'type': 'attribute', 'children': ['180', '183']}; {'id': '180', 'type': 'attribute', 'children': ['181', '182']}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'repo'}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 'default_auto_refresh'}; {'id': '184', 'type': 'block', 'children': ['185', '192', '205']}, {'id': '185', 'type': 'expression_statement', 'children': ['186']}; {'id': '186', 'type': 'call', 'children': ['187', '190']}, {'id': '187', 'type': 'attribute', 'children': ['188', '189']}; {'id': '188', 'type': 'identifier', 'children': [], 'value': 'logger'}, {'id': '189', 'type': 'identifier', 'children': [], 'value': 'debug'}; {'id': '190', 'type': 'argument_list', 'children': ['191']}, {'id': '191', 'type': 'string', 'children': [], 'value': '"not refreshing resource RDF, but updated binary, so must refresh binary data"'}; {'id': '192', 'type': 'expression_statement', 'children': ['193']}, {'id': '193', 'type': 'assignment', 'children': ['194', '195']}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'updated_self'}, {'id': '195', 'type': 'call', 'children': ['196', '201']}; {'id': '196', 'type': 'attribute', 'children': ['197', '200']}, {'id': '197', 'type': 'attribute', 'children': ['198', '199']}; {'id': '198', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'repo'}; {'id': '200', 'type': 'identifier', 'children': [], 'value': 'get_resource'}, {'id': '201', 'type': 'argument_list', 'children': ['202']}; {'id': '202', 'type': 'attribute', 'children': ['203', '204']}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '204', 'type': 'identifier', 'children': [], 'value': 'uri'}, {'id': '205', 'type': 'expression_statement', 'children': ['206']}; {'id': '206', 'type': 'call', 'children': ['207', '212']}, {'id': '207', 'type': 'attribute', 'children': ['208', '211']}; {'id': '208', 'type': 'attribute', 'children': ['209', '210']}, {'id': '209', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '210', 'type': 'identifier', 'children': [], 'value': 'binary'}, {'id': '211', 'type': 'identifier', 'children': [], 'value': 'refresh'}; {'id': '212', 'type': 'argument_list', 'children': ['213']}, {'id': '213', 'type': 'identifier', 'children': [], 'value': 'updated_self'}; {'id': '214', 'type': 'if_statement', 'children': ['215', '220']}, {'id': '215', 'type': 'call', 'children': ['216', '217']}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'hasattr'}, {'id': '217', 'type': 'argument_list', 'children': ['218', '219']}; {'id': '218', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '219', 'type': 'string', 'children': [], 'value': "'_post_update'"}; {'id': '220', 'type': 'block', 'children': ['221']}, {'id': '221', 'type': 'expression_statement', 'children': ['222']}; {'id': '222', 'type': 'call', 'children': ['223', '226']}, {'id': '223', 'type': 'attribute', 'children': ['224', '225']}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '225', 'type': 'identifier', 'children': [], 'value': '_post_update'}; {'id': '226', 'type': 'argument_list', 'children': []}, {'id': '227', 'type': 'expression_statement', 'children': ['228']}; {'id': '228', 'type': 'string', 'children': [], 'value': "'''\n\t\tIf not updating binary, pass that bool to refresh as refresh_binary flag to avoid touching binary data\n\t\t'''"}, {'id': '229', 'type': 'if_statement', 'children': ['230', '231', '241']}; {'id': '230', 'type': 'identifier', 'children': [], 'value': 'auto_refresh'}, {'id': '231', 'type': 'block', 'children': ['232']}; {'id': '232', 'type': 'expression_statement', 'children': ['233']}, {'id': '233', 'type': 'call', 'children': ['234', '237']}; {'id': '234', 'type': 'attribute', 'children': ['235', '236']}, {'id': '235', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '236', 'type': 'identifier', 'children': [], 'value': 'refresh'}, {'id': '237', 'type': 'argument_list', 'children': ['238']}; {'id': '238', 'type': 'keyword_argument', 'children': ['239', '240']}, {'id': '239', 'type': 'identifier', 'children': [], 'value': 'refresh_binary'}; {'id': '240', 'type': 'identifier', 'children': [], 'value': 'update_binary'}, {'id': '241', 'type': 'elif_clause', 'children': ['242', '245']}; {'id': '242', 'type': 'comparison_operator', 'children': ['243', '244'], 'value': '=='}, {'id': '243', 'type': 'identifier', 'children': [], 'value': 'auto_refresh'}; {'id': '244', 'type': 'None', 'children': []}, {'id': '245', 'type': 'block', 'children': ['246']}; {'id': '246', 'type': 'if_statement', 'children': ['247', '252']}, {'id': '247', 'type': 'attribute', 'children': ['248', '251']}; {'id': '248', 'type': 'attribute', 'children': ['249', '250']}, {'id': '249', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '250', 'type': 'identifier', 'children': [], 'value': 'repo'}, {'id': '251', 'type': 'identifier', 'children': [], 'value': 'default_auto_refresh'}; {'id': '252', 'type': 'block', 'children': ['253']}, {'id': '253', 'type': 'expression_statement', 'children': ['254']}; {'id': '254', 'type': 'call', 'children': ['255', '258']}, {'id': '255', 'type': 'attribute', 'children': ['256', '257']}; {'id': '256', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '257', 'type': 'identifier', 'children': [], 'value': 'refresh'}; {'id': '258', 'type': 'argument_list', 'children': ['259']}, {'id': '259', 'type': 'keyword_argument', 'children': ['260', '261']}; {'id': '260', 'type': 'identifier', 'children': [], 'value': 'refresh_binary'}, {'id': '261', 'type': 'identifier', 'children': [], 'value': 'update_binary'}; {'id': '262', 'type': 'return_statement', 'children': ['263']}, {'id': '263', 'type': 'True', 'children': []} | def update(self, sparql_query_only=False, auto_refresh=None, update_binary=True):
'''
Method to update resources in repository. Firing this method computes the difference in the local modified graph and the original one,
creates an instance of SparqlUpdate and builds a sparql query that represents these differences, and sends this as a PATCH request.
Note: send PATCH request, regardless of RDF or NonRDF, to [uri]/fcr:metadata
If the resource is NonRDF (Binary), this also method also updates the binary data.
Args:
sparql_query_only (bool): If True, returns only the sparql query string and does not perform any actual updates
auto_refresh (bool): If True, refreshes resource after update. If left None, defaults to repo.default_auto_refresh
update_binary (bool): If True, and resource is NonRDF, updates binary data as well
Returns:
(bool)
'''
self._diff_graph()
sq = SparqlUpdate(self.rdf.prefixes, self.rdf.diffs)
if sparql_query_only:
return sq.build_query()
response = self.repo.api.http_request(
'PATCH',
'%s/fcr:metadata' % self.uri,
data=sq.build_query(),
headers={'Content-Type':'application/sparql-update'})
if response.status_code != 204:
logger.debug(response.content)
raise Exception('HTTP %s, expecting 204' % response.status_code)
if type(self) == NonRDFSource and update_binary and type(self.binary.data) != requests.models.Response:
self.binary._prep_binary()
binary_data = self.binary.data
binary_response = self.repo.api.http_request(
'PUT',
self.uri,
data=binary_data,
headers={'Content-Type':self.binary.mimetype})
if not auto_refresh and not self.repo.default_auto_refresh:
logger.debug("not refreshing resource RDF, but updated binary, so must refresh binary data")
updated_self = self.repo.get_resource(self.uri)
self.binary.refresh(updated_self)
if hasattr(self,'_post_update'):
self._post_update()
'''
If not updating binary, pass that bool to refresh as refresh_binary flag to avoid touching binary data
'''
if auto_refresh:
self.refresh(refresh_binary=update_binary)
elif auto_refresh == None:
if self.repo.default_auto_refresh:
self.refresh(refresh_binary=update_binary)
return True |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '4']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'update_gunicorns'}, {'id': '3', 'type': 'parameters', 'children': []}; {'id': '4', 'type': 'block', 'children': ['5', '7', '11', '22', '26', '45', '66', '79', '88', '97', '241', '265', '284']}, {'id': '5', 'type': 'global_statement', 'children': ['6']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'tick'}, {'id': '7', 'type': 'expression_statement', 'children': ['8']}; {'id': '8', 'type': 'augmented_assignment', 'children': ['9', '10'], 'value': '+='}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'tick'}; {'id': '10', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '11', 'type': 'if_statement', 'children': ['12', '20']}; {'id': '12', 'type': 'comparison_operator', 'children': ['13', '19'], 'value': '!='}, {'id': '13', 'type': 'binary_operator', 'children': ['14', '18'], 'value': '%'}; {'id': '14', 'type': 'parenthesized_expression', 'children': ['15']}, {'id': '15', 'type': 'binary_operator', 'children': ['16', '17'], 'value': '*'}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'tick'}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'screen_delay'}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'ps_delay'}, {'id': '19', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '20', 'type': 'block', 'children': ['21']}, {'id': '21', 'type': 'return_statement', 'children': []}; {'id': '22', 'type': 'expression_statement', 'children': ['23']}, {'id': '23', 'type': 'assignment', 'children': ['24', '25']}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'tick'}, {'id': '25', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '26', 'type': 'for_statement', 'children': ['27', '28', '29']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'pid'}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'gunicorns'}, {'id': '29', 'type': 'block', 'children': ['30']}; {'id': '30', 'type': 'expression_statement', 'children': ['31']}, {'id': '31', 'type': 'call', 'children': ['32', '37']}; {'id': '32', 'type': 'attribute', 'children': ['33', '36']}, {'id': '33', 'type': 'subscript', 'children': ['34', '35']}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'gunicorns'}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'pid'}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'update'}, {'id': '37', 'type': 'argument_list', 'children': ['38']}; {'id': '38', 'type': 'dictionary', 'children': ['39', '42']}, {'id': '39', 'type': 'pair', 'children': ['40', '41']}; {'id': '40', 'type': 'string', 'children': [], 'value': '"workers"'}, {'id': '41', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '42', 'type': 'pair', 'children': ['43', '44']}, {'id': '43', 'type': 'string', 'children': [], 'value': '"mem"'}; {'id': '44', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '45', 'type': 'expression_statement', 'children': ['46']}; {'id': '46', 'type': 'assignment', 'children': ['47', '48']}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'ps'}; {'id': '48', 'type': 'call', 'children': ['49', '64']}, {'id': '49', 'type': 'attribute', 'children': ['50', '63']}; {'id': '50', 'type': 'subscript', 'children': ['51', '62']}, {'id': '51', 'type': 'call', 'children': ['52', '61']}; {'id': '52', 'type': 'attribute', 'children': ['53', '60']}, {'id': '53', 'type': 'call', 'children': ['54', '55']}; {'id': '54', 'type': 'identifier', 'children': [], 'value': 'Popen'}, {'id': '55', 'type': 'argument_list', 'children': ['56', '57']}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'PS_ARGS'}, {'id': '57', 'type': 'keyword_argument', 'children': ['58', '59']}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'stdout'}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'PIPE'}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'communicate'}, {'id': '61', 'type': 'argument_list', 'children': []}; {'id': '62', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'split'}; {'id': '64', 'type': 'argument_list', 'children': ['65']}, {'id': '65', 'type': 'string', 'children': [], 'value': '"\\n"'}; {'id': '66', 'type': 'expression_statement', 'children': ['67']}, {'id': '67', 'type': 'assignment', 'children': ['68', '69']}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'headings'}, {'id': '69', 'type': 'call', 'children': ['70', '78']}; {'id': '70', 'type': 'attribute', 'children': ['71', '77']}, {'id': '71', 'type': 'call', 'children': ['72', '75']}; {'id': '72', 'type': 'attribute', 'children': ['73', '74']}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'ps'}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'pop'}, {'id': '75', 'type': 'argument_list', 'children': ['76']}; {'id': '76', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'split'}; {'id': '78', 'type': 'argument_list', 'children': []}, {'id': '79', 'type': 'expression_statement', 'children': ['80']}; {'id': '80', 'type': 'assignment', 'children': ['81', '82']}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'name_col'}; {'id': '82', 'type': 'call', 'children': ['83', '86']}, {'id': '83', 'type': 'attribute', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'headings'}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'index'}; {'id': '86', 'type': 'argument_list', 'children': ['87']}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'cmd_heading'}; {'id': '88', 'type': 'expression_statement', 'children': ['89']}, {'id': '89', 'type': 'assignment', 'children': ['90', '91']}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'num_cols'}, {'id': '91', 'type': 'binary_operator', 'children': ['92', '96'], 'value': '-'}; {'id': '92', 'type': 'call', 'children': ['93', '94']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '94', 'type': 'argument_list', 'children': ['95']}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'headings'}; {'id': '96', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '97', 'type': 'for_statement', 'children': ['98', '99', '100']}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'row'}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'ps'}; {'id': '100', 'type': 'block', 'children': ['101', '111']}, {'id': '101', 'type': 'expression_statement', 'children': ['102']}; {'id': '102', 'type': 'assignment', 'children': ['103', '104']}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'cols'}; {'id': '104', 'type': 'call', 'children': ['105', '108']}, {'id': '105', 'type': 'attribute', 'children': ['106', '107']}; {'id': '106', 'type': 'identifier', 'children': [], 'value': 'row'}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'split'}; {'id': '108', 'type': 'argument_list', 'children': ['109', '110']}, {'id': '109', 'type': 'None', 'children': []}; {'id': '110', 'type': 'identifier', 'children': [], 'value': 'num_cols'}, {'id': '111', 'type': 'if_statement', 'children': ['112', '119']}; {'id': '112', 'type': 'boolean_operator', 'children': ['113', '114'], 'value': 'and'}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'cols'}; {'id': '114', 'type': 'comparison_operator', 'children': ['115', '116'], 'value': 'in'}, {'id': '115', 'type': 'string', 'children': [], 'value': '"gunicorn: "'}; {'id': '116', 'type': 'subscript', 'children': ['117', '118']}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'cols'}; {'id': '118', 'type': 'identifier', 'children': [], 'value': 'name_col'}, {'id': '119', 'type': 'block', 'children': ['120', '137', '164', '212', '230']}; {'id': '120', 'type': 'if_statement', 'children': ['121', '126', '131']}, {'id': '121', 'type': 'comparison_operator', 'children': ['122', '123'], 'value': 'in'}; {'id': '122', 'type': 'string', 'children': [], 'value': '"gunicorn: worker"'}, {'id': '123', 'type': 'subscript', 'children': ['124', '125']}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'cols'}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'name_col'}; {'id': '126', 'type': 'block', 'children': ['127']}, {'id': '127', 'type': 'expression_statement', 'children': ['128']}; {'id': '128', 'type': 'assignment', 'children': ['129', '130']}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'is_worker'}; {'id': '130', 'type': 'True', 'children': []}, {'id': '131', 'type': 'else_clause', 'children': ['132']}; {'id': '132', 'type': 'block', 'children': ['133']}, {'id': '133', 'type': 'expression_statement', 'children': ['134']}; {'id': '134', 'type': 'assignment', 'children': ['135', '136']}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'is_worker'}; {'id': '136', 'type': 'False', 'children': []}, {'id': '137', 'type': 'if_statement', 'children': ['138', '139', '151']}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'is_worker'}, {'id': '139', 'type': 'block', 'children': ['140']}; {'id': '140', 'type': 'expression_statement', 'children': ['141']}, {'id': '141', 'type': 'assignment', 'children': ['142', '143']}; {'id': '142', 'type': 'identifier', 'children': [], 'value': 'pid'}, {'id': '143', 'type': 'subscript', 'children': ['144', '145']}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'cols'}, {'id': '145', 'type': 'call', 'children': ['146', '149']}; {'id': '146', 'type': 'attribute', 'children': ['147', '148']}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'headings'}; {'id': '148', 'type': 'identifier', 'children': [], 'value': 'index'}, {'id': '149', 'type': 'argument_list', 'children': ['150']}; {'id': '150', 'type': 'string', 'children': [], 'value': '"PPID"'}, {'id': '151', 'type': 'else_clause', 'children': ['152']}; {'id': '152', 'type': 'block', 'children': ['153']}, {'id': '153', 'type': 'expression_statement', 'children': ['154']}; {'id': '154', 'type': 'assignment', 'children': ['155', '156']}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'pid'}; {'id': '156', 'type': 'subscript', 'children': ['157', '158']}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'cols'}; {'id': '158', 'type': 'call', 'children': ['159', '162']}, {'id': '159', 'type': 'attribute', 'children': ['160', '161']}; {'id': '160', 'type': 'identifier', 'children': [], 'value': 'headings'}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'index'}; {'id': '162', 'type': 'argument_list', 'children': ['163']}, {'id': '163', 'type': 'string', 'children': [], 'value': '"PID"'}; {'id': '164', 'type': 'if_statement', 'children': ['165', '168']}, {'id': '165', 'type': 'comparison_operator', 'children': ['166', '167'], 'value': 'not'}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'pid'}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'gunicorns'}; {'id': '168', 'type': 'block', 'children': ['169']}, {'id': '169', 'type': 'expression_statement', 'children': ['170']}; {'id': '170', 'type': 'assignment', 'children': ['171', '174']}, {'id': '171', 'type': 'subscript', 'children': ['172', '173']}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'gunicorns'}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'pid'}; {'id': '174', 'type': 'dictionary', 'children': ['175', '178', '181', '184']}, {'id': '175', 'type': 'pair', 'children': ['176', '177']}; {'id': '176', 'type': 'string', 'children': [], 'value': '"workers"'}, {'id': '177', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '178', 'type': 'pair', 'children': ['179', '180']}, {'id': '179', 'type': 'string', 'children': [], 'value': '"mem"'}; {'id': '180', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '181', 'type': 'pair', 'children': ['182', '183']}; {'id': '182', 'type': 'string', 'children': [], 'value': '"port"'}, {'id': '183', 'type': 'None', 'children': []}; {'id': '184', 'type': 'pair', 'children': ['185', '186']}, {'id': '185', 'type': 'string', 'children': [], 'value': '"name"'}; {'id': '186', 'type': 'subscript', 'children': ['187', '208']}, {'id': '187', 'type': 'call', 'children': ['188', '205']}; {'id': '188', 'type': 'attribute', 'children': ['189', '204']}, {'id': '189', 'type': 'subscript', 'children': ['190', '203']}; {'id': '190', 'type': 'call', 'children': ['191', '200']}, {'id': '191', 'type': 'attribute', 'children': ['192', '199']}; {'id': '192', 'type': 'call', 'children': ['193', '198']}, {'id': '193', 'type': 'attribute', 'children': ['194', '197']}; {'id': '194', 'type': 'subscript', 'children': ['195', '196']}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'cols'}; {'id': '196', 'type': 'identifier', 'children': [], 'value': 'name_col'}, {'id': '197', 'type': 'identifier', 'children': [], 'value': 'strip'}; {'id': '198', 'type': 'argument_list', 'children': []}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'split'}; {'id': '200', 'type': 'argument_list', 'children': ['201', '202']}, {'id': '201', 'type': 'string', 'children': [], 'value': '"["'}; {'id': '202', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '203', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '204', 'type': 'identifier', 'children': [], 'value': 'split'}, {'id': '205', 'type': 'argument_list', 'children': ['206', '207']}; {'id': '206', 'type': 'string', 'children': [], 'value': '"]"'}, {'id': '207', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '208', 'type': 'slice', 'children': ['209', '210']}, {'id': '209', 'type': 'colon', 'children': []}; {'id': '210', 'type': 'unary_operator', 'children': ['211'], 'value': '-'}, {'id': '211', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '212', 'type': 'expression_statement', 'children': ['213']}, {'id': '213', 'type': 'augmented_assignment', 'children': ['214', '219'], 'value': '+='}; {'id': '214', 'type': 'subscript', 'children': ['215', '218']}, {'id': '215', 'type': 'subscript', 'children': ['216', '217']}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'gunicorns'}, {'id': '217', 'type': 'identifier', 'children': [], 'value': 'pid'}; {'id': '218', 'type': 'string', 'children': [], 'value': '"mem"'}, {'id': '219', 'type': 'call', 'children': ['220', '221']}; {'id': '220', 'type': 'identifier', 'children': [], 'value': 'int'}, {'id': '221', 'type': 'argument_list', 'children': ['222']}; {'id': '222', 'type': 'subscript', 'children': ['223', '224']}, {'id': '223', 'type': 'identifier', 'children': [], 'value': 'cols'}; {'id': '224', 'type': 'call', 'children': ['225', '228']}, {'id': '225', 'type': 'attribute', 'children': ['226', '227']}; {'id': '226', 'type': 'identifier', 'children': [], 'value': 'headings'}, {'id': '227', 'type': 'identifier', 'children': [], 'value': 'index'}; {'id': '228', 'type': 'argument_list', 'children': ['229']}, {'id': '229', 'type': 'string', 'children': [], 'value': '"RSS"'}; {'id': '230', 'type': 'if_statement', 'children': ['231', '232']}, {'id': '231', 'type': 'identifier', 'children': [], 'value': 'is_worker'}; {'id': '232', 'type': 'block', 'children': ['233']}, {'id': '233', 'type': 'expression_statement', 'children': ['234']}; {'id': '234', 'type': 'augmented_assignment', 'children': ['235', '240'], 'value': '+='}, {'id': '235', 'type': 'subscript', 'children': ['236', '239']}; {'id': '236', 'type': 'subscript', 'children': ['237', '238']}, {'id': '237', 'type': 'identifier', 'children': [], 'value': 'gunicorns'}; {'id': '238', 'type': 'identifier', 'children': [], 'value': 'pid'}, {'id': '239', 'type': 'string', 'children': [], 'value': '"workers"'}; {'id': '240', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '241', 'type': 'for_statement', 'children': ['242', '243', '251']}; {'id': '242', 'type': 'identifier', 'children': [], 'value': 'pid'}, {'id': '243', 'type': 'subscript', 'children': ['244', '249']}; {'id': '244', 'type': 'call', 'children': ['245', '248']}, {'id': '245', 'type': 'attribute', 'children': ['246', '247']}; {'id': '246', 'type': 'identifier', 'children': [], 'value': 'gunicorns'}, {'id': '247', 'type': 'identifier', 'children': [], 'value': 'keys'}; {'id': '248', 'type': 'argument_list', 'children': []}, {'id': '249', 'type': 'slice', 'children': ['250']}; {'id': '250', 'type': 'colon', 'children': []}, {'id': '251', 'type': 'block', 'children': ['252']}; {'id': '252', 'type': 'if_statement', 'children': ['253', '260']}, {'id': '253', 'type': 'comparison_operator', 'children': ['254', '259'], 'value': '=='}; {'id': '254', 'type': 'subscript', 'children': ['255', '258']}, {'id': '255', 'type': 'subscript', 'children': ['256', '257']}; {'id': '256', 'type': 'identifier', 'children': [], 'value': 'gunicorns'}, {'id': '257', 'type': 'identifier', 'children': [], 'value': 'pid'}; {'id': '258', 'type': 'string', 'children': [], 'value': '"workers"'}, {'id': '259', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '260', 'type': 'block', 'children': ['261']}, {'id': '261', 'type': 'delete_statement', 'children': ['262']}; {'id': '262', 'type': 'subscript', 'children': ['263', '264']}, {'id': '263', 'type': 'identifier', 'children': [], 'value': 'gunicorns'}; {'id': '264', 'type': 'identifier', 'children': [], 'value': 'pid'}, {'id': '265', 'type': 'if_statement', 'children': ['266', '282']}; {'id': '266', 'type': 'not_operator', 'children': ['267']}, {'id': '267', 'type': 'list_comprehension', 'children': ['268', '269', '276']}; {'id': '268', 'type': 'identifier', 'children': [], 'value': 'g'}, {'id': '269', 'type': 'for_in_clause', 'children': ['270', '271']}; {'id': '270', 'type': 'identifier', 'children': [], 'value': 'g'}, {'id': '271', 'type': 'call', 'children': ['272', '275']}; {'id': '272', 'type': 'attribute', 'children': ['273', '274']}, {'id': '273', 'type': 'identifier', 'children': [], 'value': 'gunicorns'}; {'id': '274', 'type': 'identifier', 'children': [], 'value': 'values'}, {'id': '275', 'type': 'argument_list', 'children': []}; {'id': '276', 'type': 'if_clause', 'children': ['277']}, {'id': '277', 'type': 'comparison_operator', 'children': ['278', '281'], 'value': 'is'}; {'id': '278', 'type': 'subscript', 'children': ['279', '280']}, {'id': '279', 'type': 'identifier', 'children': [], 'value': 'g'}; {'id': '280', 'type': 'string', 'children': [], 'value': '"port"'}, {'id': '281', 'type': 'None', 'children': []}; {'id': '282', 'type': 'block', 'children': ['283']}, {'id': '283', 'type': 'return_statement', 'children': []}; {'id': '284', 'type': 'for_statement', 'children': ['285', '288', '296']}, {'id': '285', 'type': 'tuple_pattern', 'children': ['286', '287']}; {'id': '286', 'type': 'identifier', 'children': [], 'value': 'pid'}, {'id': '287', 'type': 'identifier', 'children': [], 'value': 'port'}; {'id': '288', 'type': 'call', 'children': ['289', '290']}, {'id': '289', 'type': 'identifier', 'children': [], 'value': 'ports_for_pids'}; {'id': '290', 'type': 'argument_list', 'children': ['291']}, {'id': '291', 'type': 'call', 'children': ['292', '295']}; {'id': '292', 'type': 'attribute', 'children': ['293', '294']}, {'id': '293', 'type': 'identifier', 'children': [], 'value': 'gunicorns'}; {'id': '294', 'type': 'identifier', 'children': [], 'value': 'keys'}, {'id': '295', 'type': 'argument_list', 'children': []}; {'id': '296', 'type': 'block', 'children': ['297']}, {'id': '297', 'type': 'if_statement', 'children': ['298', '301']}; {'id': '298', 'type': 'comparison_operator', 'children': ['299', '300'], 'value': 'in'}, {'id': '299', 'type': 'identifier', 'children': [], 'value': 'pid'}; {'id': '300', 'type': 'identifier', 'children': [], 'value': 'gunicorns'}, {'id': '301', 'type': 'block', 'children': ['302']}; {'id': '302', 'type': 'expression_statement', 'children': ['303']}, {'id': '303', 'type': 'assignment', 'children': ['304', '309']}; {'id': '304', 'type': 'subscript', 'children': ['305', '308']}, {'id': '305', 'type': 'subscript', 'children': ['306', '307']}; {'id': '306', 'type': 'identifier', 'children': [], 'value': 'gunicorns'}, {'id': '307', 'type': 'identifier', 'children': [], 'value': 'pid'}; {'id': '308', 'type': 'string', 'children': [], 'value': '"port"'}, {'id': '309', 'type': 'identifier', 'children': [], 'value': 'port'} | def update_gunicorns():
global tick
tick += 1
if (tick * screen_delay) % ps_delay != 0:
return
tick = 0
for pid in gunicorns:
gunicorns[pid].update({"workers": 0, "mem": 0})
ps = Popen(PS_ARGS, stdout=PIPE).communicate()[0].split("\n")
headings = ps.pop(0).split()
name_col = headings.index(cmd_heading)
num_cols = len(headings) - 1
for row in ps:
cols = row.split(None, num_cols)
if cols and "gunicorn: " in cols[name_col]:
if "gunicorn: worker" in cols[name_col]:
is_worker = True
else:
is_worker = False
if is_worker:
pid = cols[headings.index("PPID")]
else:
pid = cols[headings.index("PID")]
if pid not in gunicorns:
gunicorns[pid] = {"workers": 0, "mem": 0, "port": None, "name":
cols[name_col].strip().split("[",1)[1].split("]",1)[:-1]}
gunicorns[pid]["mem"] += int(cols[headings.index("RSS")])
if is_worker:
gunicorns[pid]["workers"] += 1
for pid in gunicorns.keys()[:]:
if gunicorns[pid]["workers"] == 0:
del gunicorns[pid]
if not [g for g in gunicorns.values() if g["port"] is None]:
return
for (pid, port) in ports_for_pids(gunicorns.keys()):
if pid in gunicorns:
gunicorns[pid]["port"] = port |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '5']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'handle_keypress'}, {'id': '3', 'type': 'parameters', 'children': ['4']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'screen'}, {'id': '5', 'type': 'block', 'children': ['6', '8', '25']}; {'id': '6', 'type': 'global_statement', 'children': ['7']}, {'id': '7', 'type': 'identifier', 'children': [], 'value': 'selected_pid'}; {'id': '8', 'type': 'try_statement', 'children': ['9', '22']}, {'id': '9', 'type': 'block', 'children': ['10']}; {'id': '10', 'type': 'expression_statement', 'children': ['11']}, {'id': '11', 'type': 'assignment', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'key'}, {'id': '13', 'type': 'call', 'children': ['14', '21']}; {'id': '14', 'type': 'attribute', 'children': ['15', '20']}, {'id': '15', 'type': 'call', 'children': ['16', '19']}; {'id': '16', 'type': 'attribute', 'children': ['17', '18']}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'screen'}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'getkey'}, {'id': '19', 'type': 'argument_list', 'children': []}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'upper'}, {'id': '21', 'type': 'argument_list', 'children': []}; {'id': '22', 'type': 'except_clause', 'children': ['23']}, {'id': '23', 'type': 'block', 'children': ['24']}; {'id': '24', 'type': 'return_statement', 'children': []}, {'id': '25', 'type': 'if_statement', 'children': ['26', '31', '36', '50', '75', '109', '133', '168', '193']}; {'id': '26', 'type': 'comparison_operator', 'children': ['27', '28'], 'value': 'in'}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'key'}; {'id': '28', 'type': 'tuple', 'children': ['29', '30']}, {'id': '29', 'type': 'string', 'children': [], 'value': '"KEY_DOWN"'}; {'id': '30', 'type': 'string', 'children': [], 'value': '"J"'}, {'id': '31', 'type': 'block', 'children': ['32']}; {'id': '32', 'type': 'expression_statement', 'children': ['33']}, {'id': '33', 'type': 'call', 'children': ['34', '35']}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'move_selection'}, {'id': '35', 'type': 'argument_list', 'children': []}; {'id': '36', 'type': 'elif_clause', 'children': ['37', '42']}, {'id': '37', 'type': 'comparison_operator', 'children': ['38', '39'], 'value': 'in'}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'key'}, {'id': '39', 'type': 'tuple', 'children': ['40', '41']}; {'id': '40', 'type': 'string', 'children': [], 'value': '"KEY_UP"'}, {'id': '41', 'type': 'string', 'children': [], 'value': '"K"'}; {'id': '42', 'type': 'block', 'children': ['43']}, {'id': '43', 'type': 'expression_statement', 'children': ['44']}; {'id': '44', 'type': 'call', 'children': ['45', '46']}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'move_selection'}; {'id': '46', 'type': 'argument_list', 'children': ['47']}, {'id': '47', 'type': 'keyword_argument', 'children': ['48', '49']}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'reverse'}, {'id': '49', 'type': 'True', 'children': []}; {'id': '50', 'type': 'elif_clause', 'children': ['51', '56']}, {'id': '51', 'type': 'comparison_operator', 'children': ['52', '53'], 'value': 'in'}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'key'}, {'id': '53', 'type': 'tuple', 'children': ['54', '55']}; {'id': '54', 'type': 'string', 'children': [], 'value': '"A"'}, {'id': '55', 'type': 'string', 'children': [], 'value': '"+"'}; {'id': '56', 'type': 'block', 'children': ['57', '62']}, {'id': '57', 'type': 'expression_statement', 'children': ['58']}; {'id': '58', 'type': 'call', 'children': ['59', '60']}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'send_signal'}; {'id': '60', 'type': 'argument_list', 'children': ['61']}, {'id': '61', 'type': 'string', 'children': [], 'value': '"TTIN"'}; {'id': '62', 'type': 'if_statement', 'children': ['63', '66']}, {'id': '63', 'type': 'comparison_operator', 'children': ['64', '65'], 'value': 'in'}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'selected_pid'}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'gunicorns'}; {'id': '66', 'type': 'block', 'children': ['67']}, {'id': '67', 'type': 'expression_statement', 'children': ['68']}; {'id': '68', 'type': 'assignment', 'children': ['69', '74']}, {'id': '69', 'type': 'subscript', 'children': ['70', '73']}; {'id': '70', 'type': 'subscript', 'children': ['71', '72']}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'gunicorns'}; {'id': '72', 'type': 'identifier', 'children': [], 'value': 'selected_pid'}, {'id': '73', 'type': 'string', 'children': [], 'value': '"workers"'}; {'id': '74', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '75', 'type': 'elif_clause', 'children': ['76', '81']}; {'id': '76', 'type': 'comparison_operator', 'children': ['77', '78'], 'value': 'in'}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'key'}; {'id': '78', 'type': 'tuple', 'children': ['79', '80']}, {'id': '79', 'type': 'string', 'children': [], 'value': '"W"'}; {'id': '80', 'type': 'string', 'children': [], 'value': '"-"'}, {'id': '81', 'type': 'block', 'children': ['82']}; {'id': '82', 'type': 'if_statement', 'children': ['83', '86']}, {'id': '83', 'type': 'comparison_operator', 'children': ['84', '85'], 'value': 'in'}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'selected_pid'}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'gunicorns'}; {'id': '86', 'type': 'block', 'children': ['87']}, {'id': '87', 'type': 'if_statement', 'children': ['88', '95']}; {'id': '88', 'type': 'comparison_operator', 'children': ['89', '94'], 'value': '!='}, {'id': '89', 'type': 'subscript', 'children': ['90', '93']}; {'id': '90', 'type': 'subscript', 'children': ['91', '92']}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'gunicorns'}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'selected_pid'}, {'id': '93', 'type': 'string', 'children': [], 'value': '"workers"'}; {'id': '94', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '95', 'type': 'block', 'children': ['96', '101']}; {'id': '96', 'type': 'expression_statement', 'children': ['97']}, {'id': '97', 'type': 'call', 'children': ['98', '99']}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'send_signal'}, {'id': '99', 'type': 'argument_list', 'children': ['100']}; {'id': '100', 'type': 'string', 'children': [], 'value': '"TTOU"'}, {'id': '101', 'type': 'expression_statement', 'children': ['102']}; {'id': '102', 'type': 'assignment', 'children': ['103', '108']}, {'id': '103', 'type': 'subscript', 'children': ['104', '107']}; {'id': '104', 'type': 'subscript', 'children': ['105', '106']}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'gunicorns'}; {'id': '106', 'type': 'identifier', 'children': [], 'value': 'selected_pid'}, {'id': '107', 'type': 'string', 'children': [], 'value': '"workers"'}; {'id': '108', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '109', 'type': 'elif_clause', 'children': ['110', '114']}; {'id': '110', 'type': 'comparison_operator', 'children': ['111', '112'], 'value': 'in'}, {'id': '111', 'type': 'identifier', 'children': [], 'value': 'key'}; {'id': '112', 'type': 'tuple', 'children': ['113']}, {'id': '113', 'type': 'string', 'children': [], 'value': '"R"'}; {'id': '114', 'type': 'block', 'children': ['115']}, {'id': '115', 'type': 'if_statement', 'children': ['116', '119']}; {'id': '116', 'type': 'comparison_operator', 'children': ['117', '118'], 'value': 'in'}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'selected_pid'}; {'id': '118', 'type': 'identifier', 'children': [], 'value': 'gunicorns'}, {'id': '119', 'type': 'block', 'children': ['120', '125', '129']}; {'id': '120', 'type': 'expression_statement', 'children': ['121']}, {'id': '121', 'type': 'call', 'children': ['122', '123']}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'send_signal'}, {'id': '123', 'type': 'argument_list', 'children': ['124']}; {'id': '124', 'type': 'string', 'children': [], 'value': '"HUP"'}, {'id': '125', 'type': 'delete_statement', 'children': ['126']}; {'id': '126', 'type': 'subscript', 'children': ['127', '128']}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'gunicorns'}; {'id': '128', 'type': 'identifier', 'children': [], 'value': 'selected_pid'}, {'id': '129', 'type': 'expression_statement', 'children': ['130']}; {'id': '130', 'type': 'assignment', 'children': ['131', '132']}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'selected_pid'}; {'id': '132', 'type': 'None', 'children': []}, {'id': '133', 'type': 'elif_clause', 'children': ['134', '138']}; {'id': '134', 'type': 'comparison_operator', 'children': ['135', '136'], 'value': 'in'}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'key'}; {'id': '136', 'type': 'tuple', 'children': ['137']}, {'id': '137', 'type': 'string', 'children': [], 'value': '"T"'}; {'id': '138', 'type': 'block', 'children': ['139']}, {'id': '139', 'type': 'for_statement', 'children': ['140', '141', '150']}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'pid'}, {'id': '141', 'type': 'call', 'children': ['142', '149']}; {'id': '142', 'type': 'attribute', 'children': ['143', '148']}, {'id': '143', 'type': 'call', 'children': ['144', '147']}; {'id': '144', 'type': 'attribute', 'children': ['145', '146']}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'gunicorns'}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'copy'}, {'id': '147', 'type': 'argument_list', 'children': []}; {'id': '148', 'type': 'identifier', 'children': [], 'value': 'iterkeys'}, {'id': '149', 'type': 'argument_list', 'children': []}; {'id': '150', 'type': 'block', 'children': ['151', '155', '160', '164']}, {'id': '151', 'type': 'expression_statement', 'children': ['152']}; {'id': '152', 'type': 'assignment', 'children': ['153', '154']}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 'selected_pid'}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'pid'}, {'id': '155', 'type': 'expression_statement', 'children': ['156']}; {'id': '156', 'type': 'call', 'children': ['157', '158']}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'send_signal'}; {'id': '158', 'type': 'argument_list', 'children': ['159']}, {'id': '159', 'type': 'string', 'children': [], 'value': '"HUP"'}; {'id': '160', 'type': 'delete_statement', 'children': ['161']}, {'id': '161', 'type': 'subscript', 'children': ['162', '163']}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'gunicorns'}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'selected_pid'}; {'id': '164', 'type': 'expression_statement', 'children': ['165']}, {'id': '165', 'type': 'assignment', 'children': ['166', '167']}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'selected_pid'}, {'id': '167', 'type': 'None', 'children': []}; {'id': '168', 'type': 'elif_clause', 'children': ['169', '174']}, {'id': '169', 'type': 'comparison_operator', 'children': ['170', '171'], 'value': 'in'}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'key'}, {'id': '171', 'type': 'tuple', 'children': ['172', '173']}; {'id': '172', 'type': 'string', 'children': [], 'value': '"M"'}, {'id': '173', 'type': 'string', 'children': [], 'value': '"-"'}; {'id': '174', 'type': 'block', 'children': ['175']}, {'id': '175', 'type': 'if_statement', 'children': ['176', '179']}; {'id': '176', 'type': 'comparison_operator', 'children': ['177', '178'], 'value': 'in'}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'selected_pid'}; {'id': '178', 'type': 'identifier', 'children': [], 'value': 'gunicorns'}, {'id': '179', 'type': 'block', 'children': ['180', '185', '189']}; {'id': '180', 'type': 'expression_statement', 'children': ['181']}, {'id': '181', 'type': 'call', 'children': ['182', '183']}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'send_signal'}, {'id': '183', 'type': 'argument_list', 'children': ['184']}; {'id': '184', 'type': 'string', 'children': [], 'value': '"QUIT"'}, {'id': '185', 'type': 'delete_statement', 'children': ['186']}; {'id': '186', 'type': 'subscript', 'children': ['187', '188']}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'gunicorns'}; {'id': '188', 'type': 'identifier', 'children': [], 'value': 'selected_pid'}, {'id': '189', 'type': 'expression_statement', 'children': ['190']}; {'id': '190', 'type': 'assignment', 'children': ['191', '192']}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'selected_pid'}; {'id': '192', 'type': 'None', 'children': []}, {'id': '193', 'type': 'elif_clause', 'children': ['194', '198']}; {'id': '194', 'type': 'comparison_operator', 'children': ['195', '196'], 'value': 'in'}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'key'}; {'id': '196', 'type': 'tuple', 'children': ['197']}, {'id': '197', 'type': 'string', 'children': [], 'value': '"Q"'}; {'id': '198', 'type': 'block', 'children': ['199']}, {'id': '199', 'type': 'raise_statement', 'children': ['200']} | def handle_keypress(screen):
global selected_pid
try:
key = screen.getkey().upper()
except:
return
if key in ("KEY_DOWN", "J"):
move_selection()
elif key in ("KEY_UP", "K"):
move_selection(reverse=True)
elif key in ("A", "+"):
send_signal("TTIN")
if selected_pid in gunicorns:
gunicorns[selected_pid]["workers"] = 0
elif key in ("W", "-"):
if selected_pid in gunicorns:
if gunicorns[selected_pid]["workers"] != 1:
send_signal("TTOU")
gunicorns[selected_pid]["workers"] = 0
elif key in ("R",):
if selected_pid in gunicorns:
send_signal("HUP")
del gunicorns[selected_pid]
selected_pid = None
elif key in ("T",):
for pid in gunicorns.copy().iterkeys():
selected_pid = pid
send_signal("HUP")
del gunicorns[selected_pid]
selected_pid = None
elif key in ("M", "-"):
if selected_pid in gunicorns:
send_signal("QUIT")
del gunicorns[selected_pid]
selected_pid = None
elif key in ("Q",):
raise KeyboardInterrupt |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '5']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'renderContent'}, {'id': '3', 'type': 'parameters', 'children': ['4']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'block', 'children': ['6', '12', '18', '40', '71', '77', '147', '167']}; {'id': '6', 'type': 'expression_statement', 'children': ['7']}, {'id': '7', 'type': 'assignment', 'children': ['8', '9']}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'stm'}, {'id': '9', 'type': 'attribute', 'children': ['10', '11']}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '11', 'type': 'identifier', 'children': [], 'value': 'stm'}; {'id': '12', 'type': 'expression_statement', 'children': ['13']}, {'id': '13', 'type': 'assignment', 'children': ['14', '15']}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'portCtx'}, {'id': '15', 'type': 'attribute', 'children': ['16', '17']}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'portCtx'}; {'id': '18', 'type': 'for_statement', 'children': ['19', '20', '23']}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'o'}; {'id': '20', 'type': 'attribute', 'children': ['21', '22']}, {'id': '21', 'type': 'identifier', 'children': [], 'value': 'stm'}; {'id': '22', 'type': 'identifier', 'children': [], 'value': '_outputs'}, {'id': '23', 'type': 'block', 'children': ['24']}; {'id': '24', 'type': 'if_statement', 'children': ['25', '29']}, {'id': '25', 'type': 'not_operator', 'children': ['26']}; {'id': '26', 'type': 'attribute', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'isVirtual'}, {'id': '29', 'type': 'block', 'children': ['30']}; {'id': '30', 'type': 'expression_statement', 'children': ['31']}, {'id': '31', 'type': 'call', 'children': ['32', '35']}; {'id': '32', 'type': 'attribute', 'children': ['33', '34']}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'portCtx'}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'register'}, {'id': '35', 'type': 'argument_list', 'children': ['36', '37']}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'o'}, {'id': '37', 'type': 'attribute', 'children': ['38', '39']}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'PortType'}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'OUTPUT'}; {'id': '40', 'type': 'expression_statement', 'children': ['41']}, {'id': '41', 'type': 'assignment', 'children': ['42', '43']}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'canHaveRamPorts'}, {'id': '43', 'type': 'boolean_operator', 'children': ['44', '49'], 'value': 'and'}; {'id': '44', 'type': 'call', 'children': ['45', '46']}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'isinstance'}; {'id': '46', 'type': 'argument_list', 'children': ['47', '48']}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'stm'}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'IfContainer'}, {'id': '49', 'type': 'call', 'children': ['50', '51']}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'arr_any'}, {'id': '51', 'type': 'argument_list', 'children': ['52', '61']}; {'id': '52', 'type': 'call', 'children': ['53', '54']}, {'id': '53', 'type': 'identifier', 'children': [], 'value': 'chain'}; {'id': '54', 'type': 'argument_list', 'children': ['55', '58']}, {'id': '55', 'type': 'attribute', 'children': ['56', '57']}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'stm'}, {'id': '57', 'type': 'identifier', 'children': [], 'value': '_inputs'}; {'id': '58', 'type': 'attribute', 'children': ['59', '60']}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'stm'}; {'id': '60', 'type': 'identifier', 'children': [], 'value': '_outputs'}, {'id': '61', 'type': 'lambda', 'children': ['62', '64']}; {'id': '62', 'type': 'lambda_parameters', 'children': ['63']}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 's'}; {'id': '64', 'type': 'call', 'children': ['65', '66']}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'isinstance'}; {'id': '66', 'type': 'argument_list', 'children': ['67', '70']}, {'id': '67', 'type': 'attribute', 'children': ['68', '69']}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 's'}, {'id': '69', 'type': 'identifier', 'children': [], 'value': '_dtype'}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'HArray'}, {'id': '71', 'type': 'expression_statement', 'children': ['72']}; {'id': '72', 'type': 'assignment', 'children': ['73', '74']}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'consumedOutputs'}; {'id': '74', 'type': 'call', 'children': ['75', '76']}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'set'}; {'id': '76', 'type': 'argument_list', 'children': []}, {'id': '77', 'type': 'if_statement', 'children': ['78', '79']}; {'id': '78', 'type': 'identifier', 'children': [], 'value': 'canHaveRamPorts'}, {'id': '79', 'type': 'block', 'children': ['80']}; {'id': '80', 'type': 'for_statement', 'children': ['81', '87', '94']}, {'id': '81', 'type': 'pattern_list', 'children': ['82', '83', '84', '85', '86']}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'pType'}, {'id': '83', 'type': 'identifier', 'children': [], 'value': 'memSig'}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'addrSig'}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'enSig'}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'io'}, {'id': '87', 'type': 'call', 'children': ['88', '89']}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'detectRamPorts'}, {'id': '89', 'type': 'argument_list', 'children': ['90', '91']}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'stm'}, {'id': '91', 'type': 'attribute', 'children': ['92', '93']}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'stm'}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'cond'}; {'id': '94', 'type': 'block', 'children': ['95']}, {'id': '95', 'type': 'if_statement', 'children': ['96', '99', '118', '141']}; {'id': '96', 'type': 'comparison_operator', 'children': ['97', '98'], 'value': '=='}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'pType'}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'RAM_READ'}, {'id': '99', 'type': 'block', 'children': ['100', '111']}; {'id': '100', 'type': 'expression_statement', 'children': ['101']}, {'id': '101', 'type': 'call', 'children': ['102', '105']}; {'id': '102', 'type': 'attribute', 'children': ['103', '104']}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'createRamReadNode'}, {'id': '105', 'type': 'argument_list', 'children': ['106', '107', '108', '109', '110']}; {'id': '106', 'type': 'identifier', 'children': [], 'value': 'memSig'}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'enSig'}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'addrSig'}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'io'}; {'id': '110', 'type': 'True', 'children': []}, {'id': '111', 'type': 'expression_statement', 'children': ['112']}; {'id': '112', 'type': 'call', 'children': ['113', '116']}, {'id': '113', 'type': 'attribute', 'children': ['114', '115']}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'consumedOutputs'}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'add'}; {'id': '116', 'type': 'argument_list', 'children': ['117']}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'io'}; {'id': '118', 'type': 'elif_clause', 'children': ['119', '122']}, {'id': '119', 'type': 'comparison_operator', 'children': ['120', '121'], 'value': '=='}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'pType'}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'RAM_WRITE'}; {'id': '122', 'type': 'block', 'children': ['123', '134']}, {'id': '123', 'type': 'expression_statement', 'children': ['124']}; {'id': '124', 'type': 'call', 'children': ['125', '128']}, {'id': '125', 'type': 'attribute', 'children': ['126', '127']}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'createRamWriteNode'}; {'id': '128', 'type': 'argument_list', 'children': ['129', '130', '131', '132', '133']}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'memSig'}; {'id': '130', 'type': 'identifier', 'children': [], 'value': 'enSig'}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'addrSig'}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'io'}, {'id': '133', 'type': 'True', 'children': []}; {'id': '134', 'type': 'expression_statement', 'children': ['135']}, {'id': '135', 'type': 'call', 'children': ['136', '139']}; {'id': '136', 'type': 'attribute', 'children': ['137', '138']}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'consumedOutputs'}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'add'}, {'id': '139', 'type': 'argument_list', 'children': ['140']}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'memSig'}, {'id': '141', 'type': 'else_clause', 'children': ['142']}; {'id': '142', 'type': 'block', 'children': ['143']}, {'id': '143', 'type': 'raise_statement', 'children': ['144']}; {'id': '144', 'type': 'call', 'children': ['145', '146']}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'TypeError'}; {'id': '146', 'type': 'argument_list', 'children': []}, {'id': '147', 'type': 'for_statement', 'children': ['148', '149', '152']}; {'id': '148', 'type': 'identifier', 'children': [], 'value': 'o'}, {'id': '149', 'type': 'attribute', 'children': ['150', '151']}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 'stm'}, {'id': '151', 'type': 'identifier', 'children': [], 'value': '_outputs'}; {'id': '152', 'type': 'block', 'children': ['153']}, {'id': '153', 'type': 'if_statement', 'children': ['154', '157']}; {'id': '154', 'type': 'comparison_operator', 'children': ['155', '156'], 'value': 'not'}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'o'}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'consumedOutputs'}, {'id': '157', 'type': 'block', 'children': ['158']}; {'id': '158', 'type': 'expression_statement', 'children': ['159']}, {'id': '159', 'type': 'call', 'children': ['160', '163']}; {'id': '160', 'type': 'attribute', 'children': ['161', '162']}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'renderForSignal'}, {'id': '163', 'type': 'argument_list', 'children': ['164', '165', '166']}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'stm'}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'o'}; {'id': '166', 'type': 'True', 'children': []}, {'id': '167', 'type': 'if_statement', 'children': ['168', '172']}; {'id': '168', 'type': 'not_operator', 'children': ['169']}, {'id': '169', 'type': 'attribute', 'children': ['170', '171']}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '171', 'type': 'identifier', 'children': [], 'value': 'isVirtual'}; {'id': '172', 'type': 'block', 'children': ['173']}, {'id': '173', 'type': 'expression_statement', 'children': ['174']}; {'id': '174', 'type': 'call', 'children': ['175', '180']}, {'id': '175', 'type': 'attribute', 'children': ['176', '179']}; {'id': '176', 'type': 'attribute', 'children': ['177', '178']}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '178', 'type': 'identifier', 'children': [], 'value': 'netCtxs'}, {'id': '179', 'type': 'identifier', 'children': [], 'value': 'applyConnections'}; {'id': '180', 'type': 'argument_list', 'children': ['181']}, {'id': '181', 'type': 'attribute', 'children': ['182', '183']}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 'node'} | def renderContent(self):
stm = self.stm
portCtx = self.portCtx
for o in stm._outputs:
if not self.isVirtual:
portCtx.register(o, PortType.OUTPUT)
canHaveRamPorts = isinstance(stm, IfContainer) and arr_any(
chain(stm._inputs, stm._outputs),
lambda s: isinstance(s._dtype, HArray))
consumedOutputs = set()
if canHaveRamPorts:
for pType, memSig, addrSig, enSig, io in detectRamPorts(stm, stm.cond):
if pType == RAM_READ:
self.createRamReadNode(memSig, enSig, addrSig,
io, True)
consumedOutputs.add(io)
elif pType == RAM_WRITE:
self.createRamWriteNode(memSig, enSig, addrSig,
io, True)
consumedOutputs.add(memSig)
else:
raise TypeError()
for o in stm._outputs:
if o not in consumedOutputs:
self.renderForSignal(stm, o, True)
if not self.isVirtual:
self.netCtxs.applyConnections(self.node) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '6']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'generate'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'project'}; {'id': '6', 'type': 'block', 'children': ['7', '30', '34', '53', '94', '113', '132', '151', '170', '189', '208', '218', '226']}, {'id': '7', 'type': 'for_statement', 'children': ['8', '9', '12']}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'assignment'}, {'id': '9', 'type': 'attribute', 'children': ['10', '11']}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '11', 'type': 'identifier', 'children': [], 'value': 's2n_mapping'}; {'id': '12', 'type': 'block', 'children': ['13']}, {'id': '13', 'type': 'if_statement', 'children': ['14', '19']}; {'id': '14', 'type': 'comparison_operator', 'children': ['15', '18'], 'value': '=='}, {'id': '15', 'type': 'subscript', 'children': ['16', '17']}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'assignment'}, {'id': '17', 'type': 'string', 'children': [], 'value': '"ipprefix"'}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'project'}, {'id': '19', 'type': 'block', 'children': ['20', '28']}; {'id': '20', 'type': 'expression_statement', 'children': ['21']}, {'id': '21', 'type': 'assignment', 'children': ['22', '25']}; {'id': '22', 'type': 'attribute', 'children': ['23', '24']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '24', 'type': 'identifier', 'children': [], 'value': '_name'}, {'id': '25', 'type': 'subscript', 'children': ['26', '27']}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'assignment'}, {'id': '27', 'type': 'string', 'children': [], 'value': '"package"'}; {'id': '28', 'type': 'return_statement', 'children': ['29']}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '30', 'type': 'expression_statement', 'children': ['31']}, {'id': '31', 'type': 'assignment', 'children': ['32', '33']}; {'id': '32', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'project'}; {'id': '34', 'type': 'if_statement', 'children': ['35', '41']}, {'id': '35', 'type': 'call', 'children': ['36', '39']}; {'id': '36', 'type': 'attribute', 'children': ['37', '38']}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'startswith'}, {'id': '39', 'type': 'argument_list', 'children': ['40']}; {'id': '40', 'type': 'string', 'children': [], 'value': '"github.com"'}, {'id': '41', 'type': 'block', 'children': ['42']}; {'id': '42', 'type': 'expression_statement', 'children': ['43']}, {'id': '43', 'type': 'assignment', 'children': ['44', '45']}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '45', 'type': 'call', 'children': ['46', '49']}; {'id': '46', 'type': 'attribute', 'children': ['47', '48']}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 're'}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'sub'}, {'id': '49', 'type': 'argument_list', 'children': ['50', '51', '52']}; {'id': '50', 'type': 'string', 'children': [], 'value': 'r"^github\\.com"'}, {'id': '51', 'type': 'string', 'children': [], 'value': '"github"'}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '53', 'type': 'if_statement', 'children': ['54', '60']}; {'id': '54', 'type': 'call', 'children': ['55', '58']}, {'id': '55', 'type': 'attribute', 'children': ['56', '57']}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'startswith'}; {'id': '58', 'type': 'argument_list', 'children': ['59']}, {'id': '59', 'type': 'string', 'children': [], 'value': '"gopkg.in"'}; {'id': '60', 'type': 'block', 'children': ['61', '72', '83']}, {'id': '61', 'type': 'expression_statement', 'children': ['62']}; {'id': '62', 'type': 'assignment', 'children': ['63', '64']}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '64', 'type': 'call', 'children': ['65', '68']}, {'id': '65', 'type': 'attribute', 'children': ['66', '67']}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 're'}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'sub'}; {'id': '68', 'type': 'argument_list', 'children': ['69', '70', '71']}, {'id': '69', 'type': 'string', 'children': [], 'value': 'r"gopkg\\.in"'}; {'id': '70', 'type': 'string', 'children': [], 'value': '"gopkg"'}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '72', 'type': 'expression_statement', 'children': ['73']}, {'id': '73', 'type': 'assignment', 'children': ['74', '75']}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '75', 'type': 'call', 'children': ['76', '79']}; {'id': '76', 'type': 'attribute', 'children': ['77', '78']}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 're'}; {'id': '78', 'type': 'identifier', 'children': [], 'value': 'sub'}, {'id': '79', 'type': 'argument_list', 'children': ['80', '81', '82']}; {'id': '80', 'type': 'string', 'children': [], 'value': 'r"\\.v\\d"'}, {'id': '81', 'type': 'string', 'children': [], 'value': '""'}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '83', 'type': 'expression_statement', 'children': ['84']}; {'id': '84', 'type': 'assignment', 'children': ['85', '86']}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '86', 'type': 'call', 'children': ['87', '90']}, {'id': '87', 'type': 'attribute', 'children': ['88', '89']}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 're'}, {'id': '89', 'type': 'identifier', 'children': [], 'value': 'sub'}; {'id': '90', 'type': 'argument_list', 'children': ['91', '92', '93']}, {'id': '91', 'type': 'string', 'children': [], 'value': 'r"/v\\d/"'}; {'id': '92', 'type': 'string', 'children': [], 'value': '"/"'}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '94', 'type': 'if_statement', 'children': ['95', '101']}, {'id': '95', 'type': 'call', 'children': ['96', '99']}; {'id': '96', 'type': 'attribute', 'children': ['97', '98']}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'startswith'}, {'id': '99', 'type': 'argument_list', 'children': ['100']}; {'id': '100', 'type': 'string', 'children': [], 'value': '"code.google.com/p"'}, {'id': '101', 'type': 'block', 'children': ['102']}; {'id': '102', 'type': 'expression_statement', 'children': ['103']}, {'id': '103', 'type': 'assignment', 'children': ['104', '105']}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '105', 'type': 'call', 'children': ['106', '109']}; {'id': '106', 'type': 'attribute', 'children': ['107', '108']}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 're'}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'sub'}, {'id': '109', 'type': 'argument_list', 'children': ['110', '111', '112']}; {'id': '110', 'type': 'string', 'children': [], 'value': 'r"^code\\.google\\.com/p"'}, {'id': '111', 'type': 'string', 'children': [], 'value': '"googlecode"'}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '113', 'type': 'if_statement', 'children': ['114', '120']}; {'id': '114', 'type': 'call', 'children': ['115', '118']}, {'id': '115', 'type': 'attribute', 'children': ['116', '117']}; {'id': '116', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'startswith'}; {'id': '118', 'type': 'argument_list', 'children': ['119']}, {'id': '119', 'type': 'string', 'children': [], 'value': '"golang.org/x"'}; {'id': '120', 'type': 'block', 'children': ['121']}, {'id': '121', 'type': 'expression_statement', 'children': ['122']}; {'id': '122', 'type': 'assignment', 'children': ['123', '124']}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '124', 'type': 'call', 'children': ['125', '128']}, {'id': '125', 'type': 'attribute', 'children': ['126', '127']}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 're'}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'sub'}; {'id': '128', 'type': 'argument_list', 'children': ['129', '130', '131']}, {'id': '129', 'type': 'string', 'children': [], 'value': 'r"^golang\\.org/x"'}; {'id': '130', 'type': 'string', 'children': [], 'value': '"golangorg"'}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '132', 'type': 'if_statement', 'children': ['133', '139']}, {'id': '133', 'type': 'call', 'children': ['134', '137']}; {'id': '134', 'type': 'attribute', 'children': ['135', '136']}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'startswith'}, {'id': '137', 'type': 'argument_list', 'children': ['138']}; {'id': '138', 'type': 'string', 'children': [], 'value': '"google.golang.org"'}, {'id': '139', 'type': 'block', 'children': ['140']}; {'id': '140', 'type': 'expression_statement', 'children': ['141']}, {'id': '141', 'type': 'assignment', 'children': ['142', '143']}; {'id': '142', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '143', 'type': 'call', 'children': ['144', '147']}; {'id': '144', 'type': 'attribute', 'children': ['145', '146']}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 're'}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'sub'}, {'id': '147', 'type': 'argument_list', 'children': ['148', '149', '150']}; {'id': '148', 'type': 'string', 'children': [], 'value': 'r"^google\\.golang\\.org"'}, {'id': '149', 'type': 'string', 'children': [], 'value': '"googlegolangorg"'}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '151', 'type': 'if_statement', 'children': ['152', '158']}; {'id': '152', 'type': 'call', 'children': ['153', '156']}, {'id': '153', 'type': 'attribute', 'children': ['154', '155']}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'startswith'}; {'id': '156', 'type': 'argument_list', 'children': ['157']}, {'id': '157', 'type': 'string', 'children': [], 'value': '"bitbucket.org"'}; {'id': '158', 'type': 'block', 'children': ['159']}, {'id': '159', 'type': 'expression_statement', 'children': ['160']}; {'id': '160', 'type': 'assignment', 'children': ['161', '162']}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '162', 'type': 'call', 'children': ['163', '166']}, {'id': '163', 'type': 'attribute', 'children': ['164', '165']}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 're'}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'sub'}; {'id': '166', 'type': 'argument_list', 'children': ['167', '168', '169']}, {'id': '167', 'type': 'string', 'children': [], 'value': 'r"^bitbucket\\.org"'}; {'id': '168', 'type': 'string', 'children': [], 'value': '"bitbucket"'}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '170', 'type': 'if_statement', 'children': ['171', '177']}, {'id': '171', 'type': 'call', 'children': ['172', '175']}; {'id': '172', 'type': 'attribute', 'children': ['173', '174']}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '174', 'type': 'identifier', 'children': [], 'value': 'startswith'}, {'id': '175', 'type': 'argument_list', 'children': ['176']}; {'id': '176', 'type': 'string', 'children': [], 'value': '"k8s.io"'}, {'id': '177', 'type': 'block', 'children': ['178']}; {'id': '178', 'type': 'expression_statement', 'children': ['179']}, {'id': '179', 'type': 'assignment', 'children': ['180', '181']}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '181', 'type': 'call', 'children': ['182', '185']}; {'id': '182', 'type': 'attribute', 'children': ['183', '184']}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 're'}; {'id': '184', 'type': 'identifier', 'children': [], 'value': 'sub'}, {'id': '185', 'type': 'argument_list', 'children': ['186', '187', '188']}; {'id': '186', 'type': 'string', 'children': [], 'value': 'r"^k8s\\.io"'}, {'id': '187', 'type': 'string', 'children': [], 'value': '"k8s"'}; {'id': '188', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '189', 'type': 'if_statement', 'children': ['190', '196']}; {'id': '190', 'type': 'call', 'children': ['191', '194']}, {'id': '191', 'type': 'attribute', 'children': ['192', '193']}; {'id': '192', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '193', 'type': 'identifier', 'children': [], 'value': 'endswith'}; {'id': '194', 'type': 'argument_list', 'children': ['195']}, {'id': '195', 'type': 'string', 'children': [], 'value': '".org"'}; {'id': '196', 'type': 'block', 'children': ['197']}, {'id': '197', 'type': 'expression_statement', 'children': ['198']}; {'id': '198', 'type': 'assignment', 'children': ['199', '200']}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '200', 'type': 'call', 'children': ['201', '204']}, {'id': '201', 'type': 'attribute', 'children': ['202', '203']}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 're'}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'sub'}; {'id': '204', 'type': 'argument_list', 'children': ['205', '206', '207']}, {'id': '205', 'type': 'string', 'children': [], 'value': 'r"\\.org$"'}; {'id': '206', 'type': 'string', 'children': [], 'value': '""'}, {'id': '207', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '208', 'type': 'expression_statement', 'children': ['209']}, {'id': '209', 'type': 'assignment', 'children': ['210', '211']}; {'id': '210', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '211', 'type': 'call', 'children': ['212', '215']}; {'id': '212', 'type': 'attribute', 'children': ['213', '214']}, {'id': '213', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '214', 'type': 'identifier', 'children': [], 'value': 'replace'}, {'id': '215', 'type': 'argument_list', 'children': ['216', '217']}; {'id': '216', 'type': 'string', 'children': [], 'value': '"/"'}, {'id': '217', 'type': 'string', 'children': [], 'value': '"-"'}; {'id': '218', 'type': 'expression_statement', 'children': ['219']}, {'id': '219', 'type': 'assignment', 'children': ['220', '223']}; {'id': '220', 'type': 'attribute', 'children': ['221', '222']}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '222', 'type': 'identifier', 'children': [], 'value': '_name'}, {'id': '223', 'type': 'binary_operator', 'children': ['224', '225'], 'value': '%'}; {'id': '224', 'type': 'string', 'children': [], 'value': '"golang-%s"'}, {'id': '225', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '226', 'type': 'return_statement', 'children': ['227']}, {'id': '227', 'type': 'identifier', 'children': [], 'value': 'self'} | def generate(self, project):
for assignment in self.s2n_mapping:
if assignment["ipprefix"] == project:
self._name = assignment["package"]
return self
name = project
if name.startswith("github.com"):
name = re.sub(r"^github\.com", "github", name)
if name.startswith("gopkg.in"):
name = re.sub(r"gopkg\.in", "gopkg", name)
name = re.sub(r"\.v\d", "", name)
name = re.sub(r"/v\d/", "/", name)
if name.startswith("code.google.com/p"):
name = re.sub(r"^code\.google\.com/p", "googlecode", name)
if name.startswith("golang.org/x"):
name = re.sub(r"^golang\.org/x", "golangorg", name)
if name.startswith("google.golang.org"):
name = re.sub(r"^google\.golang\.org", "googlegolangorg", name)
if name.startswith("bitbucket.org"):
name = re.sub(r"^bitbucket\.org", "bitbucket", name)
if name.startswith("k8s.io"):
name = re.sub(r"^k8s\.io", "k8s", name)
if name.endswith(".org"):
name = re.sub(r"\.org$", "", name)
name = name.replace("/", "-")
self._name = "golang-%s" % name
return self |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '6']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': '_read_elem_nodes'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'fid'}; {'id': '6', 'type': 'block', 'children': ['7', '11', '29', '72', '96', '140', '288', '294', '300', '306']}, {'id': '7', 'type': 'expression_statement', 'children': ['8']}; {'id': '8', 'type': 'assignment', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '10', 'type': 'dictionary', 'children': []}, {'id': '11', 'type': 'expression_statement', 'children': ['12']}; {'id': '12', 'type': 'assignment', 'children': ['13', '14']}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'nodes_raw'}; {'id': '14', 'type': 'call', 'children': ['15', '18']}, {'id': '15', 'type': 'attribute', 'children': ['16', '17']}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'np'}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'empty'}; {'id': '18', 'type': 'argument_list', 'children': ['19', '26']}, {'id': '19', 'type': 'tuple', 'children': ['20', '25']}; {'id': '20', 'type': 'subscript', 'children': ['21', '24']}, {'id': '21', 'type': 'attribute', 'children': ['22', '23']}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'header'}; {'id': '24', 'type': 'string', 'children': [], 'value': "'nr_nodes'"}, {'id': '25', 'type': 'integer', 'children': [], 'value': '3'}; {'id': '26', 'type': 'keyword_argument', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'dtype'}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'float'}, {'id': '29', 'type': 'for_statement', 'children': ['30', '31', '40']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'nr'}, {'id': '31', 'type': 'call', 'children': ['32', '33']}; {'id': '32', 'type': 'identifier', 'children': [], 'value': 'range'}, {'id': '33', 'type': 'argument_list', 'children': ['34', '35']}; {'id': '34', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '35', 'type': 'subscript', 'children': ['36', '39']}; {'id': '36', 'type': 'attribute', 'children': ['37', '38']}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'header'}, {'id': '39', 'type': 'string', 'children': [], 'value': "'nr_nodes'"}; {'id': '40', 'type': 'block', 'children': ['41', '53']}, {'id': '41', 'type': 'expression_statement', 'children': ['42']}; {'id': '42', 'type': 'assignment', 'children': ['43', '44']}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'node_line'}; {'id': '44', 'type': 'call', 'children': ['45', '52']}, {'id': '45', 'type': 'attribute', 'children': ['46', '51']}; {'id': '46', 'type': 'call', 'children': ['47', '50']}, {'id': '47', 'type': 'attribute', 'children': ['48', '49']}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'fid'}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'readline'}; {'id': '50', 'type': 'argument_list', 'children': []}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'lstrip'}; {'id': '52', 'type': 'argument_list', 'children': []}, {'id': '53', 'type': 'expression_statement', 'children': ['54']}; {'id': '54', 'type': 'assignment', 'children': ['55', '60']}, {'id': '55', 'type': 'subscript', 'children': ['56', '57', '58']}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'nodes_raw'}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'nr'}; {'id': '58', 'type': 'slice', 'children': ['59']}, {'id': '59', 'type': 'colon', 'children': []}; {'id': '60', 'type': 'call', 'children': ['61', '64']}, {'id': '61', 'type': 'attribute', 'children': ['62', '63']}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'np'}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'fromstring'}; {'id': '64', 'type': 'argument_list', 'children': ['65', '66', '69']}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'node_line'}; {'id': '66', 'type': 'keyword_argument', 'children': ['67', '68']}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'dtype'}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'float'}, {'id': '69', 'type': 'keyword_argument', 'children': ['70', '71']}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'sep'}, {'id': '71', 'type': 'string', 'children': [], 'value': "' '"}; {'id': '72', 'type': 'expression_statement', 'children': ['73']}, {'id': '73', 'type': 'assignment', 'children': ['74', '82']}; {'id': '74', 'type': 'subscript', 'children': ['75', '76', '78']}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'nodes_raw'}; {'id': '76', 'type': 'slice', 'children': ['77']}, {'id': '77', 'type': 'colon', 'children': []}; {'id': '78', 'type': 'slice', 'children': ['79', '80', '81']}, {'id': '79', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '80', 'type': 'colon', 'children': []}, {'id': '81', 'type': 'integer', 'children': [], 'value': '3'}; {'id': '82', 'type': 'call', 'children': ['83', '86']}, {'id': '83', 'type': 'attribute', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'np'}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'round'}; {'id': '86', 'type': 'argument_list', 'children': ['87', '95']}, {'id': '87', 'type': 'subscript', 'children': ['88', '89', '91']}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'nodes_raw'}, {'id': '89', 'type': 'slice', 'children': ['90']}; {'id': '90', 'type': 'colon', 'children': []}, {'id': '91', 'type': 'slice', 'children': ['92', '93', '94']}; {'id': '92', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '93', 'type': 'colon', 'children': []}; {'id': '94', 'type': 'integer', 'children': [], 'value': '3'}, {'id': '95', 'type': 'integer', 'children': [], 'value': '5'}; {'id': '96', 'type': 'if_statement', 'children': ['97', '116', '130']}, {'id': '97', 'type': 'parenthesized_expression', 'children': ['98']}; {'id': '98', 'type': 'comparison_operator', 'children': ['99', '104'], 'value': '!='}, {'id': '99', 'type': 'subscript', 'children': ['100', '101', '103']}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'nodes_raw'}, {'id': '101', 'type': 'slice', 'children': ['102']}; {'id': '102', 'type': 'colon', 'children': []}, {'id': '103', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '104', 'type': 'call', 'children': ['105', '106']}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'list'}; {'id': '106', 'type': 'argument_list', 'children': ['107']}, {'id': '107', 'type': 'call', 'children': ['108', '109']}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'range'}, {'id': '109', 'type': 'argument_list', 'children': ['110', '111']}; {'id': '110', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '111', 'type': 'subscript', 'children': ['112', '115']}; {'id': '112', 'type': 'attribute', 'children': ['113', '114']}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'nodes_raw'}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'shape'}, {'id': '115', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '116', 'type': 'block', 'children': ['117', '125']}, {'id': '117', 'type': 'expression_statement', 'children': ['118']}; {'id': '118', 'type': 'assignment', 'children': ['119', '124']}, {'id': '119', 'type': 'subscript', 'children': ['120', '123']}; {'id': '120', 'type': 'attribute', 'children': ['121', '122']}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'header'}, {'id': '123', 'type': 'string', 'children': [], 'value': "'cutmck'"}; {'id': '124', 'type': 'True', 'children': []}, {'id': '125', 'type': 'expression_statement', 'children': ['126']}; {'id': '126', 'type': 'call', 'children': ['127', '128']}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'print'}; {'id': '128', 'type': 'argument_list', 'children': ['129']}, {'id': '129', 'type': 'string', 'children': [], 'value': "'This grid was sorted using CutMcK. The nodes were resorted!'"}; {'id': '130', 'type': 'else_clause', 'children': ['131']}, {'id': '131', 'type': 'block', 'children': ['132']}; {'id': '132', 'type': 'expression_statement', 'children': ['133']}, {'id': '133', 'type': 'assignment', 'children': ['134', '139']}; {'id': '134', 'type': 'subscript', 'children': ['135', '138']}, {'id': '135', 'type': 'attribute', 'children': ['136', '137']}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'header'}; {'id': '138', 'type': 'string', 'children': [], 'value': "'cutmck'"}, {'id': '139', 'type': 'False', 'children': []}; {'id': '140', 'type': 'if_statement', 'children': ['141', '147', '276']}, {'id': '141', 'type': 'parenthesized_expression', 'children': ['142']}; {'id': '142', 'type': 'subscript', 'children': ['143', '146']}, {'id': '143', 'type': 'attribute', 'children': ['144', '145']}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'header'}; {'id': '146', 'type': 'string', 'children': [], 'value': "'cutmck'"}, {'id': '147', 'type': 'block', 'children': ['148', '157', '173', '245', '253', '259', '265']}; {'id': '148', 'type': 'expression_statement', 'children': ['149']}, {'id': '149', 'type': 'assignment', 'children': ['150', '151']}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 'nodes_cutmck'}, {'id': '151', 'type': 'call', 'children': ['152', '155']}; {'id': '152', 'type': 'attribute', 'children': ['153', '154']}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 'np'}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'empty_like'}, {'id': '155', 'type': 'argument_list', 'children': ['156']}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'nodes_raw'}, {'id': '157', 'type': 'expression_statement', 'children': ['158']}; {'id': '158', 'type': 'assignment', 'children': ['159', '160']}, {'id': '159', 'type': 'identifier', 'children': [], 'value': 'nodes_cutmck_index'}; {'id': '160', 'type': 'call', 'children': ['161', '164']}, {'id': '161', 'type': 'attribute', 'children': ['162', '163']}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'np'}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'zeros'}; {'id': '164', 'type': 'argument_list', 'children': ['165', '170']}, {'id': '165', 'type': 'subscript', 'children': ['166', '169']}; {'id': '166', 'type': 'attribute', 'children': ['167', '168']}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'nodes_raw'}; {'id': '168', 'type': 'identifier', 'children': [], 'value': 'shape'}, {'id': '169', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '170', 'type': 'keyword_argument', 'children': ['171', '172']}, {'id': '171', 'type': 'identifier', 'children': [], 'value': 'dtype'}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'int'}, {'id': '173', 'type': 'for_statement', 'children': ['174', '175', '184']}; {'id': '174', 'type': 'identifier', 'children': [], 'value': 'node'}, {'id': '175', 'type': 'call', 'children': ['176', '177']}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'range'}, {'id': '177', 'type': 'argument_list', 'children': ['178', '179']}; {'id': '178', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '179', 'type': 'subscript', 'children': ['180', '183']}; {'id': '180', 'type': 'attribute', 'children': ['181', '182']}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'header'}, {'id': '183', 'type': 'string', 'children': [], 'value': "'nr_nodes'"}; {'id': '184', 'type': 'block', 'children': ['185', '208', '226', '237']}, {'id': '185', 'type': 'expression_statement', 'children': ['186']}; {'id': '186', 'type': 'assignment', 'children': ['187', '188']}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'new_index'}; {'id': '188', 'type': 'call', 'children': ['189', '192']}, {'id': '189', 'type': 'attribute', 'children': ['190', '191']}; {'id': '190', 'type': 'identifier', 'children': [], 'value': 'np'}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'where'}; {'id': '192', 'type': 'argument_list', 'children': ['193']}, {'id': '193', 'type': 'comparison_operator', 'children': ['194', '204'], 'value': '=='}; {'id': '194', 'type': 'call', 'children': ['195', '202']}, {'id': '195', 'type': 'attribute', 'children': ['196', '201']}; {'id': '196', 'type': 'subscript', 'children': ['197', '198', '200']}, {'id': '197', 'type': 'identifier', 'children': [], 'value': 'nodes_raw'}; {'id': '198', 'type': 'slice', 'children': ['199']}, {'id': '199', 'type': 'colon', 'children': []}; {'id': '200', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '201', 'type': 'identifier', 'children': [], 'value': 'astype'}; {'id': '202', 'type': 'argument_list', 'children': ['203']}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'int'}; {'id': '204', 'type': 'parenthesized_expression', 'children': ['205']}, {'id': '205', 'type': 'binary_operator', 'children': ['206', '207'], 'value': '+'}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'node'}, {'id': '207', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '208', 'type': 'expression_statement', 'children': ['209']}, {'id': '209', 'type': 'assignment', 'children': ['210', '219']}; {'id': '210', 'type': 'subscript', 'children': ['211', '212', '215']}, {'id': '211', 'type': 'identifier', 'children': [], 'value': 'nodes_cutmck'}; {'id': '212', 'type': 'subscript', 'children': ['213', '214']}, {'id': '213', 'type': 'identifier', 'children': [], 'value': 'new_index'}; {'id': '214', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '215', 'type': 'slice', 'children': ['216', '217', '218']}; {'id': '216', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '217', 'type': 'colon', 'children': []}; {'id': '218', 'type': 'integer', 'children': [], 'value': '3'}, {'id': '219', 'type': 'subscript', 'children': ['220', '221', '222']}; {'id': '220', 'type': 'identifier', 'children': [], 'value': 'nodes_raw'}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'node'}; {'id': '222', 'type': 'slice', 'children': ['223', '224', '225']}, {'id': '223', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '224', 'type': 'colon', 'children': []}, {'id': '225', 'type': 'integer', 'children': [], 'value': '3'}; {'id': '226', 'type': 'expression_statement', 'children': ['227']}, {'id': '227', 'type': 'assignment', 'children': ['228', '234']}; {'id': '228', 'type': 'subscript', 'children': ['229', '230', '233']}, {'id': '229', 'type': 'identifier', 'children': [], 'value': 'nodes_cutmck'}; {'id': '230', 'type': 'subscript', 'children': ['231', '232']}, {'id': '231', 'type': 'identifier', 'children': [], 'value': 'new_index'}; {'id': '232', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '233', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '234', 'type': 'subscript', 'children': ['235', '236']}, {'id': '235', 'type': 'identifier', 'children': [], 'value': 'new_index'}; {'id': '236', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '237', 'type': 'expression_statement', 'children': ['238']}; {'id': '238', 'type': 'assignment', 'children': ['239', '242']}, {'id': '239', 'type': 'subscript', 'children': ['240', '241']}; {'id': '240', 'type': 'identifier', 'children': [], 'value': 'nodes_cutmck_index'}, {'id': '241', 'type': 'identifier', 'children': [], 'value': 'node'}; {'id': '242', 'type': 'subscript', 'children': ['243', '244']}, {'id': '243', 'type': 'identifier', 'children': [], 'value': 'new_index'}; {'id': '244', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '245', 'type': 'expression_statement', 'children': ['246']}; {'id': '246', 'type': 'assignment', 'children': ['247', '248']}, {'id': '247', 'type': 'identifier', 'children': [], 'value': 'nodes_sorted'}; {'id': '248', 'type': 'subscript', 'children': ['249', '250', '251']}, {'id': '249', 'type': 'identifier', 'children': [], 'value': 'nodes_cutmck'}; {'id': '250', 'type': 'identifier', 'children': [], 'value': 'nodes_cutmck_index'}, {'id': '251', 'type': 'slice', 'children': ['252']}; {'id': '252', 'type': 'colon', 'children': []}, {'id': '253', 'type': 'expression_statement', 'children': ['254']}; {'id': '254', 'type': 'assignment', 'children': ['255', '258']}, {'id': '255', 'type': 'subscript', 'children': ['256', '257']}; {'id': '256', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '257', 'type': 'string', 'children': [], 'value': "'presort'"}; {'id': '258', 'type': 'identifier', 'children': [], 'value': 'nodes_cutmck'}, {'id': '259', 'type': 'expression_statement', 'children': ['260']}; {'id': '260', 'type': 'assignment', 'children': ['261', '264']}, {'id': '261', 'type': 'subscript', 'children': ['262', '263']}; {'id': '262', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '263', 'type': 'string', 'children': [], 'value': "'cutmck_index'"}; {'id': '264', 'type': 'identifier', 'children': [], 'value': 'nodes_cutmck_index'}, {'id': '265', 'type': 'expression_statement', 'children': ['266']}; {'id': '266', 'type': 'assignment', 'children': ['267', '270']}, {'id': '267', 'type': 'subscript', 'children': ['268', '269']}; {'id': '268', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '269', 'type': 'string', 'children': [], 'value': "'rev_cutmck_index'"}; {'id': '270', 'type': 'call', 'children': ['271', '274']}, {'id': '271', 'type': 'attribute', 'children': ['272', '273']}; {'id': '272', 'type': 'identifier', 'children': [], 'value': 'np'}, {'id': '273', 'type': 'identifier', 'children': [], 'value': 'argsort'}; {'id': '274', 'type': 'argument_list', 'children': ['275']}, {'id': '275', 'type': 'identifier', 'children': [], 'value': 'nodes_cutmck_index'}; {'id': '276', 'type': 'else_clause', 'children': ['277']}, {'id': '277', 'type': 'block', 'children': ['278', '282']}; {'id': '278', 'type': 'expression_statement', 'children': ['279']}, {'id': '279', 'type': 'assignment', 'children': ['280', '281']}; {'id': '280', 'type': 'identifier', 'children': [], 'value': 'nodes_sorted'}, {'id': '281', 'type': 'identifier', 'children': [], 'value': 'nodes_raw'}; {'id': '282', 'type': 'expression_statement', 'children': ['283']}, {'id': '283', 'type': 'assignment', 'children': ['284', '287']}; {'id': '284', 'type': 'subscript', 'children': ['285', '286']}, {'id': '285', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '286', 'type': 'string', 'children': [], 'value': "'presort'"}, {'id': '287', 'type': 'identifier', 'children': [], 'value': 'nodes_raw'}; {'id': '288', 'type': 'expression_statement', 'children': ['289']}, {'id': '289', 'type': 'assignment', 'children': ['290', '293']}; {'id': '290', 'type': 'subscript', 'children': ['291', '292']}, {'id': '291', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '292', 'type': 'string', 'children': [], 'value': "'raw'"}, {'id': '293', 'type': 'identifier', 'children': [], 'value': 'nodes_raw'}; {'id': '294', 'type': 'expression_statement', 'children': ['295']}, {'id': '295', 'type': 'assignment', 'children': ['296', '299']}; {'id': '296', 'type': 'subscript', 'children': ['297', '298']}, {'id': '297', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '298', 'type': 'string', 'children': [], 'value': "'sorted'"}, {'id': '299', 'type': 'identifier', 'children': [], 'value': 'nodes_sorted'}; {'id': '300', 'type': 'expression_statement', 'children': ['301']}, {'id': '301', 'type': 'assignment', 'children': ['302', '305']}; {'id': '302', 'type': 'attribute', 'children': ['303', '304']}, {'id': '303', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '304', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '305', 'type': 'identifier', 'children': [], 'value': 'nodes'}; {'id': '306', 'type': 'expression_statement', 'children': ['307']}, {'id': '307', 'type': 'assignment', 'children': ['308', '311']}; {'id': '308', 'type': 'attribute', 'children': ['309', '310']}, {'id': '309', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '310', 'type': 'identifier', 'children': [], 'value': 'nr_of_nodes'}, {'id': '311', 'type': 'subscript', 'children': ['312', '317']}; {'id': '312', 'type': 'attribute', 'children': ['313', '316']}, {'id': '313', 'type': 'subscript', 'children': ['314', '315']}; {'id': '314', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '315', 'type': 'string', 'children': [], 'value': "'raw'"}; {'id': '316', 'type': 'identifier', 'children': [], 'value': 'shape'}, {'id': '317', 'type': 'integer', 'children': [], 'value': '0'} | def _read_elem_nodes(self, fid):
nodes = {}
nodes_raw = np.empty((self.header['nr_nodes'], 3), dtype=float)
for nr in range(0, self.header['nr_nodes']):
node_line = fid.readline().lstrip()
nodes_raw[nr, :] = np.fromstring(
node_line, dtype=float, sep=' ')
nodes_raw[:, 1:3] = np.round(nodes_raw[:, 1:3], 5)
if(nodes_raw[:, 0] != list(range(1, nodes_raw.shape[0]))):
self.header['cutmck'] = True
print(
'This grid was sorted using CutMcK. The nodes were resorted!')
else:
self.header['cutmck'] = False
if(self.header['cutmck']):
nodes_cutmck = np.empty_like(nodes_raw)
nodes_cutmck_index = np.zeros(nodes_raw.shape[0], dtype=int)
for node in range(0, self.header['nr_nodes']):
new_index = np.where(nodes_raw[:, 0].astype(int) == (node + 1))
nodes_cutmck[new_index[0], 1:3] = nodes_raw[node, 1:3]
nodes_cutmck[new_index[0], 0] = new_index[0]
nodes_cutmck_index[node] = new_index[0]
nodes_sorted = nodes_cutmck[nodes_cutmck_index, :]
nodes['presort'] = nodes_cutmck
nodes['cutmck_index'] = nodes_cutmck_index
nodes['rev_cutmck_index'] = np.argsort(nodes_cutmck_index)
else:
nodes_sorted = nodes_raw
nodes['presort'] = nodes_raw
nodes['raw'] = nodes_raw
nodes['sorted'] = nodes_sorted
self.nodes = nodes
self.nr_of_nodes = nodes['raw'].shape[0] |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '6']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'errorhandle'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'resp'}; {'id': '6', 'type': 'block', 'children': ['7', '201']}, {'id': '7', 'type': 'if_statement', 'children': ['8', '13', '141', '190']}; {'id': '8', 'type': 'comparison_operator', 'children': ['9', '12'], 'value': '=='}, {'id': '9', 'type': 'attribute', 'children': ['10', '11']}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '11', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '12', 'type': 'string', 'children': [], 'value': "'json'"}, {'id': '13', 'type': 'block', 'children': ['14', '23', '35']}; {'id': '14', 'type': 'expression_statement', 'children': ['15']}, {'id': '15', 'type': 'assignment', 'children': ['16', '17']}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'parsed'}, {'id': '17', 'type': 'call', 'children': ['18', '21']}; {'id': '18', 'type': 'attribute', 'children': ['19', '20']}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'xmltodict'}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'parse'}, {'id': '21', 'type': 'argument_list', 'children': ['22']}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'resp'}, {'id': '23', 'type': 'expression_statement', 'children': ['24']}; {'id': '24', 'type': 'assignment', 'children': ['25', '26']}, {'id': '25', 'type': 'identifier', 'children': [], 'value': 'errors'}; {'id': '26', 'type': 'subscript', 'children': ['27', '32']}, {'id': '27', 'type': 'subscript', 'children': ['28', '29']}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'parsed'}, {'id': '29', 'type': 'attribute', 'children': ['30', '31']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'RESPONSE_TOKEN'}; {'id': '32', 'type': 'attribute', 'children': ['33', '34']}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'ERROR_TOKEN'}, {'id': '35', 'type': 'if_statement', 'children': ['36', '49', '84']}; {'id': '36', 'type': 'boolean_operator', 'children': ['37', '43'], 'value': 'and'}, {'id': '37', 'type': 'comparison_operator', 'children': ['38', '42'], 'value': 'is'}; {'id': '38', 'type': 'call', 'children': ['39', '40']}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'type'}; {'id': '40', 'type': 'argument_list', 'children': ['41']}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'errors'}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'list'}, {'id': '43', 'type': 'comparison_operator', 'children': ['44', '48'], 'value': '>'}; {'id': '44', 'type': 'call', 'children': ['45', '46']}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '46', 'type': 'argument_list', 'children': ['47']}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'errors'}; {'id': '48', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '49', 'type': 'block', 'children': ['50']}; {'id': '50', 'type': 'expression_statement', 'children': ['51']}, {'id': '51', 'type': 'assignment', 'children': ['52', '53']}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'messages'}, {'id': '53', 'type': 'call', 'children': ['54', '57']}; {'id': '54', 'type': 'attribute', 'children': ['55', '56']}, {'id': '55', 'type': 'string', 'children': [], 'value': '", "'}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'join'}, {'id': '57', 'type': 'argument_list', 'children': ['58']}; {'id': '58', 'type': 'list_comprehension', 'children': ['59', '81']}, {'id': '59', 'type': 'call', 'children': ['60', '63']}; {'id': '60', 'type': 'attribute', 'children': ['61', '62']}, {'id': '61', 'type': 'string', 'children': [], 'value': '" "'}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'join'}, {'id': '63', 'type': 'argument_list', 'children': ['64']}; {'id': '64', 'type': 'list_comprehension', 'children': ['65', '72']}, {'id': '65', 'type': 'call', 'children': ['66', '69']}; {'id': '66', 'type': 'attribute', 'children': ['67', '68']}, {'id': '67', 'type': 'string', 'children': [], 'value': '"{}: {}"'}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'format'}, {'id': '69', 'type': 'argument_list', 'children': ['70', '71']}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'k'}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'v'}; {'id': '72', 'type': 'for_in_clause', 'children': ['73', '76']}, {'id': '73', 'type': 'pattern_list', 'children': ['74', '75']}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'k'}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'v'}; {'id': '76', 'type': 'call', 'children': ['77', '80']}, {'id': '77', 'type': 'attribute', 'children': ['78', '79']}; {'id': '78', 'type': 'identifier', 'children': [], 'value': 'e'}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'items'}; {'id': '80', 'type': 'argument_list', 'children': []}, {'id': '81', 'type': 'for_in_clause', 'children': ['82', '83']}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'e'}, {'id': '83', 'type': 'identifier', 'children': [], 'value': 'errors'}; {'id': '84', 'type': 'else_clause', 'children': ['85']}, {'id': '85', 'type': 'block', 'children': ['86', '106']}; {'id': '86', 'type': 'expression_statement', 'children': ['87']}, {'id': '87', 'type': 'assignment', 'children': ['88', '89']}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'overlimit'}, {'id': '89', 'type': 'call', 'children': ['90', '91']}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'any'}, {'id': '91', 'type': 'generator_expression', 'children': ['92', '99']}; {'id': '92', 'type': 'comparison_operator', 'children': ['93', '94'], 'value': 'in'}, {'id': '93', 'type': 'string', 'children': [], 'value': "'transaction limit'"}; {'id': '94', 'type': 'call', 'children': ['95', '98']}, {'id': '95', 'type': 'attribute', 'children': ['96', '97']}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'msg'}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'lower'}; {'id': '98', 'type': 'argument_list', 'children': []}, {'id': '99', 'type': 'for_in_clause', 'children': ['100', '101']}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'msg'}, {'id': '101', 'type': 'call', 'children': ['102', '105']}; {'id': '102', 'type': 'attribute', 'children': ['103', '104']}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'errors'}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'values'}, {'id': '105', 'type': 'argument_list', 'children': []}; {'id': '106', 'type': 'if_statement', 'children': ['107', '108', '114']}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'overlimit'}; {'id': '108', 'type': 'block', 'children': ['109']}, {'id': '109', 'type': 'raise_statement', 'children': ['110']}; {'id': '110', 'type': 'call', 'children': ['111', '112']}, {'id': '111', 'type': 'identifier', 'children': [], 'value': 'APILimitExceeded'}; {'id': '112', 'type': 'argument_list', 'children': ['113']}, {'id': '113', 'type': 'string', 'children': [], 'value': '"This API key has used up its daily quota of calls."'}; {'id': '114', 'type': 'else_clause', 'children': ['115']}, {'id': '115', 'type': 'block', 'children': ['116']}; {'id': '116', 'type': 'expression_statement', 'children': ['117']}, {'id': '117', 'type': 'assignment', 'children': ['118', '119']}; {'id': '118', 'type': 'identifier', 'children': [], 'value': 'messages'}, {'id': '119', 'type': 'call', 'children': ['120', '123']}; {'id': '120', 'type': 'attribute', 'children': ['121', '122']}, {'id': '121', 'type': 'string', 'children': [], 'value': '" "'}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'join'}, {'id': '123', 'type': 'argument_list', 'children': ['124']}; {'id': '124', 'type': 'list_comprehension', 'children': ['125', '132']}, {'id': '125', 'type': 'call', 'children': ['126', '129']}; {'id': '126', 'type': 'attribute', 'children': ['127', '128']}, {'id': '127', 'type': 'string', 'children': [], 'value': '"{}: {}"'}; {'id': '128', 'type': 'identifier', 'children': [], 'value': 'format'}, {'id': '129', 'type': 'argument_list', 'children': ['130', '131']}; {'id': '130', 'type': 'identifier', 'children': [], 'value': 'k'}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'v'}; {'id': '132', 'type': 'for_in_clause', 'children': ['133', '136']}, {'id': '133', 'type': 'pattern_list', 'children': ['134', '135']}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'k'}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'v'}; {'id': '136', 'type': 'call', 'children': ['137', '140']}, {'id': '137', 'type': 'attribute', 'children': ['138', '139']}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'errors'}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'items'}; {'id': '140', 'type': 'argument_list', 'children': []}, {'id': '141', 'type': 'elif_clause', 'children': ['142', '147']}; {'id': '142', 'type': 'comparison_operator', 'children': ['143', '146'], 'value': '=='}, {'id': '143', 'type': 'attribute', 'children': ['144', '145']}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '146', 'type': 'string', 'children': [], 'value': "'xml'"}, {'id': '147', 'type': 'block', 'children': ['148', '155', '171']}; {'id': '148', 'type': 'import_statement', 'children': ['149']}, {'id': '149', 'type': 'aliased_import', 'children': ['150', '154']}; {'id': '150', 'type': 'dotted_name', 'children': ['151', '152', '153']}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'xml'}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'etree'}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 'ElementTree'}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'ET'}, {'id': '155', 'type': 'expression_statement', 'children': ['156']}; {'id': '156', 'type': 'assignment', 'children': ['157', '158']}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'errors'}; {'id': '158', 'type': 'call', 'children': ['159', '167']}, {'id': '159', 'type': 'attribute', 'children': ['160', '166']}; {'id': '160', 'type': 'call', 'children': ['161', '164']}, {'id': '161', 'type': 'attribute', 'children': ['162', '163']}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'ET'}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'fromstring'}; {'id': '164', 'type': 'argument_list', 'children': ['165']}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'resp'}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'findall'}, {'id': '167', 'type': 'argument_list', 'children': ['168']}; {'id': '168', 'type': 'attribute', 'children': ['169', '170']}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'ERROR_TOKEN'}, {'id': '171', 'type': 'expression_statement', 'children': ['172']}; {'id': '172', 'type': 'assignment', 'children': ['173', '174']}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'messages'}; {'id': '174', 'type': 'call', 'children': ['175', '178']}, {'id': '175', 'type': 'attribute', 'children': ['176', '177']}; {'id': '176', 'type': 'string', 'children': [], 'value': '", "'}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'join'}; {'id': '178', 'type': 'generator_expression', 'children': ['179', '187']}, {'id': '179', 'type': 'attribute', 'children': ['180', '186']}; {'id': '180', 'type': 'call', 'children': ['181', '184']}, {'id': '181', 'type': 'attribute', 'children': ['182', '183']}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'err'}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 'find'}; {'id': '184', 'type': 'argument_list', 'children': ['185']}, {'id': '185', 'type': 'string', 'children': [], 'value': "'msg'"}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'text'}, {'id': '187', 'type': 'for_in_clause', 'children': ['188', '189']}; {'id': '188', 'type': 'identifier', 'children': [], 'value': 'err'}, {'id': '189', 'type': 'identifier', 'children': [], 'value': 'errors'}; {'id': '190', 'type': 'else_clause', 'children': ['191']}, {'id': '191', 'type': 'block', 'children': ['192']}; {'id': '192', 'type': 'raise_statement', 'children': ['193']}, {'id': '193', 'type': 'call', 'children': ['194', '195']}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'ValueError'}, {'id': '195', 'type': 'argument_list', 'children': ['196']}; {'id': '196', 'type': 'binary_operator', 'children': ['197', '198'], 'value': '%'}, {'id': '197', 'type': 'string', 'children': [], 'value': '"Invalid API response format specified: {}."'}; {'id': '198', 'type': 'attribute', 'children': ['199', '200']}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '200', 'type': 'identifier', 'children': [], 'value': 'format'}, {'id': '201', 'type': 'raise_statement', 'children': ['202']}; {'id': '202', 'type': 'call', 'children': ['203', '204']}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'BustimeError'}; {'id': '204', 'type': 'argument_list', 'children': ['205']}, {'id': '205', 'type': 'call', 'children': ['206', '209']}; {'id': '206', 'type': 'attribute', 'children': ['207', '208']}, {'id': '207', 'type': 'string', 'children': [], 'value': '"API returned: {}"'}; {'id': '208', 'type': 'identifier', 'children': [], 'value': 'format'}, {'id': '209', 'type': 'argument_list', 'children': ['210']} | def errorhandle(self, resp):
if self.format == 'json':
parsed = xmltodict.parse(resp)
errors = parsed[self.RESPONSE_TOKEN][self.ERROR_TOKEN]
if type(errors) is list and len(errors) > 1:
messages = ", ".join([" ".join(["{}: {}".format(k,v) for k, v in e.items()]) for e in errors])
else:
overlimit = any('transaction limit' in msg.lower() for msg in errors.values())
if overlimit:
raise APILimitExceeded("This API key has used up its daily quota of calls.")
else:
messages = " ".join(["{}: {}".format(k,v) for k, v in errors.items()])
elif self.format == 'xml':
import xml.etree.ElementTree as ET
errors = ET.fromstring(resp).findall(self.ERROR_TOKEN)
messages = ", ".join(err.find('msg').text for err in errors)
else:
raise ValueError("Invalid API response format specified: {}." % self.format)
raise BustimeError("API returned: {}".format(messages)) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '9']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'cleanup'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '6']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'config'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'searchstring'}; {'id': '6', 'type': 'default_parameter', 'children': ['7', '8']}, {'id': '7', 'type': 'identifier', 'children': [], 'value': 'force'}; {'id': '8', 'type': 'False', 'children': []}, {'id': '9', 'type': 'block', 'children': ['10', '16', '27', '68', '75', '83', '89', '101', '105', '109', '118', '128', '146', '160', '170', '181', '222', '228', '234', '261', '267', '292', '296', '305', '328']}; {'id': '10', 'type': 'expression_statement', 'children': ['11']}, {'id': '11', 'type': 'assignment', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'repo'}, {'id': '13', 'type': 'attribute', 'children': ['14', '15']}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'config'}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'repo'}; {'id': '16', 'type': 'expression_statement', 'children': ['17']}, {'id': '17', 'type': 'assignment', 'children': ['18', '19']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'branches_'}, {'id': '19', 'type': 'call', 'children': ['20', '21']}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'list'}, {'id': '21', 'type': 'argument_list', 'children': ['22']}; {'id': '22', 'type': 'call', 'children': ['23', '24']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'find'}; {'id': '24', 'type': 'argument_list', 'children': ['25', '26']}, {'id': '25', 'type': 'identifier', 'children': [], 'value': 'repo'}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'searchstring'}, {'id': '27', 'type': 'if_statement', 'children': ['28', '30', '36']}; {'id': '28', 'type': 'not_operator', 'children': ['29']}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'branches_'}; {'id': '30', 'type': 'block', 'children': ['31']}, {'id': '31', 'type': 'expression_statement', 'children': ['32']}; {'id': '32', 'type': 'call', 'children': ['33', '34']}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'error_out'}; {'id': '34', 'type': 'argument_list', 'children': ['35']}, {'id': '35', 'type': 'string', 'children': [], 'value': '"No branches found"'}; {'id': '36', 'type': 'elif_clause', 'children': ['37', '43']}, {'id': '37', 'type': 'comparison_operator', 'children': ['38', '42'], 'value': '>'}; {'id': '38', 'type': 'call', 'children': ['39', '40']}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '40', 'type': 'argument_list', 'children': ['41']}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'branches_'}; {'id': '42', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '43', 'type': 'block', 'children': ['44']}; {'id': '44', 'type': 'expression_statement', 'children': ['45']}, {'id': '45', 'type': 'call', 'children': ['46', '47']}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'error_out'}, {'id': '47', 'type': 'argument_list', 'children': ['48']}; {'id': '48', 'type': 'call', 'children': ['49', '52']}, {'id': '49', 'type': 'attribute', 'children': ['50', '51']}; {'id': '50', 'type': 'string', 'children': [], 'value': '"More than one branch found.{}"'}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '52', 'type': 'argument_list', 'children': ['53']}, {'id': '53', 'type': 'call', 'children': ['54', '57']}; {'id': '54', 'type': 'attribute', 'children': ['55', '56']}, {'id': '55', 'type': 'string', 'children': [], 'value': '"\\n\\t"'}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'join'}, {'id': '57', 'type': 'argument_list', 'children': ['58']}; {'id': '58', 'type': 'binary_operator', 'children': ['59', '61'], 'value': '+'}, {'id': '59', 'type': 'list', 'children': ['60'], 'value': '[""]'}; {'id': '60', 'type': 'string', 'children': [], 'value': '""'}, {'id': '61', 'type': 'list_comprehension', 'children': ['62', '65']}; {'id': '62', 'type': 'attribute', 'children': ['63', '64']}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'x'}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '65', 'type': 'for_in_clause', 'children': ['66', '67']}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'branches_'}; {'id': '68', 'type': 'assert_statement', 'children': ['69']}, {'id': '69', 'type': 'comparison_operator', 'children': ['70', '74'], 'value': '=='}; {'id': '70', 'type': 'call', 'children': ['71', '72']}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '72', 'type': 'argument_list', 'children': ['73']}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'branches_'}; {'id': '74', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '75', 'type': 'expression_statement', 'children': ['76']}; {'id': '76', 'type': 'assignment', 'children': ['77', '78']}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'branch_name'}; {'id': '78', 'type': 'attribute', 'children': ['79', '82']}, {'id': '79', 'type': 'subscript', 'children': ['80', '81']}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'branches_'}, {'id': '81', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '83', 'type': 'expression_statement', 'children': ['84']}; {'id': '84', 'type': 'assignment', 'children': ['85', '86']}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'active_branch'}; {'id': '86', 'type': 'attribute', 'children': ['87', '88']}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'repo'}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'active_branch'}, {'id': '89', 'type': 'if_statement', 'children': ['90', '95']}; {'id': '90', 'type': 'comparison_operator', 'children': ['91', '92'], 'value': '=='}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'branch_name'}; {'id': '92', 'type': 'attribute', 'children': ['93', '94']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'active_branch'}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '95', 'type': 'block', 'children': ['96']}; {'id': '96', 'type': 'expression_statement', 'children': ['97']}, {'id': '97', 'type': 'call', 'children': ['98', '99']}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'error_out'}, {'id': '99', 'type': 'argument_list', 'children': ['100']}; {'id': '100', 'type': 'string', 'children': [], 'value': '"Can\'t clean up the current active branch."'}, {'id': '101', 'type': 'expression_statement', 'children': ['102']}; {'id': '102', 'type': 'assignment', 'children': ['103', '104']}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'upstream_remote'}; {'id': '104', 'type': 'None', 'children': []}, {'id': '105', 'type': 'expression_statement', 'children': ['106']}; {'id': '106', 'type': 'assignment', 'children': ['107', '108']}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'fork_remote'}; {'id': '108', 'type': 'None', 'children': []}, {'id': '109', 'type': 'expression_statement', 'children': ['110']}; {'id': '110', 'type': 'assignment', 'children': ['111', '112']}, {'id': '111', 'type': 'identifier', 'children': [], 'value': 'state'}; {'id': '112', 'type': 'call', 'children': ['113', '114']}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'read'}; {'id': '114', 'type': 'argument_list', 'children': ['115']}, {'id': '115', 'type': 'attribute', 'children': ['116', '117']}; {'id': '116', 'type': 'identifier', 'children': [], 'value': 'config'}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'configfile'}; {'id': '118', 'type': 'expression_statement', 'children': ['119']}, {'id': '119', 'type': 'assignment', 'children': ['120', '121']}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'origin_name'}, {'id': '121', 'type': 'call', 'children': ['122', '125']}; {'id': '122', 'type': 'attribute', 'children': ['123', '124']}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'state'}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '125', 'type': 'argument_list', 'children': ['126', '127']}; {'id': '126', 'type': 'string', 'children': [], 'value': '"ORIGIN_NAME"'}, {'id': '127', 'type': 'string', 'children': [], 'value': '"origin"'}; {'id': '128', 'type': 'for_statement', 'children': ['129', '130', '133']}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'remote'}; {'id': '130', 'type': 'attribute', 'children': ['131', '132']}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'repo'}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'remotes'}, {'id': '133', 'type': 'block', 'children': ['134']}; {'id': '134', 'type': 'if_statement', 'children': ['135', '140']}, {'id': '135', 'type': 'comparison_operator', 'children': ['136', '139'], 'value': '=='}; {'id': '136', 'type': 'attribute', 'children': ['137', '138']}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'remote'}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'origin_name'}; {'id': '140', 'type': 'block', 'children': ['141', '145']}, {'id': '141', 'type': 'expression_statement', 'children': ['142']}; {'id': '142', 'type': 'assignment', 'children': ['143', '144']}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'upstream_remote'}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'remote'}, {'id': '145', 'type': 'break_statement', 'children': []}; {'id': '146', 'type': 'if_statement', 'children': ['147', '149']}, {'id': '147', 'type': 'not_operator', 'children': ['148']}; {'id': '148', 'type': 'identifier', 'children': [], 'value': 'upstream_remote'}, {'id': '149', 'type': 'block', 'children': ['150']}; {'id': '150', 'type': 'expression_statement', 'children': ['151']}, {'id': '151', 'type': 'call', 'children': ['152', '153']}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'error_out'}, {'id': '153', 'type': 'argument_list', 'children': ['154']}; {'id': '154', 'type': 'call', 'children': ['155', '158']}, {'id': '155', 'type': 'attribute', 'children': ['156', '157']}; {'id': '156', 'type': 'string', 'children': [], 'value': '"No remote called {!r} found"'}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '158', 'type': 'argument_list', 'children': ['159']}, {'id': '159', 'type': 'identifier', 'children': [], 'value': 'origin_name'}; {'id': '160', 'type': 'expression_statement', 'children': ['161']}, {'id': '161', 'type': 'call', 'children': ['162', '169']}; {'id': '162', 'type': 'attribute', 'children': ['163', '168']}, {'id': '163', 'type': 'attribute', 'children': ['164', '167']}; {'id': '164', 'type': 'attribute', 'children': ['165', '166']}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'repo'}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'heads'}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'master'}; {'id': '168', 'type': 'identifier', 'children': [], 'value': 'checkout'}, {'id': '169', 'type': 'argument_list', 'children': []}; {'id': '170', 'type': 'expression_statement', 'children': ['171']}, {'id': '171', 'type': 'call', 'children': ['172', '175']}; {'id': '172', 'type': 'attribute', 'children': ['173', '174']}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'upstream_remote'}; {'id': '174', 'type': 'identifier', 'children': [], 'value': 'pull'}, {'id': '175', 'type': 'argument_list', 'children': ['176']}; {'id': '176', 'type': 'attribute', 'children': ['177', '180']}, {'id': '177', 'type': 'attribute', 'children': ['178', '179']}; {'id': '178', 'type': 'identifier', 'children': [], 'value': 'repo'}, {'id': '179', 'type': 'identifier', 'children': [], 'value': 'heads'}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'master'}, {'id': '181', 'type': 'expression_statement', 'children': ['182']}; {'id': '182', 'type': 'assignment', 'children': ['183', '184']}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 'merged_branches'}; {'id': '184', 'type': 'list_comprehension', 'children': ['185', '190', '204']}, {'id': '185', 'type': 'call', 'children': ['186', '189']}; {'id': '186', 'type': 'attribute', 'children': ['187', '188']}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'x'}; {'id': '188', 'type': 'identifier', 'children': [], 'value': 'strip'}, {'id': '189', 'type': 'argument_list', 'children': []}; {'id': '190', 'type': 'for_in_clause', 'children': ['191', '192']}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'x'}; {'id': '192', 'type': 'call', 'children': ['193', '203']}, {'id': '193', 'type': 'attribute', 'children': ['194', '202']}; {'id': '194', 'type': 'call', 'children': ['195', '200']}, {'id': '195', 'type': 'attribute', 'children': ['196', '199']}; {'id': '196', 'type': 'attribute', 'children': ['197', '198']}, {'id': '197', 'type': 'identifier', 'children': [], 'value': 'repo'}; {'id': '198', 'type': 'identifier', 'children': [], 'value': 'git'}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'branch'}; {'id': '200', 'type': 'argument_list', 'children': ['201']}, {'id': '201', 'type': 'string', 'children': [], 'value': '"--merged"'}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'splitlines'}, {'id': '203', 'type': 'argument_list', 'children': []}; {'id': '204', 'type': 'if_clause', 'children': ['205']}, {'id': '205', 'type': 'boolean_operator', 'children': ['206', '211'], 'value': 'and'}; {'id': '206', 'type': 'call', 'children': ['207', '210']}, {'id': '207', 'type': 'attribute', 'children': ['208', '209']}; {'id': '208', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '209', 'type': 'identifier', 'children': [], 'value': 'strip'}; {'id': '210', 'type': 'argument_list', 'children': []}, {'id': '211', 'type': 'not_operator', 'children': ['212']}; {'id': '212', 'type': 'call', 'children': ['213', '220']}, {'id': '213', 'type': 'attribute', 'children': ['214', '219']}; {'id': '214', 'type': 'call', 'children': ['215', '218']}, {'id': '215', 'type': 'attribute', 'children': ['216', '217']}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '217', 'type': 'identifier', 'children': [], 'value': 'strip'}; {'id': '218', 'type': 'argument_list', 'children': []}, {'id': '219', 'type': 'identifier', 'children': [], 'value': 'startswith'}; {'id': '220', 'type': 'argument_list', 'children': ['221']}, {'id': '221', 'type': 'string', 'children': [], 'value': '"*"'}; {'id': '222', 'type': 'expression_statement', 'children': ['223']}, {'id': '223', 'type': 'assignment', 'children': ['224', '225']}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'was_merged'}, {'id': '225', 'type': 'comparison_operator', 'children': ['226', '227'], 'value': 'in'}; {'id': '226', 'type': 'identifier', 'children': [], 'value': 'branch_name'}, {'id': '227', 'type': 'identifier', 'children': [], 'value': 'merged_branches'}; {'id': '228', 'type': 'expression_statement', 'children': ['229']}, {'id': '229', 'type': 'assignment', 'children': ['230', '231']}; {'id': '230', 'type': 'identifier', 'children': [], 'value': 'certain'}, {'id': '231', 'type': 'boolean_operator', 'children': ['232', '233'], 'value': 'or'}; {'id': '232', 'type': 'identifier', 'children': [], 'value': 'was_merged'}, {'id': '233', 'type': 'identifier', 'children': [], 'value': 'force'}; {'id': '234', 'type': 'if_statement', 'children': ['235', '237']}, {'id': '235', 'type': 'not_operator', 'children': ['236']}; {'id': '236', 'type': 'identifier', 'children': [], 'value': 'certain'}, {'id': '237', 'type': 'block', 'children': ['238']}; {'id': '238', 'type': 'expression_statement', 'children': ['239']}, {'id': '239', 'type': 'assignment', 'children': ['240', '241']}; {'id': '240', 'type': 'identifier', 'children': [], 'value': 'certain'}, {'id': '241', 'type': 'parenthesized_expression', 'children': ['242']}; {'id': '242', 'type': 'comparison_operator', 'children': ['243', '260'], 'value': '!='}, {'id': '243', 'type': 'call', 'children': ['244', '259']}; {'id': '244', 'type': 'attribute', 'children': ['245', '258']}, {'id': '245', 'type': 'call', 'children': ['246', '257']}; {'id': '246', 'type': 'attribute', 'children': ['247', '256']}, {'id': '247', 'type': 'call', 'children': ['248', '249']}; {'id': '248', 'type': 'identifier', 'children': [], 'value': 'input'}, {'id': '249', 'type': 'argument_list', 'children': ['250']}; {'id': '250', 'type': 'call', 'children': ['251', '254']}, {'id': '251', 'type': 'attribute', 'children': ['252', '253']}; {'id': '252', 'type': 'string', 'children': [], 'value': '"Are you certain {} is actually merged? [Y/n] "'}, {'id': '253', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '254', 'type': 'argument_list', 'children': ['255']}, {'id': '255', 'type': 'identifier', 'children': [], 'value': 'branch_name'}; {'id': '256', 'type': 'identifier', 'children': [], 'value': 'lower'}, {'id': '257', 'type': 'argument_list', 'children': []}; {'id': '258', 'type': 'identifier', 'children': [], 'value': 'strip'}, {'id': '259', 'type': 'argument_list', 'children': []}; {'id': '260', 'type': 'string', 'children': [], 'value': '"n"'}, {'id': '261', 'type': 'if_statement', 'children': ['262', '264']}; {'id': '262', 'type': 'not_operator', 'children': ['263']}, {'id': '263', 'type': 'identifier', 'children': [], 'value': 'certain'}; {'id': '264', 'type': 'block', 'children': ['265']}, {'id': '265', 'type': 'return_statement', 'children': ['266']}; {'id': '266', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '267', 'type': 'if_statement', 'children': ['268', '269', '280']}; {'id': '268', 'type': 'identifier', 'children': [], 'value': 'was_merged'}, {'id': '269', 'type': 'block', 'children': ['270']}; {'id': '270', 'type': 'expression_statement', 'children': ['271']}, {'id': '271', 'type': 'call', 'children': ['272', '277']}; {'id': '272', 'type': 'attribute', 'children': ['273', '276']}, {'id': '273', 'type': 'attribute', 'children': ['274', '275']}; {'id': '274', 'type': 'identifier', 'children': [], 'value': 'repo'}, {'id': '275', 'type': 'identifier', 'children': [], 'value': 'git'}; {'id': '276', 'type': 'identifier', 'children': [], 'value': 'branch'}, {'id': '277', 'type': 'argument_list', 'children': ['278', '279']}; {'id': '278', 'type': 'string', 'children': [], 'value': '"-d"'}, {'id': '279', 'type': 'identifier', 'children': [], 'value': 'branch_name'}; {'id': '280', 'type': 'else_clause', 'children': ['281']}, {'id': '281', 'type': 'block', 'children': ['282']}; {'id': '282', 'type': 'expression_statement', 'children': ['283']}, {'id': '283', 'type': 'call', 'children': ['284', '289']}; {'id': '284', 'type': 'attribute', 'children': ['285', '288']}, {'id': '285', 'type': 'attribute', 'children': ['286', '287']}; {'id': '286', 'type': 'identifier', 'children': [], 'value': 'repo'}, {'id': '287', 'type': 'identifier', 'children': [], 'value': 'git'}; {'id': '288', 'type': 'identifier', 'children': [], 'value': 'branch'}, {'id': '289', 'type': 'argument_list', 'children': ['290', '291']}; {'id': '290', 'type': 'string', 'children': [], 'value': '"-D"'}, {'id': '291', 'type': 'identifier', 'children': [], 'value': 'branch_name'}; {'id': '292', 'type': 'expression_statement', 'children': ['293']}, {'id': '293', 'type': 'assignment', 'children': ['294', '295']}; {'id': '294', 'type': 'identifier', 'children': [], 'value': 'fork_remote'}, {'id': '295', 'type': 'None', 'children': []}; {'id': '296', 'type': 'expression_statement', 'children': ['297']}, {'id': '297', 'type': 'assignment', 'children': ['298', '299']}; {'id': '298', 'type': 'identifier', 'children': [], 'value': 'state'}, {'id': '299', 'type': 'call', 'children': ['300', '301']}; {'id': '300', 'type': 'identifier', 'children': [], 'value': 'read'}, {'id': '301', 'type': 'argument_list', 'children': ['302']}; {'id': '302', 'type': 'attribute', 'children': ['303', '304']}, {'id': '303', 'type': 'identifier', 'children': [], 'value': 'config'}; {'id': '304', 'type': 'identifier', 'children': [], 'value': 'configfile'}, {'id': '305', 'type': 'for_statement', 'children': ['306', '307', '310']}; {'id': '306', 'type': 'identifier', 'children': [], 'value': 'remote'}, {'id': '307', 'type': 'attribute', 'children': ['308', '309']}; {'id': '308', 'type': 'identifier', 'children': [], 'value': 'repo'}, {'id': '309', 'type': 'identifier', 'children': [], 'value': 'remotes'}; {'id': '310', 'type': 'block', 'children': ['311']}, {'id': '311', 'type': 'if_statement', 'children': ['312', '322']}; {'id': '312', 'type': 'comparison_operator', 'children': ['313', '316'], 'value': '=='}, {'id': '313', 'type': 'attribute', 'children': ['314', '315']}; {'id': '314', 'type': 'identifier', 'children': [], 'value': 'remote'}, {'id': '315', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '316', 'type': 'call', 'children': ['317', '320']}, {'id': '317', 'type': 'attribute', 'children': ['318', '319']}; {'id': '318', 'type': 'identifier', 'children': [], 'value': 'state'}, {'id': '319', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '320', 'type': 'argument_list', 'children': ['321']}, {'id': '321', 'type': 'string', 'children': [], 'value': '"FORK_NAME"'}; {'id': '322', 'type': 'block', 'children': ['323', '327']}, {'id': '323', 'type': 'expression_statement', 'children': ['324']}; {'id': '324', 'type': 'assignment', 'children': ['325', '326']}, {'id': '325', 'type': 'identifier', 'children': [], 'value': 'fork_remote'}; {'id': '326', 'type': 'identifier', 'children': [], 'value': 'remote'}, {'id': '327', 'type': 'break_statement', 'children': []}; {'id': '328', 'type': 'if_statement', 'children': ['329', '330']}, {'id': '329', 'type': 'identifier', 'children': [], 'value': 'fork_remote'}; {'id': '330', 'type': 'block', 'children': ['331', '340']}, {'id': '331', 'type': 'expression_statement', 'children': ['332']}; {'id': '332', 'type': 'call', 'children': ['333', '336']}, {'id': '333', 'type': 'attribute', 'children': ['334', '335']}; {'id': '334', 'type': 'identifier', 'children': [], 'value': 'fork_remote'}, {'id': '335', 'type': 'identifier', 'children': [], 'value': 'push'}; {'id': '336', 'type': 'argument_list', 'children': ['337']}, {'id': '337', 'type': 'binary_operator', 'children': ['338', '339'], 'value': '+'}; {'id': '338', 'type': 'string', 'children': [], 'value': '":"'}, {'id': '339', 'type': 'identifier', 'children': [], 'value': 'branch_name'}; {'id': '340', 'type': 'expression_statement', 'children': ['341']}, {'id': '341', 'type': 'call', 'children': ['342', '343']}; {'id': '342', 'type': 'identifier', 'children': [], 'value': 'info_out'}, {'id': '343', 'type': 'argument_list', 'children': ['344']} | def cleanup(config, searchstring, force=False):
repo = config.repo
branches_ = list(find(repo, searchstring))
if not branches_:
error_out("No branches found")
elif len(branches_) > 1:
error_out(
"More than one branch found.{}".format(
"\n\t".join([""] + [x.name for x in branches_])
)
)
assert len(branches_) == 1
branch_name = branches_[0].name
active_branch = repo.active_branch
if branch_name == active_branch.name:
error_out("Can't clean up the current active branch.")
upstream_remote = None
fork_remote = None
state = read(config.configfile)
origin_name = state.get("ORIGIN_NAME", "origin")
for remote in repo.remotes:
if remote.name == origin_name:
upstream_remote = remote
break
if not upstream_remote:
error_out("No remote called {!r} found".format(origin_name))
repo.heads.master.checkout()
upstream_remote.pull(repo.heads.master)
merged_branches = [
x.strip()
for x in repo.git.branch("--merged").splitlines()
if x.strip() and not x.strip().startswith("*")
]
was_merged = branch_name in merged_branches
certain = was_merged or force
if not certain:
certain = (
input("Are you certain {} is actually merged? [Y/n] ".format(branch_name))
.lower()
.strip()
!= "n"
)
if not certain:
return 1
if was_merged:
repo.git.branch("-d", branch_name)
else:
repo.git.branch("-D", branch_name)
fork_remote = None
state = read(config.configfile)
for remote in repo.remotes:
if remote.name == state.get("FORK_NAME"):
fork_remote = remote
break
if fork_remote:
fork_remote.push(":" + branch_name)
info_out("Remote branch on fork deleted too.") |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '6']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'construct'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'data'}; {'id': '6', 'type': 'block', 'children': ['7', '11', '15', '94', '100', '143', '149', '171', '184', '188', '192', '236', '245', '254']}, {'id': '7', 'type': 'expression_statement', 'children': ['8']}; {'id': '8', 'type': 'assignment', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'occurrences'}; {'id': '10', 'type': 'dictionary', 'children': []}, {'id': '11', 'type': 'expression_statement', 'children': ['12']}; {'id': '12', 'type': 'assignment', 'children': ['13', '14']}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'main_occurrences'}; {'id': '14', 'type': 'dictionary', 'children': []}, {'id': '15', 'type': 'for_statement', 'children': ['16', '17', '22']}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'pkg'}, {'id': '17', 'type': 'subscript', 'children': ['18', '21']}; {'id': '18', 'type': 'subscript', 'children': ['19', '20']}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'data'}; {'id': '20', 'type': 'string', 'children': [], 'value': '"data"'}, {'id': '21', 'type': 'string', 'children': [], 'value': '"dependencies"'}; {'id': '22', 'type': 'block', 'children': ['23', '29']}, {'id': '23', 'type': 'expression_statement', 'children': ['24']}; {'id': '24', 'type': 'assignment', 'children': ['25', '26']}, {'id': '25', 'type': 'identifier', 'children': [], 'value': 'package'}; {'id': '26', 'type': 'subscript', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'pkg'}; {'id': '28', 'type': 'string', 'children': [], 'value': '"package"'}, {'id': '29', 'type': 'for_statement', 'children': ['30', '31', '34']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'item'}, {'id': '31', 'type': 'subscript', 'children': ['32', '33']}; {'id': '32', 'type': 'identifier', 'children': [], 'value': 'pkg'}, {'id': '33', 'type': 'string', 'children': [], 'value': '"dependencies"'}; {'id': '34', 'type': 'block', 'children': ['35', '41', '71']}, {'id': '35', 'type': 'expression_statement', 'children': ['36']}; {'id': '36', 'type': 'assignment', 'children': ['37', '38']}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'dep'}; {'id': '38', 'type': 'subscript', 'children': ['39', '40']}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'item'}; {'id': '40', 'type': 'string', 'children': [], 'value': '"name"'}, {'id': '41', 'type': 'if_statement', 'children': ['42', '45', '63']}; {'id': '42', 'type': 'comparison_operator', 'children': ['43', '44'], 'value': '!='}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'package'}; {'id': '44', 'type': 'string', 'children': [], 'value': '"."'}, {'id': '45', 'type': 'block', 'children': ['46']}; {'id': '46', 'type': 'expression_statement', 'children': ['47']}, {'id': '47', 'type': 'assignment', 'children': ['48', '49']}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'deps'}, {'id': '49', 'type': 'call', 'children': ['50', '51']}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'map'}, {'id': '51', 'type': 'argument_list', 'children': ['52', '60']}; {'id': '52', 'type': 'lambda', 'children': ['53', '55']}, {'id': '53', 'type': 'lambda_parameters', 'children': ['54']}; {'id': '54', 'type': 'identifier', 'children': [], 'value': 'l'}, {'id': '55', 'type': 'binary_operator', 'children': ['56', '57'], 'value': '%'}; {'id': '56', 'type': 'string', 'children': [], 'value': '"%s/%s"'}, {'id': '57', 'type': 'tuple', 'children': ['58', '59']}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'package'}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'l'}; {'id': '60', 'type': 'subscript', 'children': ['61', '62']}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'item'}; {'id': '62', 'type': 'string', 'children': [], 'value': '"location"'}, {'id': '63', 'type': 'else_clause', 'children': ['64']}; {'id': '64', 'type': 'block', 'children': ['65']}, {'id': '65', 'type': 'expression_statement', 'children': ['66']}; {'id': '66', 'type': 'assignment', 'children': ['67', '68']}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'deps'}; {'id': '68', 'type': 'subscript', 'children': ['69', '70']}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'item'}; {'id': '70', 'type': 'string', 'children': [], 'value': '"location"'}, {'id': '71', 'type': 'if_statement', 'children': ['72', '75', '82']}; {'id': '72', 'type': 'comparison_operator', 'children': ['73', '74'], 'value': 'not'}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'dep'}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'occurrences'}, {'id': '75', 'type': 'block', 'children': ['76']}; {'id': '76', 'type': 'expression_statement', 'children': ['77']}, {'id': '77', 'type': 'assignment', 'children': ['78', '81']}; {'id': '78', 'type': 'subscript', 'children': ['79', '80']}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'occurrences'}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'dep'}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'deps'}; {'id': '82', 'type': 'else_clause', 'children': ['83']}, {'id': '83', 'type': 'block', 'children': ['84']}; {'id': '84', 'type': 'expression_statement', 'children': ['85']}, {'id': '85', 'type': 'assignment', 'children': ['86', '89']}; {'id': '86', 'type': 'subscript', 'children': ['87', '88']}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'occurrences'}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'dep'}, {'id': '89', 'type': 'binary_operator', 'children': ['90', '93'], 'value': '+'}; {'id': '90', 'type': 'subscript', 'children': ['91', '92']}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'occurrences'}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'dep'}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'deps'}; {'id': '94', 'type': 'expression_statement', 'children': ['95']}, {'id': '95', 'type': 'assignment', 'children': ['96', '99']}; {'id': '96', 'type': 'attribute', 'children': ['97', '98']}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'occurrences'}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'occurrences'}; {'id': '100', 'type': 'for_statement', 'children': ['101', '102', '107']}, {'id': '101', 'type': 'identifier', 'children': [], 'value': 'main'}; {'id': '102', 'type': 'subscript', 'children': ['103', '106']}, {'id': '103', 'type': 'subscript', 'children': ['104', '105']}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'data'}, {'id': '105', 'type': 'string', 'children': [], 'value': '"data"'}; {'id': '106', 'type': 'string', 'children': [], 'value': '"main"'}, {'id': '107', 'type': 'block', 'children': ['108', '114']}; {'id': '108', 'type': 'expression_statement', 'children': ['109']}, {'id': '109', 'type': 'assignment', 'children': ['110', '111']}; {'id': '110', 'type': 'identifier', 'children': [], 'value': 'filename'}, {'id': '111', 'type': 'subscript', 'children': ['112', '113']}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'main'}, {'id': '113', 'type': 'string', 'children': [], 'value': '"filename"'}; {'id': '114', 'type': 'for_statement', 'children': ['115', '116', '119']}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'dep'}; {'id': '116', 'type': 'subscript', 'children': ['117', '118']}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'main'}; {'id': '118', 'type': 'string', 'children': [], 'value': '"dependencies"'}, {'id': '119', 'type': 'block', 'children': ['120']}; {'id': '120', 'type': 'if_statement', 'children': ['121', '124', '132']}, {'id': '121', 'type': 'comparison_operator', 'children': ['122', '123'], 'value': 'not'}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'dep'}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'main_occurrences'}; {'id': '124', 'type': 'block', 'children': ['125']}, {'id': '125', 'type': 'expression_statement', 'children': ['126']}; {'id': '126', 'type': 'assignment', 'children': ['127', '130']}, {'id': '127', 'type': 'subscript', 'children': ['128', '129']}; {'id': '128', 'type': 'identifier', 'children': [], 'value': 'main_occurrences'}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'dep'}; {'id': '130', 'type': 'list', 'children': ['131'], 'value': '[filename]'}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'filename'}; {'id': '132', 'type': 'else_clause', 'children': ['133']}, {'id': '133', 'type': 'block', 'children': ['134']}; {'id': '134', 'type': 'expression_statement', 'children': ['135']}, {'id': '135', 'type': 'call', 'children': ['136', '141']}; {'id': '136', 'type': 'attribute', 'children': ['137', '140']}, {'id': '137', 'type': 'subscript', 'children': ['138', '139']}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'main_occurrences'}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'dep'}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '141', 'type': 'argument_list', 'children': ['142']}; {'id': '142', 'type': 'identifier', 'children': [], 'value': 'filename'}, {'id': '143', 'type': 'expression_statement', 'children': ['144']}; {'id': '144', 'type': 'assignment', 'children': ['145', '148']}, {'id': '145', 'type': 'attribute', 'children': ['146', '147']}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'main_occurrences'}; {'id': '148', 'type': 'identifier', 'children': [], 'value': 'main_occurrences'}, {'id': '149', 'type': 'expression_statement', 'children': ['150']}; {'id': '150', 'type': 'assignment', 'children': ['151', '154']}, {'id': '151', 'type': 'attribute', 'children': ['152', '153']}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 'test_directories'}; {'id': '154', 'type': 'call', 'children': ['155', '156']}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'sorted'}; {'id': '156', 'type': 'argument_list', 'children': ['157']}, {'id': '157', 'type': 'call', 'children': ['158', '159']}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'map'}, {'id': '159', 'type': 'argument_list', 'children': ['160', '166']}; {'id': '160', 'type': 'lambda', 'children': ['161', '163']}, {'id': '161', 'type': 'lambda_parameters', 'children': ['162']}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'l'}, {'id': '163', 'type': 'subscript', 'children': ['164', '165']}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'l'}, {'id': '165', 'type': 'string', 'children': [], 'value': '"test"'}; {'id': '166', 'type': 'subscript', 'children': ['167', '170']}, {'id': '167', 'type': 'subscript', 'children': ['168', '169']}; {'id': '168', 'type': 'identifier', 'children': [], 'value': 'data'}, {'id': '169', 'type': 'string', 'children': [], 'value': '"data"'}; {'id': '170', 'type': 'string', 'children': [], 'value': '"tests"'}, {'id': '171', 'type': 'expression_statement', 'children': ['172']}; {'id': '172', 'type': 'assignment', 'children': ['173', '176']}, {'id': '173', 'type': 'attribute', 'children': ['174', '175']}; {'id': '174', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '175', 'type': 'identifier', 'children': [], 'value': 'provided_packages'}; {'id': '176', 'type': 'call', 'children': ['177', '178']}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'sorted'}; {'id': '178', 'type': 'argument_list', 'children': ['179']}, {'id': '179', 'type': 'subscript', 'children': ['180', '183']}; {'id': '180', 'type': 'subscript', 'children': ['181', '182']}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'data'}; {'id': '182', 'type': 'string', 'children': [], 'value': '"data"'}, {'id': '183', 'type': 'string', 'children': [], 'value': '"packages"'}; {'id': '184', 'type': 'expression_statement', 'children': ['185']}, {'id': '185', 'type': 'assignment', 'children': ['186', '187']}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'imported_packages'}, {'id': '187', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '188', 'type': 'expression_statement', 'children': ['189']}, {'id': '189', 'type': 'assignment', 'children': ['190', '191']}; {'id': '190', 'type': 'identifier', 'children': [], 'value': 'imported_native_packages'}, {'id': '191', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '192', 'type': 'for_statement', 'children': ['193', '194', '195']}, {'id': '193', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'occurrences'}, {'id': '195', 'type': 'block', 'children': ['196', '211']}; {'id': '196', 'type': 'try_statement', 'children': ['197', '207']}, {'id': '197', 'type': 'block', 'children': ['198']}; {'id': '198', 'type': 'expression_statement', 'children': ['199']}, {'id': '199', 'type': 'call', 'children': ['200', '205']}; {'id': '200', 'type': 'attribute', 'children': ['201', '204']}, {'id': '201', 'type': 'attribute', 'children': ['202', '203']}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'ipparser'}; {'id': '204', 'type': 'identifier', 'children': [], 'value': 'parse'}, {'id': '205', 'type': 'argument_list', 'children': ['206']}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '207', 'type': 'except_clause', 'children': ['208', '209']}; {'id': '208', 'type': 'identifier', 'children': [], 'value': 'ValueError'}, {'id': '209', 'type': 'block', 'children': ['210']}; {'id': '210', 'type': 'continue_statement', 'children': []}, {'id': '211', 'type': 'if_statement', 'children': ['212', '219', '227']}; {'id': '212', 'type': 'call', 'children': ['213', '218']}, {'id': '213', 'type': 'attribute', 'children': ['214', '217']}; {'id': '214', 'type': 'attribute', 'children': ['215', '216']}, {'id': '215', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'ipparser'}, {'id': '217', 'type': 'identifier', 'children': [], 'value': 'isNative'}; {'id': '218', 'type': 'argument_list', 'children': []}, {'id': '219', 'type': 'block', 'children': ['220']}; {'id': '220', 'type': 'expression_statement', 'children': ['221']}, {'id': '221', 'type': 'call', 'children': ['222', '225']}; {'id': '222', 'type': 'attribute', 'children': ['223', '224']}, {'id': '223', 'type': 'identifier', 'children': [], 'value': 'imported_native_packages'}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '225', 'type': 'argument_list', 'children': ['226']}; {'id': '226', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '227', 'type': 'else_clause', 'children': ['228']}; {'id': '228', 'type': 'block', 'children': ['229']}, {'id': '229', 'type': 'expression_statement', 'children': ['230']}; {'id': '230', 'type': 'call', 'children': ['231', '234']}, {'id': '231', 'type': 'attribute', 'children': ['232', '233']}; {'id': '232', 'type': 'identifier', 'children': [], 'value': 'imported_packages'}, {'id': '233', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '234', 'type': 'argument_list', 'children': ['235']}, {'id': '235', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '236', 'type': 'expression_statement', 'children': ['237']}, {'id': '237', 'type': 'assignment', 'children': ['238', '241']}; {'id': '238', 'type': 'attribute', 'children': ['239', '240']}, {'id': '239', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '240', 'type': 'identifier', 'children': [], 'value': 'imported_packages'}, {'id': '241', 'type': 'call', 'children': ['242', '243']}; {'id': '242', 'type': 'identifier', 'children': [], 'value': 'sorted'}, {'id': '243', 'type': 'argument_list', 'children': ['244']}; {'id': '244', 'type': 'identifier', 'children': [], 'value': 'imported_packages'}, {'id': '245', 'type': 'expression_statement', 'children': ['246']}; {'id': '246', 'type': 'assignment', 'children': ['247', '250']}, {'id': '247', 'type': 'attribute', 'children': ['248', '249']}; {'id': '248', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '249', 'type': 'identifier', 'children': [], 'value': 'imported_native_packages'}; {'id': '250', 'type': 'call', 'children': ['251', '252']}, {'id': '251', 'type': 'identifier', 'children': [], 'value': 'sorted'}; {'id': '252', 'type': 'argument_list', 'children': ['253']}, {'id': '253', 'type': 'identifier', 'children': [], 'value': 'imported_native_packages'}; {'id': '254', 'type': 'expression_statement', 'children': ['255']}, {'id': '255', 'type': 'assignment', 'children': ['256', '259']}; {'id': '256', 'type': 'attribute', 'children': ['257', '258']}, {'id': '257', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '258', 'type': 'identifier', 'children': [], 'value': 'main_packages'}, {'id': '259', 'type': 'call', 'children': ['260', '261']}; {'id': '260', 'type': 'identifier', 'children': [], 'value': 'map'}, {'id': '261', 'type': 'argument_list', 'children': ['262', '268']}; {'id': '262', 'type': 'lambda', 'children': ['263', '265']}, {'id': '263', 'type': 'lambda_parameters', 'children': ['264']}; {'id': '264', 'type': 'identifier', 'children': [], 'value': 'l'}, {'id': '265', 'type': 'subscript', 'children': ['266', '267']}; {'id': '266', 'type': 'identifier', 'children': [], 'value': 'l'}, {'id': '267', 'type': 'string', 'children': [], 'value': '"filename"'}; {'id': '268', 'type': 'subscript', 'children': ['269', '272']}, {'id': '269', 'type': 'subscript', 'children': ['270', '271']}; {'id': '270', 'type': 'identifier', 'children': [], 'value': 'data'}, {'id': '271', 'type': 'string', 'children': [], 'value': '"data"'} | def construct(self, data):
occurrences = {}
main_occurrences = {}
for pkg in data["data"]["dependencies"]:
package = pkg["package"]
for item in pkg["dependencies"]:
dep = item["name"]
if package != ".":
deps = map(lambda l: "%s/%s" % (package, l), item["location"])
else:
deps = item["location"]
if dep not in occurrences:
occurrences[dep] = deps
else:
occurrences[dep] = occurrences[dep] + deps
self.occurrences = occurrences
for main in data["data"]["main"]:
filename = main["filename"]
for dep in main["dependencies"]:
if dep not in main_occurrences:
main_occurrences[dep] = [filename]
else:
main_occurrences[dep].append(filename)
self.main_occurrences = main_occurrences
self.test_directories = sorted(map(lambda l: l["test"], data["data"]["tests"]))
self.provided_packages = sorted(data["data"]["packages"])
imported_packages = []
imported_native_packages = []
for path in occurrences:
try:
self.ipparser.parse(path)
except ValueError:
continue
if self.ipparser.isNative():
imported_native_packages.append(path)
else:
imported_packages.append(path)
self.imported_packages = sorted(imported_packages)
self.imported_native_packages = sorted(imported_native_packages)
self.main_packages = map(lambda l: l["filename"], data["data"]["main"]) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '5']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'td_is_finished'}, {'id': '3', 'type': 'parameters', 'children': ['4']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'tomodir'}, {'id': '5', 'type': 'block', 'children': ['6', '18', '120', '292']}; {'id': '6', 'type': 'if_statement', 'children': ['7', '12']}, {'id': '7', 'type': 'not_operator', 'children': ['8']}; {'id': '8', 'type': 'call', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'is_tomodir'}; {'id': '10', 'type': 'argument_list', 'children': ['11']}, {'id': '11', 'type': 'identifier', 'children': [], 'value': 'tomodir'}; {'id': '12', 'type': 'block', 'children': ['13']}, {'id': '13', 'type': 'raise_statement', 'children': ['14']}; {'id': '14', 'type': 'call', 'children': ['15', '16']}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'Exception'}; {'id': '16', 'type': 'argument_list', 'children': ['17']}, {'id': '17', 'type': 'string', 'children': [], 'value': "'Supplied directory is not a tomodir!'"}; {'id': '18', 'type': 'if_statement', 'children': ['19', '109', '114']}, {'id': '19', 'type': 'parenthesized_expression', 'children': ['20']}; {'id': '20', 'type': 'boolean_operator', 'children': ['21', '95'], 'value': 'and'}, {'id': '21', 'type': 'boolean_operator', 'children': ['22', '81'], 'value': 'and'}; {'id': '22', 'type': 'boolean_operator', 'children': ['23', '67'], 'value': 'and'}, {'id': '23', 'type': 'boolean_operator', 'children': ['24', '53'], 'value': 'and'}; {'id': '24', 'type': 'boolean_operator', 'children': ['25', '39'], 'value': 'and'}, {'id': '25', 'type': 'call', 'children': ['26', '31']}; {'id': '26', 'type': 'attribute', 'children': ['27', '30']}, {'id': '27', 'type': 'attribute', 'children': ['28', '29']}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'isfile'}, {'id': '31', 'type': 'argument_list', 'children': ['32']}; {'id': '32', 'type': 'binary_operator', 'children': ['33', '38'], 'value': '+'}, {'id': '33', 'type': 'binary_operator', 'children': ['34', '35'], 'value': '+'}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'tomodir'}, {'id': '35', 'type': 'attribute', 'children': ['36', '37']}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'sep'}; {'id': '38', 'type': 'string', 'children': [], 'value': "'config/config.dat'"}, {'id': '39', 'type': 'call', 'children': ['40', '45']}; {'id': '40', 'type': 'attribute', 'children': ['41', '44']}, {'id': '41', 'type': 'attribute', 'children': ['42', '43']}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'isfile'}, {'id': '45', 'type': 'argument_list', 'children': ['46']}; {'id': '46', 'type': 'binary_operator', 'children': ['47', '52'], 'value': '+'}, {'id': '47', 'type': 'binary_operator', 'children': ['48', '49'], 'value': '+'}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'tomodir'}, {'id': '49', 'type': 'attribute', 'children': ['50', '51']}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'sep'}; {'id': '52', 'type': 'string', 'children': [], 'value': "'rho/rho.dat'"}, {'id': '53', 'type': 'call', 'children': ['54', '59']}; {'id': '54', 'type': 'attribute', 'children': ['55', '58']}, {'id': '55', 'type': 'attribute', 'children': ['56', '57']}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'isfile'}, {'id': '59', 'type': 'argument_list', 'children': ['60']}; {'id': '60', 'type': 'binary_operator', 'children': ['61', '66'], 'value': '+'}, {'id': '61', 'type': 'binary_operator', 'children': ['62', '63'], 'value': '+'}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'tomodir'}, {'id': '63', 'type': 'attribute', 'children': ['64', '65']}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'sep'}; {'id': '66', 'type': 'string', 'children': [], 'value': "'grid/elem.dat'"}, {'id': '67', 'type': 'call', 'children': ['68', '73']}; {'id': '68', 'type': 'attribute', 'children': ['69', '72']}, {'id': '69', 'type': 'attribute', 'children': ['70', '71']}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '72', 'type': 'identifier', 'children': [], 'value': 'isfile'}, {'id': '73', 'type': 'argument_list', 'children': ['74']}; {'id': '74', 'type': 'binary_operator', 'children': ['75', '80'], 'value': '+'}, {'id': '75', 'type': 'binary_operator', 'children': ['76', '77'], 'value': '+'}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'tomodir'}, {'id': '77', 'type': 'attribute', 'children': ['78', '79']}; {'id': '78', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'sep'}; {'id': '80', 'type': 'string', 'children': [], 'value': "'grid/elec.dat'"}, {'id': '81', 'type': 'call', 'children': ['82', '87']}; {'id': '82', 'type': 'attribute', 'children': ['83', '86']}, {'id': '83', 'type': 'attribute', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'isfile'}, {'id': '87', 'type': 'argument_list', 'children': ['88']}; {'id': '88', 'type': 'binary_operator', 'children': ['89', '94'], 'value': '+'}, {'id': '89', 'type': 'binary_operator', 'children': ['90', '91'], 'value': '+'}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'tomodir'}, {'id': '91', 'type': 'attribute', 'children': ['92', '93']}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'sep'}; {'id': '94', 'type': 'string', 'children': [], 'value': "'exe/crmod.cfg'"}, {'id': '95', 'type': 'call', 'children': ['96', '101']}; {'id': '96', 'type': 'attribute', 'children': ['97', '100']}, {'id': '97', 'type': 'attribute', 'children': ['98', '99']}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'isfile'}, {'id': '101', 'type': 'argument_list', 'children': ['102']}; {'id': '102', 'type': 'binary_operator', 'children': ['103', '108'], 'value': '+'}, {'id': '103', 'type': 'binary_operator', 'children': ['104', '105'], 'value': '+'}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'tomodir'}, {'id': '105', 'type': 'attribute', 'children': ['106', '107']}; {'id': '106', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'sep'}; {'id': '108', 'type': 'string', 'children': [], 'value': "'mod/volt.dat'"}, {'id': '109', 'type': 'block', 'children': ['110']}; {'id': '110', 'type': 'expression_statement', 'children': ['111']}, {'id': '111', 'type': 'assignment', 'children': ['112', '113']}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'crmod_is_finished'}, {'id': '113', 'type': 'True', 'children': []}; {'id': '114', 'type': 'else_clause', 'children': ['115']}, {'id': '115', 'type': 'block', 'children': ['116']}; {'id': '116', 'type': 'expression_statement', 'children': ['117']}, {'id': '117', 'type': 'assignment', 'children': ['118', '119']}; {'id': '118', 'type': 'identifier', 'children': [], 'value': 'crmod_is_finished'}, {'id': '119', 'type': 'False', 'children': []}; {'id': '120', 'type': 'if_statement', 'children': ['121', '211', '286']}, {'id': '121', 'type': 'parenthesized_expression', 'children': ['122']}; {'id': '122', 'type': 'boolean_operator', 'children': ['123', '197'], 'value': 'and'}, {'id': '123', 'type': 'boolean_operator', 'children': ['124', '183'], 'value': 'and'}; {'id': '124', 'type': 'boolean_operator', 'children': ['125', '169'], 'value': 'and'}, {'id': '125', 'type': 'boolean_operator', 'children': ['126', '155'], 'value': 'and'}; {'id': '126', 'type': 'boolean_operator', 'children': ['127', '141'], 'value': 'and'}, {'id': '127', 'type': 'call', 'children': ['128', '133']}; {'id': '128', 'type': 'attribute', 'children': ['129', '132']}, {'id': '129', 'type': 'attribute', 'children': ['130', '131']}; {'id': '130', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'isfile'}, {'id': '133', 'type': 'argument_list', 'children': ['134']}; {'id': '134', 'type': 'binary_operator', 'children': ['135', '140'], 'value': '+'}, {'id': '135', 'type': 'binary_operator', 'children': ['136', '137'], 'value': '+'}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'tomodir'}, {'id': '137', 'type': 'attribute', 'children': ['138', '139']}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'sep'}; {'id': '140', 'type': 'string', 'children': [], 'value': "'grid/elem.dat'"}, {'id': '141', 'type': 'call', 'children': ['142', '147']}; {'id': '142', 'type': 'attribute', 'children': ['143', '146']}, {'id': '143', 'type': 'attribute', 'children': ['144', '145']}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'isfile'}, {'id': '147', 'type': 'argument_list', 'children': ['148']}; {'id': '148', 'type': 'binary_operator', 'children': ['149', '154'], 'value': '+'}, {'id': '149', 'type': 'binary_operator', 'children': ['150', '151'], 'value': '+'}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 'tomodir'}, {'id': '151', 'type': 'attribute', 'children': ['152', '153']}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 'sep'}; {'id': '154', 'type': 'string', 'children': [], 'value': "'grid/elec.dat'"}, {'id': '155', 'type': 'call', 'children': ['156', '161']}; {'id': '156', 'type': 'attribute', 'children': ['157', '160']}, {'id': '157', 'type': 'attribute', 'children': ['158', '159']}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '159', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '160', 'type': 'identifier', 'children': [], 'value': 'isfile'}, {'id': '161', 'type': 'argument_list', 'children': ['162']}; {'id': '162', 'type': 'binary_operator', 'children': ['163', '168'], 'value': '+'}, {'id': '163', 'type': 'binary_operator', 'children': ['164', '165'], 'value': '+'}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'tomodir'}, {'id': '165', 'type': 'attribute', 'children': ['166', '167']}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'sep'}; {'id': '168', 'type': 'string', 'children': [], 'value': "'exe/crtomo.cfg'"}, {'id': '169', 'type': 'call', 'children': ['170', '175']}; {'id': '170', 'type': 'attribute', 'children': ['171', '174']}, {'id': '171', 'type': 'attribute', 'children': ['172', '173']}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '174', 'type': 'identifier', 'children': [], 'value': 'isfile'}, {'id': '175', 'type': 'argument_list', 'children': ['176']}; {'id': '176', 'type': 'binary_operator', 'children': ['177', '182'], 'value': '+'}, {'id': '177', 'type': 'binary_operator', 'children': ['178', '179'], 'value': '+'}; {'id': '178', 'type': 'identifier', 'children': [], 'value': 'tomodir'}, {'id': '179', 'type': 'attribute', 'children': ['180', '181']}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'sep'}; {'id': '182', 'type': 'string', 'children': [], 'value': "'inv/inv.ctr'"}, {'id': '183', 'type': 'call', 'children': ['184', '189']}; {'id': '184', 'type': 'attribute', 'children': ['185', '188']}, {'id': '185', 'type': 'attribute', 'children': ['186', '187']}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '188', 'type': 'identifier', 'children': [], 'value': 'isfile'}, {'id': '189', 'type': 'argument_list', 'children': ['190']}; {'id': '190', 'type': 'binary_operator', 'children': ['191', '196'], 'value': '+'}, {'id': '191', 'type': 'binary_operator', 'children': ['192', '193'], 'value': '+'}; {'id': '192', 'type': 'identifier', 'children': [], 'value': 'tomodir'}, {'id': '193', 'type': 'attribute', 'children': ['194', '195']}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'sep'}; {'id': '196', 'type': 'string', 'children': [], 'value': "'inv/run.ctr'"}, {'id': '197', 'type': 'call', 'children': ['198', '203']}; {'id': '198', 'type': 'attribute', 'children': ['199', '202']}, {'id': '199', 'type': 'attribute', 'children': ['200', '201']}; {'id': '200', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '201', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'isfile'}, {'id': '203', 'type': 'argument_list', 'children': ['204']}; {'id': '204', 'type': 'binary_operator', 'children': ['205', '210'], 'value': '+'}, {'id': '205', 'type': 'binary_operator', 'children': ['206', '207'], 'value': '+'}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'tomodir'}, {'id': '207', 'type': 'attribute', 'children': ['208', '209']}; {'id': '208', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '209', 'type': 'identifier', 'children': [], 'value': 'sep'}; {'id': '210', 'type': 'string', 'children': [], 'value': "'mod/volt.dat'"}, {'id': '211', 'type': 'block', 'children': ['212']}; {'id': '212', 'type': 'with_statement', 'children': ['213', '229']}, {'id': '213', 'type': 'with_clause', 'children': ['214']}; {'id': '214', 'type': 'with_item', 'children': ['215']}, {'id': '215', 'type': 'as_pattern', 'children': ['216', '227']}; {'id': '216', 'type': 'call', 'children': ['217', '218']}, {'id': '217', 'type': 'identifier', 'children': [], 'value': 'open'}; {'id': '218', 'type': 'argument_list', 'children': ['219', '226']}, {'id': '219', 'type': 'binary_operator', 'children': ['220', '225'], 'value': '+'}; {'id': '220', 'type': 'binary_operator', 'children': ['221', '222'], 'value': '+'}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'tomodir'}; {'id': '222', 'type': 'attribute', 'children': ['223', '224']}, {'id': '223', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'sep'}, {'id': '225', 'type': 'string', 'children': [], 'value': "'inv/run.ctr'"}; {'id': '226', 'type': 'string', 'children': [], 'value': "'r'"}, {'id': '227', 'type': 'as_pattern_target', 'children': ['228']}; {'id': '228', 'type': 'identifier', 'children': [], 'value': 'fid'}, {'id': '229', 'type': 'block', 'children': ['230', '238', '242']}; {'id': '230', 'type': 'expression_statement', 'children': ['231']}, {'id': '231', 'type': 'assignment', 'children': ['232', '233']}; {'id': '232', 'type': 'identifier', 'children': [], 'value': 'lines'}, {'id': '233', 'type': 'call', 'children': ['234', '237']}; {'id': '234', 'type': 'attribute', 'children': ['235', '236']}, {'id': '235', 'type': 'identifier', 'children': [], 'value': 'fid'}; {'id': '236', 'type': 'identifier', 'children': [], 'value': 'readlines'}, {'id': '237', 'type': 'argument_list', 'children': []}; {'id': '238', 'type': 'expression_statement', 'children': ['239']}, {'id': '239', 'type': 'assignment', 'children': ['240', '241']}; {'id': '240', 'type': 'identifier', 'children': [], 'value': 'crtomo_is_finished'}, {'id': '241', 'type': 'False', 'children': []}; {'id': '242', 'type': 'for_statement', 'children': ['243', '244', '250']}, {'id': '243', 'type': 'identifier', 'children': [], 'value': 'line'}; {'id': '244', 'type': 'subscript', 'children': ['245', '246']}, {'id': '245', 'type': 'identifier', 'children': [], 'value': 'lines'}; {'id': '246', 'type': 'slice', 'children': ['247', '249']}, {'id': '247', 'type': 'unary_operator', 'children': ['248'], 'value': '-'}; {'id': '248', 'type': 'integer', 'children': [], 'value': '5'}, {'id': '249', 'type': 'colon', 'children': []}; {'id': '250', 'type': 'block', 'children': ['251', '259', '268', '277']}, {'id': '251', 'type': 'expression_statement', 'children': ['252']}; {'id': '252', 'type': 'assignment', 'children': ['253', '254']}, {'id': '253', 'type': 'identifier', 'children': [], 'value': 'test_line'}; {'id': '254', 'type': 'call', 'children': ['255', '258']}, {'id': '255', 'type': 'attribute', 'children': ['256', '257']}; {'id': '256', 'type': 'identifier', 'children': [], 'value': 'line'}, {'id': '257', 'type': 'identifier', 'children': [], 'value': 'strip'}; {'id': '258', 'type': 'argument_list', 'children': []}, {'id': '259', 'type': 'expression_statement', 'children': ['260']}; {'id': '260', 'type': 'assignment', 'children': ['261', '262']}, {'id': '261', 'type': 'identifier', 'children': [], 'value': 'regex'}; {'id': '262', 'type': 'call', 'children': ['263', '266']}, {'id': '263', 'type': 'attribute', 'children': ['264', '265']}; {'id': '264', 'type': 'identifier', 'children': [], 'value': 're'}, {'id': '265', 'type': 'identifier', 'children': [], 'value': 'compile'}; {'id': '266', 'type': 'argument_list', 'children': ['267']}, {'id': '267', 'type': 'string', 'children': [], 'value': "'CPU'"}; {'id': '268', 'type': 'expression_statement', 'children': ['269']}, {'id': '269', 'type': 'assignment', 'children': ['270', '271']}; {'id': '270', 'type': 'identifier', 'children': [], 'value': 'result'}, {'id': '271', 'type': 'call', 'children': ['272', '275']}; {'id': '272', 'type': 'attribute', 'children': ['273', '274']}, {'id': '273', 'type': 'identifier', 'children': [], 'value': 'regex'}; {'id': '274', 'type': 'identifier', 'children': [], 'value': 'match'}, {'id': '275', 'type': 'argument_list', 'children': ['276']}; {'id': '276', 'type': 'identifier', 'children': [], 'value': 'test_line'}, {'id': '277', 'type': 'if_statement', 'children': ['278', '281']}; {'id': '278', 'type': 'comparison_operator', 'children': ['279', '280'], 'value': 'is'}, {'id': '279', 'type': 'identifier', 'children': [], 'value': 'result'}; {'id': '280', 'type': 'None', 'children': []}, {'id': '281', 'type': 'block', 'children': ['282']}; {'id': '282', 'type': 'expression_statement', 'children': ['283']}, {'id': '283', 'type': 'assignment', 'children': ['284', '285']}; {'id': '284', 'type': 'identifier', 'children': [], 'value': 'crtomo_is_finished'}, {'id': '285', 'type': 'True', 'children': []}; {'id': '286', 'type': 'else_clause', 'children': ['287']}, {'id': '287', 'type': 'block', 'children': ['288']}; {'id': '288', 'type': 'expression_statement', 'children': ['289']}, {'id': '289', 'type': 'assignment', 'children': ['290', '291']}; {'id': '290', 'type': 'identifier', 'children': [], 'value': 'crtomo_is_finished'}, {'id': '291', 'type': 'False', 'children': []}; {'id': '292', 'type': 'return_statement', 'children': ['293']}, {'id': '293', 'type': 'expression_list', 'children': ['294', '295']}; {'id': '294', 'type': 'identifier', 'children': [], 'value': 'crmod_is_finished'}, {'id': '295', 'type': 'identifier', 'children': [], 'value': 'crtomo_is_finished'} | def td_is_finished(tomodir):
if not is_tomodir(tomodir):
raise Exception('Supplied directory is not a tomodir!')
if(os.path.isfile(tomodir + os.sep + 'config/config.dat') and
os.path.isfile(tomodir + os.sep + 'rho/rho.dat') and
os.path.isfile(tomodir + os.sep + 'grid/elem.dat') and
os.path.isfile(tomodir + os.sep + 'grid/elec.dat') and
os.path.isfile(tomodir + os.sep + 'exe/crmod.cfg') and
os.path.isfile(tomodir + os.sep + 'mod/volt.dat')):
crmod_is_finished = True
else:
crmod_is_finished = False
if(os.path.isfile(tomodir + os.sep + 'grid/elem.dat') and
os.path.isfile(tomodir + os.sep + 'grid/elec.dat') and
os.path.isfile(tomodir + os.sep + 'exe/crtomo.cfg') and
os.path.isfile(tomodir + os.sep + 'inv/inv.ctr') and
os.path.isfile(tomodir + os.sep + 'inv/run.ctr') and
os.path.isfile(tomodir + os.sep + 'mod/volt.dat')):
with open(tomodir + os.sep + 'inv/run.ctr', 'r') as fid:
lines = fid.readlines()
crtomo_is_finished = False
for line in lines[-5:]:
test_line = line.strip()
regex = re.compile('CPU')
result = regex.match(test_line)
if result is not None:
crtomo_is_finished = True
else:
crtomo_is_finished = False
return crmod_is_finished, crtomo_is_finished |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '5']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'sipdir_is_finished'}, {'id': '3', 'type': 'parameters', 'children': ['4']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'sipdir'}, {'id': '5', 'type': 'block', 'children': ['6', '18', '42', '59', '63', '67', '96']}; {'id': '6', 'type': 'if_statement', 'children': ['7', '12']}, {'id': '7', 'type': 'not_operator', 'children': ['8']}; {'id': '8', 'type': 'call', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'is_sipdir'}; {'id': '10', 'type': 'argument_list', 'children': ['11']}, {'id': '11', 'type': 'identifier', 'children': [], 'value': 'sipdir'}; {'id': '12', 'type': 'block', 'children': ['13']}, {'id': '13', 'type': 'raise_statement', 'children': ['14']}; {'id': '14', 'type': 'call', 'children': ['15', '16']}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'Exception'}; {'id': '16', 'type': 'argument_list', 'children': ['17']}, {'id': '17', 'type': 'string', 'children': [], 'value': "'Directory is not a valid SIP directory!'"}; {'id': '18', 'type': 'expression_statement', 'children': ['19']}, {'id': '19', 'type': 'assignment', 'children': ['20', '21']}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'subdirs_raw'}, {'id': '21', 'type': 'call', 'children': ['22', '23']}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'sorted'}, {'id': '23', 'type': 'argument_list', 'children': ['24']}; {'id': '24', 'type': 'call', 'children': ['25', '28']}, {'id': '25', 'type': 'attribute', 'children': ['26', '27']}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'glob'}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'glob'}; {'id': '28', 'type': 'argument_list', 'children': ['29']}, {'id': '29', 'type': 'binary_operator', 'children': ['30', '41'], 'value': '+'}; {'id': '30', 'type': 'binary_operator', 'children': ['31', '38'], 'value': '+'}, {'id': '31', 'type': 'binary_operator', 'children': ['32', '37'], 'value': '+'}; {'id': '32', 'type': 'binary_operator', 'children': ['33', '34'], 'value': '+'}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'sipdir'}; {'id': '34', 'type': 'attribute', 'children': ['35', '36']}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'sep'}, {'id': '37', 'type': 'string', 'children': [], 'value': "'invmod'"}; {'id': '38', 'type': 'attribute', 'children': ['39', '40']}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'sep'}, {'id': '41', 'type': 'string', 'children': [], 'value': "'*'"}; {'id': '42', 'type': 'expression_statement', 'children': ['43']}, {'id': '43', 'type': 'assignment', 'children': ['44', '45']}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'subdirs'}, {'id': '45', 'type': 'list_comprehension', 'children': ['46', '47', '50']}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '47', 'type': 'for_in_clause', 'children': ['48', '49']}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'subdirs_raw'}; {'id': '50', 'type': 'if_clause', 'children': ['51']}, {'id': '51', 'type': 'call', 'children': ['52', '57']}; {'id': '52', 'type': 'attribute', 'children': ['53', '56']}, {'id': '53', 'type': 'attribute', 'children': ['54', '55']}; {'id': '54', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'isdir'}, {'id': '57', 'type': 'argument_list', 'children': ['58']}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '59', 'type': 'expression_statement', 'children': ['60']}; {'id': '60', 'type': 'assignment', 'children': ['61', '62']}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'crmod_finished'}; {'id': '62', 'type': 'True', 'children': []}, {'id': '63', 'type': 'expression_statement', 'children': ['64']}; {'id': '64', 'type': 'assignment', 'children': ['65', '66']}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'crtomo_finished'}; {'id': '66', 'type': 'True', 'children': []}, {'id': '67', 'type': 'for_statement', 'children': ['68', '69', '70']}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'subdir'}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'subdirs'}; {'id': '70', 'type': 'block', 'children': ['71', '80', '88']}, {'id': '71', 'type': 'expression_statement', 'children': ['72']}; {'id': '72', 'type': 'assignment', 'children': ['73', '76']}, {'id': '73', 'type': 'pattern_list', 'children': ['74', '75']}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'subcrmod'}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'subcrtomo'}; {'id': '76', 'type': 'call', 'children': ['77', '78']}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'td_is_finished'}; {'id': '78', 'type': 'argument_list', 'children': ['79']}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'subdir'}; {'id': '80', 'type': 'if_statement', 'children': ['81', '83']}, {'id': '81', 'type': 'not_operator', 'children': ['82']}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'subcrmod'}, {'id': '83', 'type': 'block', 'children': ['84']}; {'id': '84', 'type': 'expression_statement', 'children': ['85']}, {'id': '85', 'type': 'assignment', 'children': ['86', '87']}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'crmod_finished'}, {'id': '87', 'type': 'False', 'children': []}; {'id': '88', 'type': 'if_statement', 'children': ['89', '91']}, {'id': '89', 'type': 'not_operator', 'children': ['90']}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'subcrtomo'}, {'id': '91', 'type': 'block', 'children': ['92']}; {'id': '92', 'type': 'expression_statement', 'children': ['93']}, {'id': '93', 'type': 'assignment', 'children': ['94', '95']}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'crtomo_finished'}, {'id': '95', 'type': 'False', 'children': []}; {'id': '96', 'type': 'return_statement', 'children': ['97']}, {'id': '97', 'type': 'expression_list', 'children': ['98', '99']}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'crmod_finished'}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'crtomo_finished'} | def sipdir_is_finished(sipdir):
if not is_sipdir(sipdir):
raise Exception('Directory is not a valid SIP directory!')
subdirs_raw = sorted(glob.glob(sipdir + os.sep + 'invmod' + os.sep + '*'))
subdirs = [x for x in subdirs_raw if os.path.isdir(x)]
crmod_finished = True
crtomo_finished = True
for subdir in subdirs:
subcrmod, subcrtomo = td_is_finished(subdir)
if not subcrmod:
crmod_finished = False
if not subcrtomo:
crtomo_finished = False
return crmod_finished, crtomo_finished |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '38']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'list'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '8', '11', '14', '17', '20', '23', '26', '29', '32', '35']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'default_parameter', 'children': ['6', '7']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'source_ids'}, {'id': '7', 'type': 'None', 'children': []}; {'id': '8', 'type': 'default_parameter', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'seniority'}; {'id': '10', 'type': 'string', 'children': [], 'value': '"all"'}, {'id': '11', 'type': 'default_parameter', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'stage'}, {'id': '13', 'type': 'None', 'children': []}; {'id': '14', 'type': 'default_parameter', 'children': ['15', '16']}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'date_start'}; {'id': '16', 'type': 'string', 'children': [], 'value': '"1494539999"'}, {'id': '17', 'type': 'default_parameter', 'children': ['18', '19']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'date_end'}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'TIMESTAMP_NOW'}; {'id': '20', 'type': 'default_parameter', 'children': ['21', '22']}, {'id': '21', 'type': 'identifier', 'children': [], 'value': 'filter_id'}; {'id': '22', 'type': 'None', 'children': []}, {'id': '23', 'type': 'default_parameter', 'children': ['24', '25']}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'page'}, {'id': '25', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '26', 'type': 'default_parameter', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'limit'}; {'id': '28', 'type': 'integer', 'children': [], 'value': '30'}, {'id': '29', 'type': 'default_parameter', 'children': ['30', '31']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'sort_by'}, {'id': '31', 'type': 'string', 'children': [], 'value': "'ranking'"}; {'id': '32', 'type': 'default_parameter', 'children': ['33', '34']}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'filter_reference'}; {'id': '34', 'type': 'None', 'children': []}, {'id': '35', 'type': 'default_parameter', 'children': ['36', '37']}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'order_by'}, {'id': '37', 'type': 'None', 'children': []}; {'id': '38', 'type': 'block', 'children': ['39', '43', '53', '63', '75', '87', '96', '105', '114', '123', '137', '146', '152', '164']}, {'id': '39', 'type': 'expression_statement', 'children': ['40']}; {'id': '40', 'type': 'assignment', 'children': ['41', '42']}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'query_params'}; {'id': '42', 'type': 'dictionary', 'children': []}, {'id': '43', 'type': 'expression_statement', 'children': ['44']}; {'id': '44', 'type': 'assignment', 'children': ['45', '48']}, {'id': '45', 'type': 'subscript', 'children': ['46', '47']}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'query_params'}, {'id': '47', 'type': 'string', 'children': [], 'value': '"date_end"'}; {'id': '48', 'type': 'call', 'children': ['49', '50']}, {'id': '49', 'type': 'identifier', 'children': [], 'value': '_validate_timestamp'}; {'id': '50', 'type': 'argument_list', 'children': ['51', '52']}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'date_end'}; {'id': '52', 'type': 'string', 'children': [], 'value': '"date_end"'}, {'id': '53', 'type': 'expression_statement', 'children': ['54']}; {'id': '54', 'type': 'assignment', 'children': ['55', '58']}, {'id': '55', 'type': 'subscript', 'children': ['56', '57']}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'query_params'}, {'id': '57', 'type': 'string', 'children': [], 'value': '"date_start"'}; {'id': '58', 'type': 'call', 'children': ['59', '60']}, {'id': '59', 'type': 'identifier', 'children': [], 'value': '_validate_timestamp'}; {'id': '60', 'type': 'argument_list', 'children': ['61', '62']}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'date_start'}; {'id': '62', 'type': 'string', 'children': [], 'value': '"date_start"'}, {'id': '63', 'type': 'if_statement', 'children': ['64', '65']}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'filter_id'}, {'id': '65', 'type': 'block', 'children': ['66']}; {'id': '66', 'type': 'expression_statement', 'children': ['67']}, {'id': '67', 'type': 'assignment', 'children': ['68', '71']}; {'id': '68', 'type': 'subscript', 'children': ['69', '70']}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'query_params'}; {'id': '70', 'type': 'string', 'children': [], 'value': '"filter_id"'}, {'id': '71', 'type': 'call', 'children': ['72', '73']}; {'id': '72', 'type': 'identifier', 'children': [], 'value': '_validate_filter_id'}, {'id': '73', 'type': 'argument_list', 'children': ['74']}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'filter_id'}, {'id': '75', 'type': 'if_statement', 'children': ['76', '77']}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'filter_reference'}, {'id': '77', 'type': 'block', 'children': ['78']}; {'id': '78', 'type': 'expression_statement', 'children': ['79']}, {'id': '79', 'type': 'assignment', 'children': ['80', '83']}; {'id': '80', 'type': 'subscript', 'children': ['81', '82']}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'query_params'}; {'id': '82', 'type': 'string', 'children': [], 'value': '"filter_reference"'}, {'id': '83', 'type': 'call', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': '_validate_filter_reference'}, {'id': '85', 'type': 'argument_list', 'children': ['86']}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'filter_reference'}, {'id': '87', 'type': 'expression_statement', 'children': ['88']}; {'id': '88', 'type': 'assignment', 'children': ['89', '92']}, {'id': '89', 'type': 'subscript', 'children': ['90', '91']}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'query_params'}, {'id': '91', 'type': 'string', 'children': [], 'value': '"limit"'}; {'id': '92', 'type': 'call', 'children': ['93', '94']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': '_validate_limit'}; {'id': '94', 'type': 'argument_list', 'children': ['95']}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'limit'}; {'id': '96', 'type': 'expression_statement', 'children': ['97']}, {'id': '97', 'type': 'assignment', 'children': ['98', '101']}; {'id': '98', 'type': 'subscript', 'children': ['99', '100']}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'query_params'}; {'id': '100', 'type': 'string', 'children': [], 'value': '"page"'}, {'id': '101', 'type': 'call', 'children': ['102', '103']}; {'id': '102', 'type': 'identifier', 'children': [], 'value': '_validate_page'}, {'id': '103', 'type': 'argument_list', 'children': ['104']}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'page'}, {'id': '105', 'type': 'expression_statement', 'children': ['106']}; {'id': '106', 'type': 'assignment', 'children': ['107', '110']}, {'id': '107', 'type': 'subscript', 'children': ['108', '109']}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'query_params'}, {'id': '109', 'type': 'string', 'children': [], 'value': '"seniority"'}; {'id': '110', 'type': 'call', 'children': ['111', '112']}, {'id': '111', 'type': 'identifier', 'children': [], 'value': '_validate_seniority'}; {'id': '112', 'type': 'argument_list', 'children': ['113']}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'seniority'}; {'id': '114', 'type': 'expression_statement', 'children': ['115']}, {'id': '115', 'type': 'assignment', 'children': ['116', '119']}; {'id': '116', 'type': 'subscript', 'children': ['117', '118']}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'query_params'}; {'id': '118', 'type': 'string', 'children': [], 'value': '"sort_by"'}, {'id': '119', 'type': 'call', 'children': ['120', '121']}; {'id': '120', 'type': 'identifier', 'children': [], 'value': '_validate_sort_by'}, {'id': '121', 'type': 'argument_list', 'children': ['122']}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'sort_by'}, {'id': '123', 'type': 'expression_statement', 'children': ['124']}; {'id': '124', 'type': 'assignment', 'children': ['125', '128']}, {'id': '125', 'type': 'subscript', 'children': ['126', '127']}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'query_params'}, {'id': '127', 'type': 'string', 'children': [], 'value': '"source_ids"'}; {'id': '128', 'type': 'call', 'children': ['129', '132']}, {'id': '129', 'type': 'attribute', 'children': ['130', '131']}; {'id': '130', 'type': 'identifier', 'children': [], 'value': 'json'}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'dumps'}; {'id': '132', 'type': 'argument_list', 'children': ['133']}, {'id': '133', 'type': 'call', 'children': ['134', '135']}; {'id': '134', 'type': 'identifier', 'children': [], 'value': '_validate_source_ids'}, {'id': '135', 'type': 'argument_list', 'children': ['136']}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'source_ids'}, {'id': '137', 'type': 'expression_statement', 'children': ['138']}; {'id': '138', 'type': 'assignment', 'children': ['139', '142']}, {'id': '139', 'type': 'subscript', 'children': ['140', '141']}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'query_params'}, {'id': '141', 'type': 'string', 'children': [], 'value': '"stage"'}; {'id': '142', 'type': 'call', 'children': ['143', '144']}, {'id': '143', 'type': 'identifier', 'children': [], 'value': '_validate_stage'}; {'id': '144', 'type': 'argument_list', 'children': ['145']}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'stage'}; {'id': '146', 'type': 'expression_statement', 'children': ['147']}, {'id': '147', 'type': 'assignment', 'children': ['148', '151']}; {'id': '148', 'type': 'subscript', 'children': ['149', '150']}, {'id': '149', 'type': 'identifier', 'children': [], 'value': 'query_params'}; {'id': '150', 'type': 'string', 'children': [], 'value': '"order_by"'}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'order_by'}; {'id': '152', 'type': 'expression_statement', 'children': ['153']}, {'id': '153', 'type': 'assignment', 'children': ['154', '155']}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'response'}, {'id': '155', 'type': 'call', 'children': ['156', '161']}; {'id': '156', 'type': 'attribute', 'children': ['157', '160']}, {'id': '157', 'type': 'attribute', 'children': ['158', '159']}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '159', 'type': 'identifier', 'children': [], 'value': 'client'}; {'id': '160', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '161', 'type': 'argument_list', 'children': ['162', '163']}; {'id': '162', 'type': 'string', 'children': [], 'value': '"profiles"'}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'query_params'}; {'id': '164', 'type': 'return_statement', 'children': ['165']}, {'id': '165', 'type': 'call', 'children': ['166', '169']}; {'id': '166', 'type': 'attribute', 'children': ['167', '168']}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'response'}; {'id': '168', 'type': 'identifier', 'children': [], 'value': 'json'}, {'id': '169', 'type': 'argument_list', 'children': []} | def list(self, source_ids=None, seniority="all", stage=None,
date_start="1494539999", date_end=TIMESTAMP_NOW, filter_id=None,
page=1, limit=30, sort_by='ranking', filter_reference=None, order_by=None):
query_params = {}
query_params["date_end"] = _validate_timestamp(date_end, "date_end")
query_params["date_start"] = _validate_timestamp(date_start, "date_start")
if filter_id:
query_params["filter_id"] = _validate_filter_id(filter_id)
if filter_reference:
query_params["filter_reference"] = _validate_filter_reference(filter_reference)
query_params["limit"] = _validate_limit(limit)
query_params["page"] = _validate_page(page)
query_params["seniority"] = _validate_seniority(seniority)
query_params["sort_by"] = _validate_sort_by(sort_by)
query_params["source_ids"] = json.dumps(_validate_source_ids(source_ids))
query_params["stage"] = _validate_stage(stage)
query_params["order_by"] = order_by
response = self.client.get("profiles", query_params)
return response.json() |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '11']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'iterdupes'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '8']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'default_parameter', 'children': ['6', '7']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'compare'}, {'id': '7', 'type': 'None', 'children': []}; {'id': '8', 'type': 'default_parameter', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'filt'}; {'id': '10', 'type': 'None', 'children': []}, {'id': '11', 'type': 'block', 'children': ['12', '14', '24', '28', '32', '46']}; {'id': '12', 'type': 'expression_statement', 'children': ['13']}, {'id': '13', 'type': 'string', 'children': [], 'value': "''' streaming item iterator with low overhead duplicate file detection\n Parameters:\n - compare compare function between files (defaults to md5sum)\n '''"}; {'id': '14', 'type': 'if_statement', 'children': ['15', '17']}, {'id': '15', 'type': 'not_operator', 'children': ['16']}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'compare'}, {'id': '17', 'type': 'block', 'children': ['18']}; {'id': '18', 'type': 'expression_statement', 'children': ['19']}, {'id': '19', 'type': 'assignment', 'children': ['20', '21']}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'compare'}, {'id': '21', 'type': 'attribute', 'children': ['22', '23']}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'md5sum'}; {'id': '24', 'type': 'expression_statement', 'children': ['25']}, {'id': '25', 'type': 'assignment', 'children': ['26', '27']}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'seen_siz'}, {'id': '27', 'type': 'dictionary', 'children': []}; {'id': '28', 'type': 'expression_statement', 'children': ['29']}, {'id': '29', 'type': 'assignment', 'children': ['30', '31']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'seen_sum'}, {'id': '31', 'type': 'dictionary', 'children': []}; {'id': '32', 'type': 'expression_statement', 'children': ['33']}, {'id': '33', 'type': 'assignment', 'children': ['34', '35']}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'size_func'}, {'id': '35', 'type': 'lambda', 'children': ['36', '38']}; {'id': '36', 'type': 'lambda_parameters', 'children': ['37']}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'x'}; {'id': '38', 'type': 'attribute', 'children': ['39', '45']}, {'id': '39', 'type': 'call', 'children': ['40', '43']}; {'id': '40', 'type': 'attribute', 'children': ['41', '42']}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'stat'}, {'id': '43', 'type': 'argument_list', 'children': ['44']}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'st_size'}; {'id': '46', 'type': 'for_statement', 'children': ['47', '50', '64']}, {'id': '47', 'type': 'tuple_pattern', 'children': ['48', '49']}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'fsize'}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'f'}; {'id': '50', 'type': 'call', 'children': ['51', '54']}, {'id': '51', 'type': 'attribute', 'children': ['52', '53']}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '53', 'type': 'identifier', 'children': [], 'value': 'iteritems'}; {'id': '54', 'type': 'argument_list', 'children': ['55', '58', '61']}, {'id': '55', 'type': 'keyword_argument', 'children': ['56', '57']}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'want_dirs'}, {'id': '57', 'type': 'False', 'children': []}; {'id': '58', 'type': 'keyword_argument', 'children': ['59', '60']}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'func'}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'size_func'}, {'id': '61', 'type': 'keyword_argument', 'children': ['62', '63']}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'filt'}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'filt'}; {'id': '64', 'type': 'block', 'children': ['65']}, {'id': '65', 'type': 'if_statement', 'children': ['66', '69', '77']}; {'id': '66', 'type': 'comparison_operator', 'children': ['67', '68'], 'value': 'not'}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'fsize'}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'seen_siz'}, {'id': '69', 'type': 'block', 'children': ['70', '76']}; {'id': '70', 'type': 'expression_statement', 'children': ['71']}, {'id': '71', 'type': 'assignment', 'children': ['72', '75']}; {'id': '72', 'type': 'subscript', 'children': ['73', '74']}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'seen_siz'}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'fsize'}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'f'}; {'id': '76', 'type': 'continue_statement', 'children': []}, {'id': '77', 'type': 'else_clause', 'children': ['78']}; {'id': '78', 'type': 'block', 'children': ['79', '121', '128']}, {'id': '79', 'type': 'if_statement', 'children': ['80', '83']}; {'id': '80', 'type': 'subscript', 'children': ['81', '82']}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'seen_siz'}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'fsize'}, {'id': '83', 'type': 'block', 'children': ['84', '93', '115']}; {'id': '84', 'type': 'expression_statement', 'children': ['85']}, {'id': '85', 'type': 'assignment', 'children': ['86', '87']}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'chksum'}, {'id': '87', 'type': 'call', 'children': ['88', '89']}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'compare'}, {'id': '89', 'type': 'argument_list', 'children': ['90']}; {'id': '90', 'type': 'subscript', 'children': ['91', '92']}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'seen_siz'}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'fsize'}, {'id': '93', 'type': 'if_statement', 'children': ['94', '97', '105']}; {'id': '94', 'type': 'comparison_operator', 'children': ['95', '96'], 'value': 'in'}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'chksum'}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'seen_sum'}, {'id': '97', 'type': 'block', 'children': ['98']}; {'id': '98', 'type': 'expression_statement', 'children': ['99']}, {'id': '99', 'type': 'yield', 'children': ['100']}; {'id': '100', 'type': 'tuple', 'children': ['101', '102']}, {'id': '101', 'type': 'identifier', 'children': [], 'value': 'chksum'}; {'id': '102', 'type': 'subscript', 'children': ['103', '104']}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'seen_siz'}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'fsize'}, {'id': '105', 'type': 'else_clause', 'children': ['106']}; {'id': '106', 'type': 'block', 'children': ['107']}, {'id': '107', 'type': 'expression_statement', 'children': ['108']}; {'id': '108', 'type': 'assignment', 'children': ['109', '112']}, {'id': '109', 'type': 'subscript', 'children': ['110', '111']}; {'id': '110', 'type': 'identifier', 'children': [], 'value': 'seen_sum'}, {'id': '111', 'type': 'identifier', 'children': [], 'value': 'chksum'}; {'id': '112', 'type': 'subscript', 'children': ['113', '114']}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'seen_siz'}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'fsize'}, {'id': '115', 'type': 'expression_statement', 'children': ['116']}; {'id': '116', 'type': 'assignment', 'children': ['117', '120']}, {'id': '117', 'type': 'subscript', 'children': ['118', '119']}; {'id': '118', 'type': 'identifier', 'children': [], 'value': 'seen_siz'}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'fsize'}; {'id': '120', 'type': 'None', 'children': []}, {'id': '121', 'type': 'expression_statement', 'children': ['122']}; {'id': '122', 'type': 'assignment', 'children': ['123', '124']}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'chksum'}; {'id': '124', 'type': 'call', 'children': ['125', '126']}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'compare'}; {'id': '126', 'type': 'argument_list', 'children': ['127']}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'f'}; {'id': '128', 'type': 'if_statement', 'children': ['129', '132', '156']}, {'id': '129', 'type': 'comparison_operator', 'children': ['130', '131'], 'value': 'in'}; {'id': '130', 'type': 'identifier', 'children': [], 'value': 'chksum'}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'seen_sum'}; {'id': '132', 'type': 'block', 'children': ['133', '151']}, {'id': '133', 'type': 'if_statement', 'children': ['134', '137']}; {'id': '134', 'type': 'subscript', 'children': ['135', '136']}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'seen_sum'}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'chksum'}, {'id': '137', 'type': 'block', 'children': ['138', '145']}; {'id': '138', 'type': 'expression_statement', 'children': ['139']}, {'id': '139', 'type': 'yield', 'children': ['140']}; {'id': '140', 'type': 'tuple', 'children': ['141', '142']}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'chksum'}; {'id': '142', 'type': 'subscript', 'children': ['143', '144']}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'seen_sum'}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'chksum'}, {'id': '145', 'type': 'expression_statement', 'children': ['146']}; {'id': '146', 'type': 'assignment', 'children': ['147', '150']}, {'id': '147', 'type': 'subscript', 'children': ['148', '149']}; {'id': '148', 'type': 'identifier', 'children': [], 'value': 'seen_sum'}, {'id': '149', 'type': 'identifier', 'children': [], 'value': 'chksum'}; {'id': '150', 'type': 'None', 'children': []}, {'id': '151', 'type': 'expression_statement', 'children': ['152']}; {'id': '152', 'type': 'yield', 'children': ['153']}, {'id': '153', 'type': 'tuple', 'children': ['154', '155']}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'chksum'}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'f'}; {'id': '156', 'type': 'else_clause', 'children': ['157']}, {'id': '157', 'type': 'block', 'children': ['158']}; {'id': '158', 'type': 'expression_statement', 'children': ['159']}, {'id': '159', 'type': 'assignment', 'children': ['160', '163']}; {'id': '160', 'type': 'subscript', 'children': ['161', '162']}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'seen_sum'}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'chksum'}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'f'} | def iterdupes(self, compare=None, filt=None):
''' streaming item iterator with low overhead duplicate file detection
Parameters:
- compare compare function between files (defaults to md5sum)
'''
if not compare: compare = self.md5sum
seen_siz = {}
seen_sum = {}
size_func = lambda x: os.stat(x).st_size
for (fsize, f) in self.iteritems(want_dirs=False, func=size_func, filt=filt):
if fsize not in seen_siz:
seen_siz[fsize] = f
continue
else:
if seen_siz[fsize]:
chksum = compare(seen_siz[fsize])
if chksum in seen_sum: yield (chksum, seen_siz[fsize])
else: seen_sum[chksum] = seen_siz[fsize]
seen_siz[fsize] = None
chksum = compare(f)
if chksum in seen_sum:
if seen_sum[chksum]:
yield (chksum, seen_sum[chksum])
seen_sum[chksum] = None
yield (chksum, f)
else:
seen_sum[chksum] = f |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '8', '10']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'objects_to_root'}, {'id': '3', 'type': 'parameters', 'children': ['4']}; {'id': '4', 'type': 'typed_parameter', 'children': ['5', '6']}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'objects'}; {'id': '6', 'type': 'type', 'children': ['7']}, {'id': '7', 'type': 'identifier', 'children': [], 'value': 'List'}; {'id': '8', 'type': 'type', 'children': ['9']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'Root'}; {'id': '10', 'type': 'block', 'children': ['11', '118', '192', '199']}, {'id': '11', 'type': 'function_definition', 'children': ['12', '13', '18', '20']}; {'id': '12', 'type': 'function_name', 'children': [], 'value': '_to_tree'}, {'id': '13', 'type': 'parameters', 'children': ['14']}; {'id': '14', 'type': 'typed_parameter', 'children': ['15', '16']}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'objs'}; {'id': '16', 'type': 'type', 'children': ['17']}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'Iterable'}; {'id': '18', 'type': 'type', 'children': ['19']}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'Dict'}; {'id': '20', 'type': 'block', 'children': ['21', '25', '116']}, {'id': '21', 'type': 'expression_statement', 'children': ['22']}; {'id': '22', 'type': 'assignment', 'children': ['23', '24']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'path_tree'}; {'id': '24', 'type': 'dictionary', 'children': []}, {'id': '25', 'type': 'for_statement', 'children': ['26', '27', '28']}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'obj'}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'objs'}; {'id': '28', 'type': 'block', 'children': ['29', '40', '57', '64', '68']}, {'id': '29', 'type': 'expression_statement', 'children': ['30']}; {'id': '30', 'type': 'assignment', 'children': ['31', '32']}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'is_dir'}; {'id': '32', 'type': 'call', 'children': ['33', '38']}, {'id': '33', 'type': 'attribute', 'children': ['34', '37']}; {'id': '34', 'type': 'attribute', 'children': ['35', '36']}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'obj'}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'key'}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'endswith'}; {'id': '38', 'type': 'argument_list', 'children': ['39']}, {'id': '39', 'type': 'string', 'children': [], 'value': "'/'"}; {'id': '40', 'type': 'expression_statement', 'children': ['41']}, {'id': '41', 'type': 'assignment', 'children': ['42', '43']}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'chunks'}, {'id': '43', 'type': 'list_comprehension', 'children': ['44', '45', '55']}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'chunk'}, {'id': '45', 'type': 'for_in_clause', 'children': ['46', '47']}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'chunk'}, {'id': '47', 'type': 'call', 'children': ['48', '53']}; {'id': '48', 'type': 'attribute', 'children': ['49', '52']}, {'id': '49', 'type': 'attribute', 'children': ['50', '51']}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'obj'}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'key'}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'split'}, {'id': '53', 'type': 'argument_list', 'children': ['54']}; {'id': '54', 'type': 'string', 'children': [], 'value': "'/'"}, {'id': '55', 'type': 'if_clause', 'children': ['56']}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'chunk'}, {'id': '57', 'type': 'expression_statement', 'children': ['58']}; {'id': '58', 'type': 'assignment', 'children': ['59', '60']}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'chunk_count'}; {'id': '60', 'type': 'call', 'children': ['61', '62']}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '62', 'type': 'argument_list', 'children': ['63']}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'chunks'}; {'id': '64', 'type': 'expression_statement', 'children': ['65']}, {'id': '65', 'type': 'assignment', 'children': ['66', '67']}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'tmp'}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'path_tree'}; {'id': '68', 'type': 'for_statement', 'children': ['69', '72', '76']}, {'id': '69', 'type': 'pattern_list', 'children': ['70', '71']}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'i'}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'chunk'}; {'id': '72', 'type': 'call', 'children': ['73', '74']}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'enumerate'}; {'id': '74', 'type': 'argument_list', 'children': ['75']}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'chunks'}; {'id': '76', 'type': 'block', 'children': ['77', '85']}, {'id': '77', 'type': 'expression_statement', 'children': ['78']}; {'id': '78', 'type': 'assignment', 'children': ['79', '80']}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'is_last_chunk'}; {'id': '80', 'type': 'comparison_operator', 'children': ['81', '82'], 'value': '=='}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '82', 'type': 'binary_operator', 'children': ['83', '84'], 'value': '-'}, {'id': '83', 'type': 'identifier', 'children': [], 'value': 'chunk_count'}; {'id': '84', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '85', 'type': 'if_statement', 'children': ['86', '90', '97']}; {'id': '86', 'type': 'boolean_operator', 'children': ['87', '88'], 'value': 'and'}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'is_last_chunk'}; {'id': '88', 'type': 'not_operator', 'children': ['89']}, {'id': '89', 'type': 'identifier', 'children': [], 'value': 'is_dir'}; {'id': '90', 'type': 'block', 'children': ['91']}, {'id': '91', 'type': 'expression_statement', 'children': ['92']}; {'id': '92', 'type': 'assignment', 'children': ['93', '96']}, {'id': '93', 'type': 'subscript', 'children': ['94', '95']}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'tmp'}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'chunk'}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'obj'}, {'id': '97', 'type': 'else_clause', 'children': ['98']}; {'id': '98', 'type': 'block', 'children': ['99', '110']}, {'id': '99', 'type': 'if_statement', 'children': ['100', '103']}; {'id': '100', 'type': 'comparison_operator', 'children': ['101', '102'], 'value': 'not'}, {'id': '101', 'type': 'identifier', 'children': [], 'value': 'chunk'}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'tmp'}, {'id': '103', 'type': 'block', 'children': ['104']}; {'id': '104', 'type': 'expression_statement', 'children': ['105']}, {'id': '105', 'type': 'assignment', 'children': ['106', '109']}; {'id': '106', 'type': 'subscript', 'children': ['107', '108']}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'tmp'}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'chunk'}, {'id': '109', 'type': 'dictionary', 'children': []}; {'id': '110', 'type': 'expression_statement', 'children': ['111']}, {'id': '111', 'type': 'assignment', 'children': ['112', '113']}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'tmp'}, {'id': '113', 'type': 'subscript', 'children': ['114', '115']}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'tmp'}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'chunk'}; {'id': '116', 'type': 'return_statement', 'children': ['117']}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'path_tree'}; {'id': '118', 'type': 'function_definition', 'children': ['119', '120', '135', '137']}, {'id': '119', 'type': 'function_name', 'children': [], 'value': '_to_entity'}; {'id': '120', 'type': 'parameters', 'children': ['121', '125']}, {'id': '121', 'type': 'typed_parameter', 'children': ['122', '123']}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'key'}, {'id': '123', 'type': 'type', 'children': ['124']}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'str'}, {'id': '125', 'type': 'typed_parameter', 'children': ['126', '127']}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '127', 'type': 'type', 'children': ['128']}; {'id': '128', 'type': 'generic_type', 'children': ['129', '130']}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'Union'}; {'id': '130', 'type': 'type_parameter', 'children': ['131', '133']}, {'id': '131', 'type': 'type', 'children': ['132']}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'Dict'}, {'id': '133', 'type': 'type', 'children': ['134']}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'Any'}, {'id': '135', 'type': 'type', 'children': ['136']}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'Entity'}, {'id': '137', 'type': 'block', 'children': ['138', '167']}; {'id': '138', 'type': 'if_statement', 'children': ['139', '144']}, {'id': '139', 'type': 'call', 'children': ['140', '141']}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'isinstance'}, {'id': '141', 'type': 'argument_list', 'children': ['142', '143']}; {'id': '142', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'dict'}; {'id': '144', 'type': 'block', 'children': ['145']}, {'id': '145', 'type': 'return_statement', 'children': ['146']}; {'id': '146', 'type': 'call', 'children': ['147', '148']}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'Directory'}; {'id': '148', 'type': 'argument_list', 'children': ['149', '150']}, {'id': '149', 'type': 'identifier', 'children': [], 'value': 'key'}; {'id': '150', 'type': 'dictionary_comprehension', 'children': ['151', '158']}, {'id': '151', 'type': 'pair', 'children': ['152', '153']}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'key_'}, {'id': '153', 'type': 'call', 'children': ['154', '155']}; {'id': '154', 'type': 'identifier', 'children': [], 'value': '_to_entity'}, {'id': '155', 'type': 'argument_list', 'children': ['156', '157']}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'key_'}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'value_'}; {'id': '158', 'type': 'for_in_clause', 'children': ['159', '162']}, {'id': '159', 'type': 'pattern_list', 'children': ['160', '161']}; {'id': '160', 'type': 'identifier', 'children': [], 'value': 'key_'}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'value_'}; {'id': '162', 'type': 'call', 'children': ['163', '166']}, {'id': '163', 'type': 'attribute', 'children': ['164', '165']}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'items'}; {'id': '166', 'type': 'argument_list', 'children': []}, {'id': '167', 'type': 'return_statement', 'children': ['168']}; {'id': '168', 'type': 'call', 'children': ['169', '170']}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'File'}; {'id': '170', 'type': 'argument_list', 'children': ['171', '181', '184']}, {'id': '171', 'type': 'attribute', 'children': ['172', '180']}; {'id': '172', 'type': 'call', 'children': ['173', '176']}, {'id': '173', 'type': 'attribute', 'children': ['174', '175']}; {'id': '174', 'type': 'identifier', 'children': [], 'value': 'pathlib'}, {'id': '175', 'type': 'identifier', 'children': [], 'value': 'PurePath'}; {'id': '176', 'type': 'argument_list', 'children': ['177']}, {'id': '177', 'type': 'attribute', 'children': ['178', '179']}; {'id': '178', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '179', 'type': 'identifier', 'children': [], 'value': 'key'}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '181', 'type': 'attribute', 'children': ['182', '183']}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 'size'}; {'id': '184', 'type': 'call', 'children': ['185', '190']}, {'id': '185', 'type': 'attribute', 'children': ['186', '189']}; {'id': '186', 'type': 'attribute', 'children': ['187', '188']}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '188', 'type': 'identifier', 'children': [], 'value': 'e_tag'}, {'id': '189', 'type': 'identifier', 'children': [], 'value': 'strip'}; {'id': '190', 'type': 'argument_list', 'children': ['191']}, {'id': '191', 'type': 'string', 'children': [], 'value': '\'"\''}; {'id': '192', 'type': 'expression_statement', 'children': ['193']}, {'id': '193', 'type': 'assignment', 'children': ['194', '195']}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'tree'}, {'id': '195', 'type': 'call', 'children': ['196', '197']}; {'id': '196', 'type': 'identifier', 'children': [], 'value': '_to_tree'}, {'id': '197', 'type': 'argument_list', 'children': ['198']}; {'id': '198', 'type': 'identifier', 'children': [], 'value': 'objects'}, {'id': '199', 'type': 'return_statement', 'children': ['200']}; {'id': '200', 'type': 'call', 'children': ['201', '202']}, {'id': '201', 'type': 'identifier', 'children': [], 'value': 'Root'}; {'id': '202', 'type': 'argument_list', 'children': ['203']}, {'id': '203', 'type': 'dictionary_comprehension', 'children': ['204', '218']}; {'id': '204', 'type': 'pair', 'children': ['205', '213']}, {'id': '205', 'type': 'attribute', 'children': ['206', '212']}; {'id': '206', 'type': 'call', 'children': ['207', '210']}, {'id': '207', 'type': 'attribute', 'children': ['208', '209']}; {'id': '208', 'type': 'identifier', 'children': [], 'value': 'pathlib'}, {'id': '209', 'type': 'identifier', 'children': [], 'value': 'PurePath'}; {'id': '210', 'type': 'argument_list', 'children': ['211']}, {'id': '211', 'type': 'identifier', 'children': [], 'value': 'key'}; {'id': '212', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '213', 'type': 'call', 'children': ['214', '215']}; {'id': '214', 'type': 'identifier', 'children': [], 'value': '_to_entity'}, {'id': '215', 'type': 'argument_list', 'children': ['216', '217']}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'key'}, {'id': '217', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '218', 'type': 'for_in_clause', 'children': ['219', '222']}, {'id': '219', 'type': 'pattern_list', 'children': ['220', '221']}; {'id': '220', 'type': 'identifier', 'children': [], 'value': 'key'}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '222', 'type': 'call', 'children': ['223', '226']}, {'id': '223', 'type': 'attribute', 'children': ['224', '225']}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'tree'}, {'id': '225', 'type': 'identifier', 'children': [], 'value': 'items'} | def objects_to_root(objects: List) -> Root:
def _to_tree(objs: Iterable) -> Dict:
path_tree = {}
for obj in objs:
is_dir = obj.key.endswith('/')
chunks = [chunk for chunk in obj.key.split('/') if chunk]
chunk_count = len(chunks)
tmp = path_tree
for i, chunk in enumerate(chunks):
is_last_chunk = i == chunk_count - 1
if is_last_chunk and not is_dir:
tmp[chunk] = obj
else:
if chunk not in tmp:
tmp[chunk] = {}
tmp = tmp[chunk]
return path_tree
def _to_entity(key: str, value: Union[Dict, Any]) -> Entity:
if isinstance(value, dict):
return Directory(
key,
{key_: _to_entity(key_, value_)
for key_, value_ in value.items()})
return File(pathlib.PurePath(value.key).name, value.size,
value.e_tag.strip('"'))
tree = _to_tree(objects)
return Root({pathlib.PurePath(key).name: _to_entity(key, value)
for key, value in tree.items()}) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '6']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'parse'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'xml_file'}; {'id': '6', 'type': 'block', 'children': ['7', '9', '13', '34', '337']}, {'id': '7', 'type': 'expression_statement', 'children': ['8']}; {'id': '8', 'type': 'string', 'children': [], 'value': '"Get a list of parsed recipes from BeerXML input"'}, {'id': '9', 'type': 'expression_statement', 'children': ['10']}; {'id': '10', 'type': 'assignment', 'children': ['11', '12']}, {'id': '11', 'type': 'identifier', 'children': [], 'value': 'recipes'}; {'id': '12', 'type': 'list', 'children': [], 'value': '[]'}, {'id': '13', 'type': 'with_statement', 'children': ['14', '24']}; {'id': '14', 'type': 'with_clause', 'children': ['15']}, {'id': '15', 'type': 'with_item', 'children': ['16']}; {'id': '16', 'type': 'as_pattern', 'children': ['17', '22']}, {'id': '17', 'type': 'call', 'children': ['18', '19']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'open'}, {'id': '19', 'type': 'argument_list', 'children': ['20', '21']}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'xml_file'}, {'id': '21', 'type': 'string', 'children': [], 'value': '"rt"'}; {'id': '22', 'type': 'as_pattern_target', 'children': ['23']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'f'}; {'id': '24', 'type': 'block', 'children': ['25']}, {'id': '25', 'type': 'expression_statement', 'children': ['26']}; {'id': '26', 'type': 'assignment', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'tree'}; {'id': '28', 'type': 'call', 'children': ['29', '32']}, {'id': '29', 'type': 'attribute', 'children': ['30', '31']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'ElementTree'}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'parse'}; {'id': '32', 'type': 'argument_list', 'children': ['33']}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'f'}; {'id': '34', 'type': 'for_statement', 'children': ['35', '36', '41']}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'recipeNode'}; {'id': '36', 'type': 'call', 'children': ['37', '40']}, {'id': '37', 'type': 'attribute', 'children': ['38', '39']}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'tree'}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'iter'}; {'id': '40', 'type': 'argument_list', 'children': []}, {'id': '41', 'type': 'block', 'children': ['42', '55', '61', '68']}; {'id': '42', 'type': 'if_statement', 'children': ['43', '53']}, {'id': '43', 'type': 'comparison_operator', 'children': ['44', '52'], 'value': '!='}; {'id': '44', 'type': 'call', 'children': ['45', '48']}, {'id': '45', 'type': 'attribute', 'children': ['46', '47']}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'to_lower'}; {'id': '48', 'type': 'argument_list', 'children': ['49']}, {'id': '49', 'type': 'attribute', 'children': ['50', '51']}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'recipeNode'}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'tag'}; {'id': '52', 'type': 'string', 'children': [], 'value': '"recipe"'}, {'id': '53', 'type': 'block', 'children': ['54']}; {'id': '54', 'type': 'continue_statement', 'children': []}, {'id': '55', 'type': 'expression_statement', 'children': ['56']}; {'id': '56', 'type': 'assignment', 'children': ['57', '58']}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'recipe'}; {'id': '58', 'type': 'call', 'children': ['59', '60']}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'Recipe'}; {'id': '60', 'type': 'argument_list', 'children': []}, {'id': '61', 'type': 'expression_statement', 'children': ['62']}; {'id': '62', 'type': 'call', 'children': ['63', '66']}, {'id': '63', 'type': 'attribute', 'children': ['64', '65']}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'recipes'}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '66', 'type': 'argument_list', 'children': ['67']}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'recipe'}; {'id': '68', 'type': 'for_statement', 'children': ['69', '70', '74']}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'recipeProperty'}; {'id': '70', 'type': 'call', 'children': ['71', '72']}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'list'}; {'id': '72', 'type': 'argument_list', 'children': ['73']}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'recipeNode'}; {'id': '74', 'type': 'block', 'children': ['75', '86']}, {'id': '75', 'type': 'expression_statement', 'children': ['76']}; {'id': '76', 'type': 'assignment', 'children': ['77', '78']}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'tag_name'}; {'id': '78', 'type': 'call', 'children': ['79', '82']}, {'id': '79', 'type': 'attribute', 'children': ['80', '81']}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'to_lower'}; {'id': '82', 'type': 'argument_list', 'children': ['83']}, {'id': '83', 'type': 'attribute', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'recipeProperty'}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'tag'}; {'id': '86', 'type': 'if_statement', 'children': ['87', '90', '121', '156', '191', '226', '251', '327']}, {'id': '87', 'type': 'comparison_operator', 'children': ['88', '89'], 'value': '=='}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'tag_name'}, {'id': '89', 'type': 'string', 'children': [], 'value': '"fermentables"'}; {'id': '90', 'type': 'block', 'children': ['91']}, {'id': '91', 'type': 'for_statement', 'children': ['92', '93', '97']}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'fermentable_node'}, {'id': '93', 'type': 'call', 'children': ['94', '95']}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'list'}, {'id': '95', 'type': 'argument_list', 'children': ['96']}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'recipeProperty'}, {'id': '97', 'type': 'block', 'children': ['98', '104', '112']}; {'id': '98', 'type': 'expression_statement', 'children': ['99']}, {'id': '99', 'type': 'assignment', 'children': ['100', '101']}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'fermentable'}, {'id': '101', 'type': 'call', 'children': ['102', '103']}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'Fermentable'}, {'id': '103', 'type': 'argument_list', 'children': []}; {'id': '104', 'type': 'expression_statement', 'children': ['105']}, {'id': '105', 'type': 'call', 'children': ['106', '109']}; {'id': '106', 'type': 'attribute', 'children': ['107', '108']}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'nodes_to_object'}, {'id': '109', 'type': 'argument_list', 'children': ['110', '111']}; {'id': '110', 'type': 'identifier', 'children': [], 'value': 'fermentable_node'}, {'id': '111', 'type': 'identifier', 'children': [], 'value': 'fermentable'}; {'id': '112', 'type': 'expression_statement', 'children': ['113']}, {'id': '113', 'type': 'call', 'children': ['114', '119']}; {'id': '114', 'type': 'attribute', 'children': ['115', '118']}, {'id': '115', 'type': 'attribute', 'children': ['116', '117']}; {'id': '116', 'type': 'identifier', 'children': [], 'value': 'recipe'}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'fermentables'}; {'id': '118', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '119', 'type': 'argument_list', 'children': ['120']}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'fermentable'}, {'id': '121', 'type': 'elif_clause', 'children': ['122', '125']}; {'id': '122', 'type': 'comparison_operator', 'children': ['123', '124'], 'value': '=='}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'tag_name'}; {'id': '124', 'type': 'string', 'children': [], 'value': '"yeasts"'}, {'id': '125', 'type': 'block', 'children': ['126']}; {'id': '126', 'type': 'for_statement', 'children': ['127', '128', '132']}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'yeast_node'}; {'id': '128', 'type': 'call', 'children': ['129', '130']}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'list'}; {'id': '130', 'type': 'argument_list', 'children': ['131']}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'recipeProperty'}; {'id': '132', 'type': 'block', 'children': ['133', '139', '147']}, {'id': '133', 'type': 'expression_statement', 'children': ['134']}; {'id': '134', 'type': 'assignment', 'children': ['135', '136']}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'yeast'}; {'id': '136', 'type': 'call', 'children': ['137', '138']}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'Yeast'}; {'id': '138', 'type': 'argument_list', 'children': []}, {'id': '139', 'type': 'expression_statement', 'children': ['140']}; {'id': '140', 'type': 'call', 'children': ['141', '144']}, {'id': '141', 'type': 'attribute', 'children': ['142', '143']}; {'id': '142', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'nodes_to_object'}; {'id': '144', 'type': 'argument_list', 'children': ['145', '146']}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'yeast_node'}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'yeast'}, {'id': '147', 'type': 'expression_statement', 'children': ['148']}; {'id': '148', 'type': 'call', 'children': ['149', '154']}, {'id': '149', 'type': 'attribute', 'children': ['150', '153']}; {'id': '150', 'type': 'attribute', 'children': ['151', '152']}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'recipe'}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'yeasts'}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '154', 'type': 'argument_list', 'children': ['155']}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'yeast'}; {'id': '156', 'type': 'elif_clause', 'children': ['157', '160']}, {'id': '157', 'type': 'comparison_operator', 'children': ['158', '159'], 'value': '=='}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'tag_name'}, {'id': '159', 'type': 'string', 'children': [], 'value': '"hops"'}; {'id': '160', 'type': 'block', 'children': ['161']}, {'id': '161', 'type': 'for_statement', 'children': ['162', '163', '167']}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'hop_node'}, {'id': '163', 'type': 'call', 'children': ['164', '165']}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'list'}, {'id': '165', 'type': 'argument_list', 'children': ['166']}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'recipeProperty'}, {'id': '167', 'type': 'block', 'children': ['168', '174', '182']}; {'id': '168', 'type': 'expression_statement', 'children': ['169']}, {'id': '169', 'type': 'assignment', 'children': ['170', '171']}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'hop'}, {'id': '171', 'type': 'call', 'children': ['172', '173']}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'Hop'}, {'id': '173', 'type': 'argument_list', 'children': []}; {'id': '174', 'type': 'expression_statement', 'children': ['175']}, {'id': '175', 'type': 'call', 'children': ['176', '179']}; {'id': '176', 'type': 'attribute', 'children': ['177', '178']}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '178', 'type': 'identifier', 'children': [], 'value': 'nodes_to_object'}, {'id': '179', 'type': 'argument_list', 'children': ['180', '181']}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'hop_node'}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'hop'}; {'id': '182', 'type': 'expression_statement', 'children': ['183']}, {'id': '183', 'type': 'call', 'children': ['184', '189']}; {'id': '184', 'type': 'attribute', 'children': ['185', '188']}, {'id': '185', 'type': 'attribute', 'children': ['186', '187']}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'recipe'}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'hops'}; {'id': '188', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '189', 'type': 'argument_list', 'children': ['190']}; {'id': '190', 'type': 'identifier', 'children': [], 'value': 'hop'}, {'id': '191', 'type': 'elif_clause', 'children': ['192', '195']}; {'id': '192', 'type': 'comparison_operator', 'children': ['193', '194'], 'value': '=='}, {'id': '193', 'type': 'identifier', 'children': [], 'value': 'tag_name'}; {'id': '194', 'type': 'string', 'children': [], 'value': '"miscs"'}, {'id': '195', 'type': 'block', 'children': ['196']}; {'id': '196', 'type': 'for_statement', 'children': ['197', '198', '202']}, {'id': '197', 'type': 'identifier', 'children': [], 'value': 'misc_node'}; {'id': '198', 'type': 'call', 'children': ['199', '200']}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'list'}; {'id': '200', 'type': 'argument_list', 'children': ['201']}, {'id': '201', 'type': 'identifier', 'children': [], 'value': 'recipeProperty'}; {'id': '202', 'type': 'block', 'children': ['203', '209', '217']}, {'id': '203', 'type': 'expression_statement', 'children': ['204']}; {'id': '204', 'type': 'assignment', 'children': ['205', '206']}, {'id': '205', 'type': 'identifier', 'children': [], 'value': 'misc'}; {'id': '206', 'type': 'call', 'children': ['207', '208']}, {'id': '207', 'type': 'identifier', 'children': [], 'value': 'Misc'}; {'id': '208', 'type': 'argument_list', 'children': []}, {'id': '209', 'type': 'expression_statement', 'children': ['210']}; {'id': '210', 'type': 'call', 'children': ['211', '214']}, {'id': '211', 'type': 'attribute', 'children': ['212', '213']}; {'id': '212', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '213', 'type': 'identifier', 'children': [], 'value': 'nodes_to_object'}; {'id': '214', 'type': 'argument_list', 'children': ['215', '216']}, {'id': '215', 'type': 'identifier', 'children': [], 'value': 'misc_node'}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'misc'}, {'id': '217', 'type': 'expression_statement', 'children': ['218']}; {'id': '218', 'type': 'call', 'children': ['219', '224']}, {'id': '219', 'type': 'attribute', 'children': ['220', '223']}; {'id': '220', 'type': 'attribute', 'children': ['221', '222']}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'recipe'}; {'id': '222', 'type': 'identifier', 'children': [], 'value': 'miscs'}, {'id': '223', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '224', 'type': 'argument_list', 'children': ['225']}, {'id': '225', 'type': 'identifier', 'children': [], 'value': 'misc'}; {'id': '226', 'type': 'elif_clause', 'children': ['227', '230']}, {'id': '227', 'type': 'comparison_operator', 'children': ['228', '229'], 'value': '=='}; {'id': '228', 'type': 'identifier', 'children': [], 'value': 'tag_name'}, {'id': '229', 'type': 'string', 'children': [], 'value': '"style"'}; {'id': '230', 'type': 'block', 'children': ['231', '237', '243']}, {'id': '231', 'type': 'expression_statement', 'children': ['232']}; {'id': '232', 'type': 'assignment', 'children': ['233', '234']}, {'id': '233', 'type': 'identifier', 'children': [], 'value': 'style'}; {'id': '234', 'type': 'call', 'children': ['235', '236']}, {'id': '235', 'type': 'identifier', 'children': [], 'value': 'Style'}; {'id': '236', 'type': 'argument_list', 'children': []}, {'id': '237', 'type': 'expression_statement', 'children': ['238']}; {'id': '238', 'type': 'assignment', 'children': ['239', '242']}, {'id': '239', 'type': 'attribute', 'children': ['240', '241']}; {'id': '240', 'type': 'identifier', 'children': [], 'value': 'recipe'}, {'id': '241', 'type': 'identifier', 'children': [], 'value': 'style'}; {'id': '242', 'type': 'identifier', 'children': [], 'value': 'style'}, {'id': '243', 'type': 'expression_statement', 'children': ['244']}; {'id': '244', 'type': 'call', 'children': ['245', '248']}, {'id': '245', 'type': 'attribute', 'children': ['246', '247']}; {'id': '246', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '247', 'type': 'identifier', 'children': [], 'value': 'nodes_to_object'}; {'id': '248', 'type': 'argument_list', 'children': ['249', '250']}, {'id': '249', 'type': 'identifier', 'children': [], 'value': 'recipeProperty'}; {'id': '250', 'type': 'identifier', 'children': [], 'value': 'style'}, {'id': '251', 'type': 'elif_clause', 'children': ['252', '255']}; {'id': '252', 'type': 'comparison_operator', 'children': ['253', '254'], 'value': '=='}, {'id': '253', 'type': 'identifier', 'children': [], 'value': 'tag_name'}; {'id': '254', 'type': 'string', 'children': [], 'value': '"mash"'}, {'id': '255', 'type': 'block', 'children': ['256']}; {'id': '256', 'type': 'for_statement', 'children': ['257', '258', '262']}, {'id': '257', 'type': 'identifier', 'children': [], 'value': 'mash_node'}; {'id': '258', 'type': 'call', 'children': ['259', '260']}, {'id': '259', 'type': 'identifier', 'children': [], 'value': 'list'}; {'id': '260', 'type': 'argument_list', 'children': ['261']}, {'id': '261', 'type': 'identifier', 'children': [], 'value': 'recipeProperty'}; {'id': '262', 'type': 'block', 'children': ['263', '269', '275']}, {'id': '263', 'type': 'expression_statement', 'children': ['264']}; {'id': '264', 'type': 'assignment', 'children': ['265', '266']}, {'id': '265', 'type': 'identifier', 'children': [], 'value': 'mash'}; {'id': '266', 'type': 'call', 'children': ['267', '268']}, {'id': '267', 'type': 'identifier', 'children': [], 'value': 'Mash'}; {'id': '268', 'type': 'argument_list', 'children': []}, {'id': '269', 'type': 'expression_statement', 'children': ['270']}; {'id': '270', 'type': 'assignment', 'children': ['271', '274']}, {'id': '271', 'type': 'attribute', 'children': ['272', '273']}; {'id': '272', 'type': 'identifier', 'children': [], 'value': 'recipe'}, {'id': '273', 'type': 'identifier', 'children': [], 'value': 'mash'}; {'id': '274', 'type': 'identifier', 'children': [], 'value': 'mash'}, {'id': '275', 'type': 'if_statement', 'children': ['276', '286', '317']}; {'id': '276', 'type': 'comparison_operator', 'children': ['277', '285'], 'value': '=='}, {'id': '277', 'type': 'call', 'children': ['278', '281']}; {'id': '278', 'type': 'attribute', 'children': ['279', '280']}, {'id': '279', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '280', 'type': 'identifier', 'children': [], 'value': 'to_lower'}, {'id': '281', 'type': 'argument_list', 'children': ['282']}; {'id': '282', 'type': 'attribute', 'children': ['283', '284']}, {'id': '283', 'type': 'identifier', 'children': [], 'value': 'mash_node'}; {'id': '284', 'type': 'identifier', 'children': [], 'value': 'tag'}, {'id': '285', 'type': 'string', 'children': [], 'value': '"mash_steps"'}; {'id': '286', 'type': 'block', 'children': ['287']}, {'id': '287', 'type': 'for_statement', 'children': ['288', '289', '293']}; {'id': '288', 'type': 'identifier', 'children': [], 'value': 'mash_step_node'}, {'id': '289', 'type': 'call', 'children': ['290', '291']}; {'id': '290', 'type': 'identifier', 'children': [], 'value': 'list'}, {'id': '291', 'type': 'argument_list', 'children': ['292']}; {'id': '292', 'type': 'identifier', 'children': [], 'value': 'mash_node'}, {'id': '293', 'type': 'block', 'children': ['294', '300', '308']}; {'id': '294', 'type': 'expression_statement', 'children': ['295']}, {'id': '295', 'type': 'assignment', 'children': ['296', '297']}; {'id': '296', 'type': 'identifier', 'children': [], 'value': 'mash_step'}, {'id': '297', 'type': 'call', 'children': ['298', '299']}; {'id': '298', 'type': 'identifier', 'children': [], 'value': 'MashStep'}, {'id': '299', 'type': 'argument_list', 'children': []}; {'id': '300', 'type': 'expression_statement', 'children': ['301']}, {'id': '301', 'type': 'call', 'children': ['302', '305']}; {'id': '302', 'type': 'attribute', 'children': ['303', '304']}, {'id': '303', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '304', 'type': 'identifier', 'children': [], 'value': 'nodes_to_object'}, {'id': '305', 'type': 'argument_list', 'children': ['306', '307']}; {'id': '306', 'type': 'identifier', 'children': [], 'value': 'mash_step_node'}, {'id': '307', 'type': 'identifier', 'children': [], 'value': 'mash_step'}; {'id': '308', 'type': 'expression_statement', 'children': ['309']}, {'id': '309', 'type': 'call', 'children': ['310', '315']}; {'id': '310', 'type': 'attribute', 'children': ['311', '314']}, {'id': '311', 'type': 'attribute', 'children': ['312', '313']}; {'id': '312', 'type': 'identifier', 'children': [], 'value': 'mash'}, {'id': '313', 'type': 'identifier', 'children': [], 'value': 'steps'}; {'id': '314', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '315', 'type': 'argument_list', 'children': ['316']}; {'id': '316', 'type': 'identifier', 'children': [], 'value': 'mash_step'}, {'id': '317', 'type': 'else_clause', 'children': ['318']}; {'id': '318', 'type': 'block', 'children': ['319']}, {'id': '319', 'type': 'expression_statement', 'children': ['320']}; {'id': '320', 'type': 'call', 'children': ['321', '324']}, {'id': '321', 'type': 'attribute', 'children': ['322', '323']}; {'id': '322', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '323', 'type': 'identifier', 'children': [], 'value': 'nodes_to_object'}; {'id': '324', 'type': 'argument_list', 'children': ['325', '326']}, {'id': '325', 'type': 'identifier', 'children': [], 'value': 'mash_node'}; {'id': '326', 'type': 'identifier', 'children': [], 'value': 'mash'}, {'id': '327', 'type': 'else_clause', 'children': ['328']}; {'id': '328', 'type': 'block', 'children': ['329']}, {'id': '329', 'type': 'expression_statement', 'children': ['330']}; {'id': '330', 'type': 'call', 'children': ['331', '334']}, {'id': '331', 'type': 'attribute', 'children': ['332', '333']}; {'id': '332', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '333', 'type': 'identifier', 'children': [], 'value': 'node_to_object'}; {'id': '334', 'type': 'argument_list', 'children': ['335', '336']}, {'id': '335', 'type': 'identifier', 'children': [], 'value': 'recipeProperty'}; {'id': '336', 'type': 'identifier', 'children': [], 'value': 'recipe'}, {'id': '337', 'type': 'return_statement', 'children': ['338']} | def parse(self, xml_file):
"Get a list of parsed recipes from BeerXML input"
recipes = []
with open(xml_file, "rt") as f:
tree = ElementTree.parse(f)
for recipeNode in tree.iter():
if self.to_lower(recipeNode.tag) != "recipe":
continue
recipe = Recipe()
recipes.append(recipe)
for recipeProperty in list(recipeNode):
tag_name = self.to_lower(recipeProperty.tag)
if tag_name == "fermentables":
for fermentable_node in list(recipeProperty):
fermentable = Fermentable()
self.nodes_to_object(fermentable_node, fermentable)
recipe.fermentables.append(fermentable)
elif tag_name == "yeasts":
for yeast_node in list(recipeProperty):
yeast = Yeast()
self.nodes_to_object(yeast_node, yeast)
recipe.yeasts.append(yeast)
elif tag_name == "hops":
for hop_node in list(recipeProperty):
hop = Hop()
self.nodes_to_object(hop_node, hop)
recipe.hops.append(hop)
elif tag_name == "miscs":
for misc_node in list(recipeProperty):
misc = Misc()
self.nodes_to_object(misc_node, misc)
recipe.miscs.append(misc)
elif tag_name == "style":
style = Style()
recipe.style = style
self.nodes_to_object(recipeProperty, style)
elif tag_name == "mash":
for mash_node in list(recipeProperty):
mash = Mash()
recipe.mash = mash
if self.to_lower(mash_node.tag) == "mash_steps":
for mash_step_node in list(mash_node):
mash_step = MashStep()
self.nodes_to_object(mash_step_node, mash_step)
mash.steps.append(mash_step)
else:
self.nodes_to_object(mash_node, mash)
else:
self.node_to_object(recipeProperty, recipe)
return recipes |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '6']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': '_parse_extra'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'fp'}; {'id': '6', 'type': 'block', 'children': ['7', '11', '15', '22', '146']}, {'id': '7', 'type': 'expression_statement', 'children': ['8']}; {'id': '8', 'type': 'assignment', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'comment'}; {'id': '10', 'type': 'string', 'children': [], 'value': "''"}, {'id': '11', 'type': 'expression_statement', 'children': ['12']}; {'id': '12', 'type': 'assignment', 'children': ['13', '14']}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'section'}; {'id': '14', 'type': 'string', 'children': [], 'value': "''"}, {'id': '15', 'type': 'expression_statement', 'children': ['16']}; {'id': '16', 'type': 'call', 'children': ['17', '20']}, {'id': '17', 'type': 'attribute', 'children': ['18', '19']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'fp'}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'seek'}; {'id': '20', 'type': 'argument_list', 'children': ['21']}, {'id': '21', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '22', 'type': 'for_statement', 'children': ['23', '24', '25']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'line'}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'fp'}, {'id': '25', 'type': 'block', 'children': ['26', '34', '46', '142']}; {'id': '26', 'type': 'expression_statement', 'children': ['27']}, {'id': '27', 'type': 'assignment', 'children': ['28', '29']}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'line'}, {'id': '29', 'type': 'call', 'children': ['30', '33']}; {'id': '30', 'type': 'attribute', 'children': ['31', '32']}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'line'}; {'id': '32', 'type': 'identifier', 'children': [], 'value': 'rstrip'}, {'id': '33', 'type': 'argument_list', 'children': []}; {'id': '34', 'type': 'if_statement', 'children': ['35', '37']}, {'id': '35', 'type': 'not_operator', 'children': ['36']}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'line'}, {'id': '37', 'type': 'block', 'children': ['38', '45']}; {'id': '38', 'type': 'if_statement', 'children': ['39', '40']}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'comment'}; {'id': '40', 'type': 'block', 'children': ['41']}, {'id': '41', 'type': 'expression_statement', 'children': ['42']}; {'id': '42', 'type': 'augmented_assignment', 'children': ['43', '44'], 'value': '+='}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'comment'}; {'id': '44', 'type': 'string', 'children': [], 'value': "'\\n'"}, {'id': '45', 'type': 'continue_statement', 'children': []}; {'id': '46', 'type': 'if_statement', 'children': ['47', '50', '61', '93']}, {'id': '47', 'type': 'attribute', 'children': ['48', '49']}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'line'}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'startswith'}; {'id': '50', 'type': 'ERROR', 'children': ['51', '52', '55']}, {'id': '51', 'type': 'string', 'children': [], 'value': "'\n comment += line + '"}; {'id': '52', 'type': 'ERROR', 'children': ['53', '54']}, {'id': '53', 'type': 'escape_sequence', 'children': [], 'value': '\\n'}; {'id': '54', 'type': 'identifier', 'children': [], 'value': 'continue'}, {'id': '55', 'type': 'call', 'children': ['56', '59']}; {'id': '56', 'type': 'attribute', 'children': ['57', '58']}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'line'}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'startswith'}, {'id': '59', 'type': 'argument_list', 'children': ['60']}; {'id': '60', 'type': 'string', 'children': [], 'value': "'['"}, {'id': '61', 'type': 'block', 'children': ['62', '71', '78']}; {'id': '62', 'type': 'expression_statement', 'children': ['63']}, {'id': '63', 'type': 'assignment', 'children': ['64', '65']}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'section'}, {'id': '65', 'type': 'call', 'children': ['66', '69']}; {'id': '66', 'type': 'attribute', 'children': ['67', '68']}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'line'}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'strip'}, {'id': '69', 'type': 'argument_list', 'children': ['70']}; {'id': '70', 'type': 'string', 'children': [], 'value': "'[]'"}, {'id': '71', 'type': 'expression_statement', 'children': ['72']}; {'id': '72', 'type': 'call', 'children': ['73', '76']}, {'id': '73', 'type': 'attribute', 'children': ['74', '75']}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '75', 'type': 'identifier', 'children': [], 'value': '_add_dot_key'}; {'id': '76', 'type': 'argument_list', 'children': ['77']}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'section'}; {'id': '78', 'type': 'if_statement', 'children': ['79', '80']}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'comment'}; {'id': '80', 'type': 'block', 'children': ['81']}, {'id': '81', 'type': 'expression_statement', 'children': ['82']}; {'id': '82', 'type': 'assignment', 'children': ['83', '88']}, {'id': '83', 'type': 'subscript', 'children': ['84', '87']}; {'id': '84', 'type': 'attribute', 'children': ['85', '86']}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '86', 'type': 'identifier', 'children': [], 'value': '_comments'}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'section'}; {'id': '88', 'type': 'call', 'children': ['89', '92']}, {'id': '89', 'type': 'attribute', 'children': ['90', '91']}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'comment'}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'rstrip'}; {'id': '92', 'type': 'argument_list', 'children': []}, {'id': '93', 'type': 'elif_clause', 'children': ['94', '100']}; {'id': '94', 'type': 'call', 'children': ['95', '98']}, {'id': '95', 'type': 'attribute', 'children': ['96', '97']}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'CONFIG_KEY_RE'}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'match'}; {'id': '98', 'type': 'argument_list', 'children': ['99']}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'line'}; {'id': '100', 'type': 'block', 'children': ['101', '117', '125']}, {'id': '101', 'type': 'expression_statement', 'children': ['102']}; {'id': '102', 'type': 'assignment', 'children': ['103', '104']}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'key'}; {'id': '104', 'type': 'call', 'children': ['105', '116']}, {'id': '105', 'type': 'attribute', 'children': ['106', '115']}; {'id': '106', 'type': 'subscript', 'children': ['107', '114']}, {'id': '107', 'type': 'call', 'children': ['108', '111']}; {'id': '108', 'type': 'attribute', 'children': ['109', '110']}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'line'}; {'id': '110', 'type': 'identifier', 'children': [], 'value': 'split'}, {'id': '111', 'type': 'argument_list', 'children': ['112', '113']}; {'id': '112', 'type': 'string', 'children': [], 'value': "'='"}, {'id': '113', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '114', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'strip'}; {'id': '116', 'type': 'argument_list', 'children': []}, {'id': '117', 'type': 'expression_statement', 'children': ['118']}; {'id': '118', 'type': 'call', 'children': ['119', '122']}, {'id': '119', 'type': 'attribute', 'children': ['120', '121']}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '121', 'type': 'identifier', 'children': [], 'value': '_add_dot_key'}; {'id': '122', 'type': 'argument_list', 'children': ['123', '124']}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'section'}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'key'}, {'id': '125', 'type': 'if_statement', 'children': ['126', '127']}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'comment'}, {'id': '127', 'type': 'block', 'children': ['128']}; {'id': '128', 'type': 'expression_statement', 'children': ['129']}, {'id': '129', 'type': 'assignment', 'children': ['130', '137']}; {'id': '130', 'type': 'subscript', 'children': ['131', '134']}, {'id': '131', 'type': 'attribute', 'children': ['132', '133']}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '133', 'type': 'identifier', 'children': [], 'value': '_comments'}; {'id': '134', 'type': 'tuple', 'children': ['135', '136']}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'section'}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'key'}, {'id': '137', 'type': 'call', 'children': ['138', '141']}; {'id': '138', 'type': 'attribute', 'children': ['139', '140']}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'comment'}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'rstrip'}, {'id': '141', 'type': 'argument_list', 'children': []}; {'id': '142', 'type': 'expression_statement', 'children': ['143']}, {'id': '143', 'type': 'assignment', 'children': ['144', '145']}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'comment'}, {'id': '145', 'type': 'string', 'children': [], 'value': "''"}; {'id': '146', 'type': 'if_statement', 'children': ['147', '148']}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'comment'}; {'id': '148', 'type': 'block', 'children': ['149']}, {'id': '149', 'type': 'expression_statement', 'children': ['150']}; {'id': '150', 'type': 'assignment', 'children': ['151', '158']}, {'id': '151', 'type': 'subscript', 'children': ['152', '155']}; {'id': '152', 'type': 'attribute', 'children': ['153', '154']}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '154', 'type': 'identifier', 'children': [], 'value': '_comments'}, {'id': '155', 'type': 'attribute', 'children': ['156', '157']}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'LAST_COMMENT_KEY'} | def _parse_extra(self, fp):
comment = ''
section = ''
fp.seek(0)
for line in fp:
line = line.rstrip()
if not line:
if comment:
comment += '\n'
continue
if line.startswith('
comment += line + '\n'
continue
if line.startswith('['):
section = line.strip('[]')
self._add_dot_key(section)
if comment:
self._comments[section] = comment.rstrip()
elif CONFIG_KEY_RE.match(line):
key = line.split('=', 1)[0].strip()
self._add_dot_key(section, key)
if comment:
self._comments[(section, key)] = comment.rstrip()
comment = ''
if comment:
self._comments[self.LAST_COMMENT_KEY] = comment |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '43', '47']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': '_sample_action_fluent'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '9', '15', '23', '33', '39']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'typed_parameter', 'children': ['6', '7']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '7', 'type': 'type', 'children': ['8']}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'str'}, {'id': '9', 'type': 'typed_parameter', 'children': ['10', '11']}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'dtype'}, {'id': '11', 'type': 'type', 'children': ['12']}; {'id': '12', 'type': 'attribute', 'children': ['13', '14']}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'tf'}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'DType'}, {'id': '15', 'type': 'typed_parameter', 'children': ['16', '17']}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'size'}, {'id': '17', 'type': 'type', 'children': ['18']}; {'id': '18', 'type': 'generic_type', 'children': ['19', '20']}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'Sequence'}; {'id': '20', 'type': 'type_parameter', 'children': ['21']}, {'id': '21', 'type': 'type', 'children': ['22']}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'int'}, {'id': '23', 'type': 'typed_parameter', 'children': ['24', '25']}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'constraints'}, {'id': '25', 'type': 'type', 'children': ['26']}; {'id': '26', 'type': 'generic_type', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'Dict'}; {'id': '28', 'type': 'type_parameter', 'children': ['29', '31']}, {'id': '29', 'type': 'type', 'children': ['30']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'str'}, {'id': '31', 'type': 'type', 'children': ['32']}; {'id': '32', 'type': 'identifier', 'children': [], 'value': 'Constraints'}, {'id': '33', 'type': 'typed_parameter', 'children': ['34', '35']}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'default_value'}, {'id': '35', 'type': 'type', 'children': ['36']}; {'id': '36', 'type': 'attribute', 'children': ['37', '38']}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'tf'}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'Tensor'}, {'id': '39', 'type': 'typed_parameter', 'children': ['40', '41']}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'prob'}, {'id': '41', 'type': 'type', 'children': ['42']}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'float'}, {'id': '43', 'type': 'type', 'children': ['44']}; {'id': '44', 'type': 'attribute', 'children': ['45', '46']}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'tf'}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'Tensor'}, {'id': '47', 'type': 'block', 'children': ['48', '50', '62', '364', '387', '398']}; {'id': '48', 'type': 'expression_statement', 'children': ['49']}, {'id': '49', 'type': 'string', 'children': [], 'value': "'''Samples the action fluent with given `name`, `dtype`, and `size`.\n With probability `prob` it chooses the action fluent `default_value`,\n with probability 1-`prob` it samples the fluent w.r.t. its `constraints`.\n Args:\n name (str): The name of the action fluent.\n dtype (tf.DType): The data type of the action fluent.\n size (Sequence[int]): The size and shape of the action fluent.\n constraints (Dict[str, Tuple[Optional[TensorFluent], Optional[TensorFluent]]]): The bounds for each action fluent.\n default_value (tf.Tensor): The default value for the action fluent.\n prob (float): A probability measure.\n Returns:\n tf.Tensor: A tensor for sampling the action fluent.\n '''"}; {'id': '50', 'type': 'expression_statement', 'children': ['51']}, {'id': '51', 'type': 'assignment', 'children': ['52', '53']}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'shape'}, {'id': '53', 'type': 'binary_operator', 'children': ['54', '58'], 'value': '+'}; {'id': '54', 'type': 'list', 'children': ['55'], 'value': '[self.batch_size]'}, {'id': '55', 'type': 'attribute', 'children': ['56', '57']}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'batch_size'}; {'id': '58', 'type': 'call', 'children': ['59', '60']}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'list'}; {'id': '60', 'type': 'argument_list', 'children': ['61']}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'size'}; {'id': '62', 'type': 'if_statement', 'children': ['63', '68', '283', '326']}, {'id': '63', 'type': 'comparison_operator', 'children': ['64', '65'], 'value': '=='}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'dtype'}, {'id': '65', 'type': 'attribute', 'children': ['66', '67']}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'tf'}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'float32'}; {'id': '68', 'type': 'block', 'children': ['69', '78']}, {'id': '69', 'type': 'expression_statement', 'children': ['70']}; {'id': '70', 'type': 'assignment', 'children': ['71', '72']}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'bounds'}; {'id': '72', 'type': 'call', 'children': ['73', '76']}, {'id': '73', 'type': 'attribute', 'children': ['74', '75']}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'constraints'}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '76', 'type': 'argument_list', 'children': ['77']}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '78', 'type': 'if_statement', 'children': ['79', '82', '121']}, {'id': '79', 'type': 'comparison_operator', 'children': ['80', '81'], 'value': 'is'}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'bounds'}, {'id': '81', 'type': 'None', 'children': []}; {'id': '82', 'type': 'block', 'children': ['83', '96', '112']}, {'id': '83', 'type': 'expression_statement', 'children': ['84']}; {'id': '84', 'type': 'assignment', 'children': ['85', '88']}, {'id': '85', 'type': 'pattern_list', 'children': ['86', '87']}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'low'}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'high'}; {'id': '88', 'type': 'expression_list', 'children': ['89', '93']}, {'id': '89', 'type': 'unary_operator', 'children': ['90'], 'value': '-'}; {'id': '90', 'type': 'attribute', 'children': ['91', '92']}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'MAX_REAL_VALUE'}, {'id': '93', 'type': 'attribute', 'children': ['94', '95']}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'MAX_REAL_VALUE'}; {'id': '96', 'type': 'expression_statement', 'children': ['97']}, {'id': '97', 'type': 'assignment', 'children': ['98', '99']}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'dist'}, {'id': '99', 'type': 'call', 'children': ['100', '105']}; {'id': '100', 'type': 'attribute', 'children': ['101', '104']}, {'id': '101', 'type': 'attribute', 'children': ['102', '103']}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'tf'}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'distributions'}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'Uniform'}, {'id': '105', 'type': 'argument_list', 'children': ['106', '109']}; {'id': '106', 'type': 'keyword_argument', 'children': ['107', '108']}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'low'}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'low'}, {'id': '109', 'type': 'keyword_argument', 'children': ['110', '111']}; {'id': '110', 'type': 'identifier', 'children': [], 'value': 'high'}, {'id': '111', 'type': 'identifier', 'children': [], 'value': 'high'}; {'id': '112', 'type': 'expression_statement', 'children': ['113']}, {'id': '113', 'type': 'assignment', 'children': ['114', '115']}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'sampled_fluent'}, {'id': '115', 'type': 'call', 'children': ['116', '119']}; {'id': '116', 'type': 'attribute', 'children': ['117', '118']}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'dist'}; {'id': '118', 'type': 'identifier', 'children': [], 'value': 'sample'}, {'id': '119', 'type': 'argument_list', 'children': ['120']}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'shape'}, {'id': '121', 'type': 'else_clause', 'children': ['122']}; {'id': '122', 'type': 'block', 'children': ['123', '129', '149', '171', '192', '208']}, {'id': '123', 'type': 'expression_statement', 'children': ['124']}; {'id': '124', 'type': 'assignment', 'children': ['125', '128']}, {'id': '125', 'type': 'pattern_list', 'children': ['126', '127']}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'low'}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'high'}; {'id': '128', 'type': 'identifier', 'children': [], 'value': 'bounds'}, {'id': '129', 'type': 'expression_statement', 'children': ['130']}; {'id': '130', 'type': 'assignment', 'children': ['131', '132']}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'batch'}; {'id': '132', 'type': 'boolean_operator', 'children': ['133', '141'], 'value': 'or'}, {'id': '133', 'type': 'parenthesized_expression', 'children': ['134']}; {'id': '134', 'type': 'boolean_operator', 'children': ['135', '138'], 'value': 'and'}, {'id': '135', 'type': 'comparison_operator', 'children': ['136', '137'], 'value': 'is'}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'low'}, {'id': '137', 'type': 'None', 'children': []}; {'id': '138', 'type': 'attribute', 'children': ['139', '140']}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'low'}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'batch'}, {'id': '141', 'type': 'parenthesized_expression', 'children': ['142']}; {'id': '142', 'type': 'boolean_operator', 'children': ['143', '146'], 'value': 'and'}, {'id': '143', 'type': 'comparison_operator', 'children': ['144', '145'], 'value': 'is'}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'high'}, {'id': '145', 'type': 'None', 'children': []}; {'id': '146', 'type': 'attribute', 'children': ['147', '148']}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'high'}; {'id': '148', 'type': 'identifier', 'children': [], 'value': 'batch'}, {'id': '149', 'type': 'expression_statement', 'children': ['150']}; {'id': '150', 'type': 'assignment', 'children': ['151', '152']}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'low'}; {'id': '152', 'type': 'conditional_expression', 'children': ['153', '164', '167'], 'value': 'if'}, {'id': '153', 'type': 'call', 'children': ['154', '157']}; {'id': '154', 'type': 'attribute', 'children': ['155', '156']}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'tf'}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'cast'}, {'id': '157', 'type': 'argument_list', 'children': ['158', '161']}; {'id': '158', 'type': 'attribute', 'children': ['159', '160']}, {'id': '159', 'type': 'identifier', 'children': [], 'value': 'low'}; {'id': '160', 'type': 'identifier', 'children': [], 'value': 'tensor'}, {'id': '161', 'type': 'attribute', 'children': ['162', '163']}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'tf'}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'float32'}; {'id': '164', 'type': 'comparison_operator', 'children': ['165', '166'], 'value': 'is'}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'low'}; {'id': '166', 'type': 'None', 'children': []}, {'id': '167', 'type': 'unary_operator', 'children': ['168'], 'value': '-'}; {'id': '168', 'type': 'attribute', 'children': ['169', '170']}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'MAX_REAL_VALUE'}, {'id': '171', 'type': 'expression_statement', 'children': ['172']}; {'id': '172', 'type': 'assignment', 'children': ['173', '174']}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'high'}; {'id': '174', 'type': 'conditional_expression', 'children': ['175', '186', '189'], 'value': 'if'}, {'id': '175', 'type': 'call', 'children': ['176', '179']}; {'id': '176', 'type': 'attribute', 'children': ['177', '178']}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'tf'}; {'id': '178', 'type': 'identifier', 'children': [], 'value': 'cast'}, {'id': '179', 'type': 'argument_list', 'children': ['180', '183']}; {'id': '180', 'type': 'attribute', 'children': ['181', '182']}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'high'}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'tensor'}, {'id': '183', 'type': 'attribute', 'children': ['184', '185']}; {'id': '184', 'type': 'identifier', 'children': [], 'value': 'tf'}, {'id': '185', 'type': 'identifier', 'children': [], 'value': 'float32'}; {'id': '186', 'type': 'comparison_operator', 'children': ['187', '188'], 'value': 'is'}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'high'}; {'id': '188', 'type': 'None', 'children': []}, {'id': '189', 'type': 'attribute', 'children': ['190', '191']}; {'id': '190', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'MAX_REAL_VALUE'}; {'id': '192', 'type': 'expression_statement', 'children': ['193']}, {'id': '193', 'type': 'assignment', 'children': ['194', '195']}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'dist'}, {'id': '195', 'type': 'call', 'children': ['196', '201']}; {'id': '196', 'type': 'attribute', 'children': ['197', '200']}, {'id': '197', 'type': 'attribute', 'children': ['198', '199']}; {'id': '198', 'type': 'identifier', 'children': [], 'value': 'tf'}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'distributions'}; {'id': '200', 'type': 'identifier', 'children': [], 'value': 'Uniform'}, {'id': '201', 'type': 'argument_list', 'children': ['202', '205']}; {'id': '202', 'type': 'keyword_argument', 'children': ['203', '204']}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'low'}; {'id': '204', 'type': 'identifier', 'children': [], 'value': 'low'}, {'id': '205', 'type': 'keyword_argument', 'children': ['206', '207']}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'high'}, {'id': '207', 'type': 'identifier', 'children': [], 'value': 'high'}; {'id': '208', 'type': 'if_statement', 'children': ['209', '210', '219', '272']}, {'id': '209', 'type': 'identifier', 'children': [], 'value': 'batch'}; {'id': '210', 'type': 'block', 'children': ['211']}, {'id': '211', 'type': 'expression_statement', 'children': ['212']}; {'id': '212', 'type': 'assignment', 'children': ['213', '214']}, {'id': '213', 'type': 'identifier', 'children': [], 'value': 'sampled_fluent'}; {'id': '214', 'type': 'call', 'children': ['215', '218']}, {'id': '215', 'type': 'attribute', 'children': ['216', '217']}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'dist'}, {'id': '217', 'type': 'identifier', 'children': [], 'value': 'sample'}; {'id': '218', 'type': 'argument_list', 'children': []}, {'id': '219', 'type': 'elif_clause', 'children': ['220', '235']}; {'id': '220', 'type': 'boolean_operator', 'children': ['221', '228'], 'value': 'or'}, {'id': '221', 'type': 'call', 'children': ['222', '223']}; {'id': '222', 'type': 'identifier', 'children': [], 'value': 'isinstance'}, {'id': '223', 'type': 'argument_list', 'children': ['224', '225']}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'low'}, {'id': '225', 'type': 'attribute', 'children': ['226', '227']}; {'id': '226', 'type': 'identifier', 'children': [], 'value': 'tf'}, {'id': '227', 'type': 'identifier', 'children': [], 'value': 'Tensor'}; {'id': '228', 'type': 'call', 'children': ['229', '230']}, {'id': '229', 'type': 'identifier', 'children': [], 'value': 'isinstance'}; {'id': '230', 'type': 'argument_list', 'children': ['231', '232']}, {'id': '231', 'type': 'identifier', 'children': [], 'value': 'high'}; {'id': '232', 'type': 'attribute', 'children': ['233', '234']}, {'id': '233', 'type': 'identifier', 'children': [], 'value': 'tf'}; {'id': '234', 'type': 'identifier', 'children': [], 'value': 'Tensor'}, {'id': '235', 'type': 'block', 'children': ['236']}; {'id': '236', 'type': 'if_statement', 'children': ['237', '252', '265']}, {'id': '237', 'type': 'comparison_operator', 'children': ['238', '248'], 'value': '=='}; {'id': '238', 'type': 'call', 'children': ['239', '247']}, {'id': '239', 'type': 'attribute', 'children': ['240', '246']}; {'id': '240', 'type': 'attribute', 'children': ['241', '245']}, {'id': '241', 'type': 'parenthesized_expression', 'children': ['242']}; {'id': '242', 'type': 'binary_operator', 'children': ['243', '244'], 'value': '+'}, {'id': '243', 'type': 'identifier', 'children': [], 'value': 'low'}; {'id': '244', 'type': 'identifier', 'children': [], 'value': 'high'}, {'id': '245', 'type': 'identifier', 'children': [], 'value': 'shape'}; {'id': '246', 'type': 'identifier', 'children': [], 'value': 'as_list'}, {'id': '247', 'type': 'argument_list', 'children': []}; {'id': '248', 'type': 'call', 'children': ['249', '250']}, {'id': '249', 'type': 'identifier', 'children': [], 'value': 'list'}; {'id': '250', 'type': 'argument_list', 'children': ['251']}, {'id': '251', 'type': 'identifier', 'children': [], 'value': 'size'}; {'id': '252', 'type': 'block', 'children': ['253']}, {'id': '253', 'type': 'expression_statement', 'children': ['254']}; {'id': '254', 'type': 'assignment', 'children': ['255', '256']}, {'id': '255', 'type': 'identifier', 'children': [], 'value': 'sampled_fluent'}; {'id': '256', 'type': 'call', 'children': ['257', '260']}, {'id': '257', 'type': 'attribute', 'children': ['258', '259']}; {'id': '258', 'type': 'identifier', 'children': [], 'value': 'dist'}, {'id': '259', 'type': 'identifier', 'children': [], 'value': 'sample'}; {'id': '260', 'type': 'argument_list', 'children': ['261']}, {'id': '261', 'type': 'list', 'children': ['262'], 'value': '[self.batch_size]'}; {'id': '262', 'type': 'attribute', 'children': ['263', '264']}, {'id': '263', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '264', 'type': 'identifier', 'children': [], 'value': 'batch_size'}, {'id': '265', 'type': 'else_clause', 'children': ['266']}; {'id': '266', 'type': 'block', 'children': ['267']}, {'id': '267', 'type': 'raise_statement', 'children': ['268']}; {'id': '268', 'type': 'call', 'children': ['269', '270']}, {'id': '269', 'type': 'identifier', 'children': [], 'value': 'ValueError'}; {'id': '270', 'type': 'argument_list', 'children': ['271']}, {'id': '271', 'type': 'string', 'children': [], 'value': "'bounds are not compatible with action fluent.'"}; {'id': '272', 'type': 'else_clause', 'children': ['273']}, {'id': '273', 'type': 'block', 'children': ['274']}; {'id': '274', 'type': 'expression_statement', 'children': ['275']}, {'id': '275', 'type': 'assignment', 'children': ['276', '277']}; {'id': '276', 'type': 'identifier', 'children': [], 'value': 'sampled_fluent'}, {'id': '277', 'type': 'call', 'children': ['278', '281']}; {'id': '278', 'type': 'attribute', 'children': ['279', '280']}, {'id': '279', 'type': 'identifier', 'children': [], 'value': 'dist'}; {'id': '280', 'type': 'identifier', 'children': [], 'value': 'sample'}, {'id': '281', 'type': 'argument_list', 'children': ['282']}; {'id': '282', 'type': 'identifier', 'children': [], 'value': 'shape'}, {'id': '283', 'type': 'elif_clause', 'children': ['284', '289']}; {'id': '284', 'type': 'comparison_operator', 'children': ['285', '286'], 'value': '=='}, {'id': '285', 'type': 'identifier', 'children': [], 'value': 'dtype'}; {'id': '286', 'type': 'attribute', 'children': ['287', '288']}, {'id': '287', 'type': 'identifier', 'children': [], 'value': 'tf'}; {'id': '288', 'type': 'identifier', 'children': [], 'value': 'int32'}, {'id': '289', 'type': 'block', 'children': ['290', '299', '317']}; {'id': '290', 'type': 'expression_statement', 'children': ['291']}, {'id': '291', 'type': 'assignment', 'children': ['292', '293']}; {'id': '292', 'type': 'identifier', 'children': [], 'value': 'logits'}, {'id': '293', 'type': 'binary_operator', 'children': ['294', '296'], 'value': '*'}; {'id': '294', 'type': 'list', 'children': ['295'], 'value': '[1.0]'}, {'id': '295', 'type': 'float', 'children': [], 'value': '1.0'}; {'id': '296', 'type': 'attribute', 'children': ['297', '298']}, {'id': '297', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '298', 'type': 'identifier', 'children': [], 'value': 'MAX_INT_VALUE'}, {'id': '299', 'type': 'expression_statement', 'children': ['300']}; {'id': '300', 'type': 'assignment', 'children': ['301', '302']}, {'id': '301', 'type': 'identifier', 'children': [], 'value': 'dist'}; {'id': '302', 'type': 'call', 'children': ['303', '308']}, {'id': '303', 'type': 'attribute', 'children': ['304', '307']}; {'id': '304', 'type': 'attribute', 'children': ['305', '306']}, {'id': '305', 'type': 'identifier', 'children': [], 'value': 'tf'}; {'id': '306', 'type': 'identifier', 'children': [], 'value': 'distributions'}, {'id': '307', 'type': 'identifier', 'children': [], 'value': 'Categorical'}; {'id': '308', 'type': 'argument_list', 'children': ['309', '312']}, {'id': '309', 'type': 'keyword_argument', 'children': ['310', '311']}; {'id': '310', 'type': 'identifier', 'children': [], 'value': 'logits'}, {'id': '311', 'type': 'identifier', 'children': [], 'value': 'logits'}; {'id': '312', 'type': 'keyword_argument', 'children': ['313', '314']}, {'id': '313', 'type': 'identifier', 'children': [], 'value': 'dtype'}; {'id': '314', 'type': 'attribute', 'children': ['315', '316']}, {'id': '315', 'type': 'identifier', 'children': [], 'value': 'tf'}; {'id': '316', 'type': 'identifier', 'children': [], 'value': 'int32'}, {'id': '317', 'type': 'expression_statement', 'children': ['318']}; {'id': '318', 'type': 'assignment', 'children': ['319', '320']}, {'id': '319', 'type': 'identifier', 'children': [], 'value': 'sampled_fluent'}; {'id': '320', 'type': 'call', 'children': ['321', '324']}, {'id': '321', 'type': 'attribute', 'children': ['322', '323']}; {'id': '322', 'type': 'identifier', 'children': [], 'value': 'dist'}, {'id': '323', 'type': 'identifier', 'children': [], 'value': 'sample'}; {'id': '324', 'type': 'argument_list', 'children': ['325']}, {'id': '325', 'type': 'identifier', 'children': [], 'value': 'shape'}; {'id': '326', 'type': 'elif_clause', 'children': ['327', '332']}, {'id': '327', 'type': 'comparison_operator', 'children': ['328', '329'], 'value': '=='}; {'id': '328', 'type': 'identifier', 'children': [], 'value': 'dtype'}, {'id': '329', 'type': 'attribute', 'children': ['330', '331']}; {'id': '330', 'type': 'identifier', 'children': [], 'value': 'tf'}, {'id': '331', 'type': 'identifier', 'children': [], 'value': 'bool'}; {'id': '332', 'type': 'block', 'children': ['333', '337', '355']}, {'id': '333', 'type': 'expression_statement', 'children': ['334']}; {'id': '334', 'type': 'assignment', 'children': ['335', '336']}, {'id': '335', 'type': 'identifier', 'children': [], 'value': 'probs'}; {'id': '336', 'type': 'float', 'children': [], 'value': '0.5'}, {'id': '337', 'type': 'expression_statement', 'children': ['338']}; {'id': '338', 'type': 'assignment', 'children': ['339', '340']}, {'id': '339', 'type': 'identifier', 'children': [], 'value': 'dist'}; {'id': '340', 'type': 'call', 'children': ['341', '346']}, {'id': '341', 'type': 'attribute', 'children': ['342', '345']}; {'id': '342', 'type': 'attribute', 'children': ['343', '344']}, {'id': '343', 'type': 'identifier', 'children': [], 'value': 'tf'}; {'id': '344', 'type': 'identifier', 'children': [], 'value': 'distributions'}, {'id': '345', 'type': 'identifier', 'children': [], 'value': 'Bernoulli'}; {'id': '346', 'type': 'argument_list', 'children': ['347', '350']}, {'id': '347', 'type': 'keyword_argument', 'children': ['348', '349']}; {'id': '348', 'type': 'identifier', 'children': [], 'value': 'probs'}, {'id': '349', 'type': 'identifier', 'children': [], 'value': 'probs'}; {'id': '350', 'type': 'keyword_argument', 'children': ['351', '352']}, {'id': '351', 'type': 'identifier', 'children': [], 'value': 'dtype'}; {'id': '352', 'type': 'attribute', 'children': ['353', '354']}, {'id': '353', 'type': 'identifier', 'children': [], 'value': 'tf'}; {'id': '354', 'type': 'identifier', 'children': [], 'value': 'bool'}, {'id': '355', 'type': 'expression_statement', 'children': ['356']}; {'id': '356', 'type': 'assignment', 'children': ['357', '358']}, {'id': '357', 'type': 'identifier', 'children': [], 'value': 'sampled_fluent'}; {'id': '358', 'type': 'call', 'children': ['359', '362']}, {'id': '359', 'type': 'attribute', 'children': ['360', '361']}; {'id': '360', 'type': 'identifier', 'children': [], 'value': 'dist'}, {'id': '361', 'type': 'identifier', 'children': [], 'value': 'sample'}; {'id': '362', 'type': 'argument_list', 'children': ['363']}, {'id': '363', 'type': 'identifier', 'children': [], 'value': 'shape'}; {'id': '364', 'type': 'expression_statement', 'children': ['365']}, {'id': '365', 'type': 'assignment', 'children': ['366', '367']}; {'id': '366', 'type': 'identifier', 'children': [], 'value': 'select_default'}, {'id': '367', 'type': 'call', 'children': ['368', '383']}; {'id': '368', 'type': 'attribute', 'children': ['369', '382']}, {'id': '369', 'type': 'call', 'children': ['370', '375']}; {'id': '370', 'type': 'attribute', 'children': ['371', '374']}, {'id': '371', 'type': 'attribute', 'children': ['372', '373']}; {'id': '372', 'type': 'identifier', 'children': [], 'value': 'tf'}, {'id': '373', 'type': 'identifier', 'children': [], 'value': 'distributions'}; {'id': '374', 'type': 'identifier', 'children': [], 'value': 'Bernoulli'}, {'id': '375', 'type': 'argument_list', 'children': ['376', '377']}; {'id': '376', 'type': 'identifier', 'children': [], 'value': 'prob'}, {'id': '377', 'type': 'keyword_argument', 'children': ['378', '379']}; {'id': '378', 'type': 'identifier', 'children': [], 'value': 'dtype'}, {'id': '379', 'type': 'attribute', 'children': ['380', '381']}; {'id': '380', 'type': 'identifier', 'children': [], 'value': 'tf'}, {'id': '381', 'type': 'identifier', 'children': [], 'value': 'bool'}; {'id': '382', 'type': 'identifier', 'children': [], 'value': 'sample'}, {'id': '383', 'type': 'argument_list', 'children': ['384']}; {'id': '384', 'type': 'attribute', 'children': ['385', '386']}, {'id': '385', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '386', 'type': 'identifier', 'children': [], 'value': 'batch_size'}, {'id': '387', 'type': 'expression_statement', 'children': ['388']}; {'id': '388', 'type': 'assignment', 'children': ['389', '390']}, {'id': '389', 'type': 'identifier', 'children': [], 'value': 'action_fluent'}; {'id': '390', 'type': 'call', 'children': ['391', '394']}, {'id': '391', 'type': 'attribute', 'children': ['392', '393']}; {'id': '392', 'type': 'identifier', 'children': [], 'value': 'tf'}, {'id': '393', 'type': 'identifier', 'children': [], 'value': 'where'}; {'id': '394', 'type': 'argument_list', 'children': ['395', '396', '397']}, {'id': '395', 'type': 'identifier', 'children': [], 'value': 'select_default'}; {'id': '396', 'type': 'identifier', 'children': [], 'value': 'default_value'}, {'id': '397', 'type': 'identifier', 'children': [], 'value': 'sampled_fluent'}; {'id': '398', 'type': 'return_statement', 'children': ['399']}, {'id': '399', 'type': 'identifier', 'children': [], 'value': 'action_fluent'} | def _sample_action_fluent(self,
name: str,
dtype: tf.DType,
size: Sequence[int],
constraints: Dict[str, Constraints],
default_value: tf.Tensor,
prob: float) -> tf.Tensor:
'''Samples the action fluent with given `name`, `dtype`, and `size`.
With probability `prob` it chooses the action fluent `default_value`,
with probability 1-`prob` it samples the fluent w.r.t. its `constraints`.
Args:
name (str): The name of the action fluent.
dtype (tf.DType): The data type of the action fluent.
size (Sequence[int]): The size and shape of the action fluent.
constraints (Dict[str, Tuple[Optional[TensorFluent], Optional[TensorFluent]]]): The bounds for each action fluent.
default_value (tf.Tensor): The default value for the action fluent.
prob (float): A probability measure.
Returns:
tf.Tensor: A tensor for sampling the action fluent.
'''
shape = [self.batch_size] + list(size)
if dtype == tf.float32:
bounds = constraints.get(name)
if bounds is None:
low, high = -self.MAX_REAL_VALUE, self.MAX_REAL_VALUE
dist = tf.distributions.Uniform(low=low, high=high)
sampled_fluent = dist.sample(shape)
else:
low, high = bounds
batch = (low is not None and low.batch) or (high is not None and high.batch)
low = tf.cast(low.tensor, tf.float32) if low is not None else -self.MAX_REAL_VALUE
high = tf.cast(high.tensor, tf.float32) if high is not None else self.MAX_REAL_VALUE
dist = tf.distributions.Uniform(low=low, high=high)
if batch:
sampled_fluent = dist.sample()
elif isinstance(low, tf.Tensor) or isinstance(high, tf.Tensor):
if (low+high).shape.as_list() == list(size):
sampled_fluent = dist.sample([self.batch_size])
else:
raise ValueError('bounds are not compatible with action fluent.')
else:
sampled_fluent = dist.sample(shape)
elif dtype == tf.int32:
logits = [1.0] * self.MAX_INT_VALUE
dist = tf.distributions.Categorical(logits=logits, dtype=tf.int32)
sampled_fluent = dist.sample(shape)
elif dtype == tf.bool:
probs = 0.5
dist = tf.distributions.Bernoulli(probs=probs, dtype=tf.bool)
sampled_fluent = dist.sample(shape)
select_default = tf.distributions.Bernoulli(prob, dtype=tf.bool).sample(self.batch_size)
action_fluent = tf.where(select_default, default_value, sampled_fluent)
return action_fluent |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '29', '31']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'UnitToLNode'}, {'id': '3', 'type': 'parameters', 'children': ['4', '8', '17', '26']}; {'id': '4', 'type': 'typed_parameter', 'children': ['5', '6']}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'u'}; {'id': '6', 'type': 'type', 'children': ['7']}, {'id': '7', 'type': 'identifier', 'children': [], 'value': 'Unit'}; {'id': '8', 'type': 'typed_default_parameter', 'children': ['9', '10', '16']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'node'}; {'id': '10', 'type': 'type', 'children': ['11']}, {'id': '11', 'type': 'generic_type', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'Optional'}, {'id': '13', 'type': 'type_parameter', 'children': ['14']}; {'id': '14', 'type': 'type', 'children': ['15']}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'LNode'}; {'id': '16', 'type': 'None', 'children': []}, {'id': '17', 'type': 'typed_default_parameter', 'children': ['18', '19', '25']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'toL'}, {'id': '19', 'type': 'type', 'children': ['20']}; {'id': '20', 'type': 'generic_type', 'children': ['21', '22']}, {'id': '21', 'type': 'identifier', 'children': [], 'value': 'Optional'}; {'id': '22', 'type': 'type_parameter', 'children': ['23']}, {'id': '23', 'type': 'type', 'children': ['24']}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'dict'}, {'id': '25', 'type': 'None', 'children': []}; {'id': '26', 'type': 'default_parameter', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'optimizations'}; {'id': '28', 'type': 'list', 'children': [], 'value': '[]'}, {'id': '29', 'type': 'type', 'children': ['30']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'LNode'}, {'id': '31', 'type': 'block', 'children': ['32', '41', '69', '73', '80', '110', '128', '140', '198', '267', '274', '283', '291', '386']}; {'id': '32', 'type': 'if_statement', 'children': ['33', '36']}, {'id': '33', 'type': 'comparison_operator', 'children': ['34', '35'], 'value': 'is'}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'toL'}, {'id': '35', 'type': 'None', 'children': []}; {'id': '36', 'type': 'block', 'children': ['37']}, {'id': '37', 'type': 'expression_statement', 'children': ['38']}; {'id': '38', 'type': 'assignment', 'children': ['39', '40']}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'toL'}; {'id': '40', 'type': 'dictionary', 'children': []}, {'id': '41', 'type': 'if_statement', 'children': ['42', '45', '63']}; {'id': '42', 'type': 'comparison_operator', 'children': ['43', '44'], 'value': 'is'}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'node'}; {'id': '44', 'type': 'None', 'children': []}, {'id': '45', 'type': 'block', 'children': ['46']}; {'id': '46', 'type': 'expression_statement', 'children': ['47']}, {'id': '47', 'type': 'assignment', 'children': ['48', '49']}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'root'}, {'id': '49', 'type': 'call', 'children': ['50', '51']}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'LNode'}, {'id': '51', 'type': 'argument_list', 'children': ['52', '57', '60']}; {'id': '52', 'type': 'keyword_argument', 'children': ['53', '54']}, {'id': '53', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '54', 'type': 'attribute', 'children': ['55', '56']}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'u'}; {'id': '56', 'type': 'identifier', 'children': [], 'value': '_name'}, {'id': '57', 'type': 'keyword_argument', 'children': ['58', '59']}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'originObj'}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'u'}; {'id': '60', 'type': 'keyword_argument', 'children': ['61', '62']}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'node2lnode'}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'toL'}, {'id': '63', 'type': 'else_clause', 'children': ['64']}; {'id': '64', 'type': 'block', 'children': ['65']}, {'id': '65', 'type': 'expression_statement', 'children': ['66']}; {'id': '66', 'type': 'assignment', 'children': ['67', '68']}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'root'}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'node'}, {'id': '69', 'type': 'expression_statement', 'children': ['70']}; {'id': '70', 'type': 'assignment', 'children': ['71', '72']}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'stmPorts'}; {'id': '72', 'type': 'dictionary', 'children': []}, {'id': '73', 'type': 'expression_statement', 'children': ['74']}; {'id': '74', 'type': 'assignment', 'children': ['75', '76']}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'netCtx'}; {'id': '76', 'type': 'call', 'children': ['77', '78']}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'NetCtxs'}; {'id': '78', 'type': 'argument_list', 'children': ['79']}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'root'}; {'id': '80', 'type': 'for_statement', 'children': ['81', '82', '85']}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'su'}; {'id': '82', 'type': 'attribute', 'children': ['83', '84']}, {'id': '83', 'type': 'identifier', 'children': [], 'value': 'u'}; {'id': '84', 'type': 'identifier', 'children': [], 'value': '_units'}, {'id': '85', 'type': 'block', 'children': ['86', '102']}; {'id': '86', 'type': 'expression_statement', 'children': ['87']}, {'id': '87', 'type': 'assignment', 'children': ['88', '89']}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '89', 'type': 'call', 'children': ['90', '93']}; {'id': '90', 'type': 'attribute', 'children': ['91', '92']}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'root'}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'addNode'}, {'id': '93', 'type': 'argument_list', 'children': ['94', '99']}; {'id': '94', 'type': 'keyword_argument', 'children': ['95', '96']}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '96', 'type': 'attribute', 'children': ['97', '98']}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'su'}; {'id': '98', 'type': 'identifier', 'children': [], 'value': '_name'}, {'id': '99', 'type': 'keyword_argument', 'children': ['100', '101']}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'originObj'}, {'id': '101', 'type': 'identifier', 'children': [], 'value': 'su'}; {'id': '102', 'type': 'expression_statement', 'children': ['103']}, {'id': '103', 'type': 'call', 'children': ['104', '105']}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'UnitToLNode'}, {'id': '105', 'type': 'argument_list', 'children': ['106', '107', '108', '109']}; {'id': '106', 'type': 'identifier', 'children': [], 'value': 'su'}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'n'}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'toL'}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'optimizations'}; {'id': '110', 'type': 'for_statement', 'children': ['111', '112', '117']}, {'id': '111', 'type': 'identifier', 'children': [], 'value': 'stm'}; {'id': '112', 'type': 'attribute', 'children': ['113', '116']}, {'id': '113', 'type': 'attribute', 'children': ['114', '115']}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'u'}, {'id': '115', 'type': 'identifier', 'children': [], 'value': '_ctx'}; {'id': '116', 'type': 'identifier', 'children': [], 'value': 'statements'}, {'id': '117', 'type': 'block', 'children': ['118']}; {'id': '118', 'type': 'expression_statement', 'children': ['119']}, {'id': '119', 'type': 'assignment', 'children': ['120', '121']}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '121', 'type': 'call', 'children': ['122', '123']}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'addStmAsLNode'}, {'id': '123', 'type': 'argument_list', 'children': ['124', '125', '126', '127']}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'root'}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'stm'}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'stmPorts'}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'netCtx'}; {'id': '128', 'type': 'for_statement', 'children': ['129', '130', '133']}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'intf'}; {'id': '130', 'type': 'attribute', 'children': ['131', '132']}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'u'}; {'id': '132', 'type': 'identifier', 'children': [], 'value': '_interfaces'}, {'id': '133', 'type': 'block', 'children': ['134']}; {'id': '134', 'type': 'expression_statement', 'children': ['135']}, {'id': '135', 'type': 'call', 'children': ['136', '137']}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'addPort'}, {'id': '137', 'type': 'argument_list', 'children': ['138', '139']}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'root'}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'intf'}; {'id': '140', 'type': 'for_statement', 'children': ['141', '142', '147']}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'stm'}; {'id': '142', 'type': 'attribute', 'children': ['143', '146']}, {'id': '143', 'type': 'attribute', 'children': ['144', '145']}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'u'}, {'id': '145', 'type': 'identifier', 'children': [], 'value': '_ctx'}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'statements'}, {'id': '147', 'type': 'block', 'children': ['148', '158']}; {'id': '148', 'type': 'expression_statement', 'children': ['149']}, {'id': '149', 'type': 'assignment', 'children': ['150', '151']}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '151', 'type': 'call', 'children': ['152', '155']}; {'id': '152', 'type': 'attribute', 'children': ['153', '154']}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 'toL'}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '155', 'type': 'argument_list', 'children': ['156', '157']}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'stm'}, {'id': '157', 'type': 'None', 'children': []}; {'id': '158', 'type': 'if_statement', 'children': ['159', '162']}, {'id': '159', 'type': 'comparison_operator', 'children': ['160', '161'], 'value': 'is'}; {'id': '160', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '161', 'type': 'None', 'children': []}; {'id': '162', 'type': 'block', 'children': ['163', '182', '192']}, {'id': '163', 'type': 'if_statement', 'children': ['164', '169', '174']}; {'id': '164', 'type': 'call', 'children': ['165', '166']}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'isinstance'}; {'id': '166', 'type': 'argument_list', 'children': ['167', '168']}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'n'}; {'id': '168', 'type': 'identifier', 'children': [], 'value': 'VirtualLNode'}, {'id': '169', 'type': 'block', 'children': ['170']}; {'id': '170', 'type': 'expression_statement', 'children': ['171']}, {'id': '171', 'type': 'assignment', 'children': ['172', '173']}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'p'}, {'id': '173', 'type': 'None', 'children': []}; {'id': '174', 'type': 'else_clause', 'children': ['175']}, {'id': '175', 'type': 'block', 'children': ['176']}; {'id': '176', 'type': 'expression_statement', 'children': ['177']}, {'id': '177', 'type': 'assignment', 'children': ['178', '179']}; {'id': '178', 'type': 'identifier', 'children': [], 'value': 'p'}, {'id': '179', 'type': 'subscript', 'children': ['180', '181']}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'stmPorts'}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'n'}; {'id': '182', 'type': 'expression_statement', 'children': ['183']}, {'id': '183', 'type': 'assignment', 'children': ['184', '185']}; {'id': '184', 'type': 'identifier', 'children': [], 'value': 'r'}, {'id': '185', 'type': 'call', 'children': ['186', '187']}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'StatementRenderer'}, {'id': '187', 'type': 'argument_list', 'children': ['188', '189', '190', '191']}; {'id': '188', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '189', 'type': 'identifier', 'children': [], 'value': 'toL'}; {'id': '190', 'type': 'identifier', 'children': [], 'value': 'p'}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'netCtx'}; {'id': '192', 'type': 'expression_statement', 'children': ['193']}, {'id': '193', 'type': 'call', 'children': ['194', '197']}; {'id': '194', 'type': 'attribute', 'children': ['195', '196']}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'r'}; {'id': '196', 'type': 'identifier', 'children': [], 'value': 'renderContent'}, {'id': '197', 'type': 'argument_list', 'children': []}; {'id': '198', 'type': 'for_statement', 'children': ['199', '200', '205']}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 's'}; {'id': '200', 'type': 'attribute', 'children': ['201', '204']}, {'id': '201', 'type': 'attribute', 'children': ['202', '203']}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'u'}, {'id': '203', 'type': 'identifier', 'children': [], 'value': '_ctx'}; {'id': '204', 'type': 'identifier', 'children': [], 'value': 'signals'}, {'id': '205', 'type': 'block', 'children': ['206']}; {'id': '206', 'type': 'if_statement', 'children': ['207', '211']}, {'id': '207', 'type': 'not_operator', 'children': ['208']}; {'id': '208', 'type': 'attribute', 'children': ['209', '210']}, {'id': '209', 'type': 'identifier', 'children': [], 'value': 's'}; {'id': '210', 'type': 'identifier', 'children': [], 'value': 'hidden'}, {'id': '211', 'type': 'block', 'children': ['212', '223', '245']}; {'id': '212', 'type': 'expression_statement', 'children': ['213']}, {'id': '213', 'type': 'assignment', 'children': ['214', '217']}; {'id': '214', 'type': 'pattern_list', 'children': ['215', '216']}, {'id': '215', 'type': 'identifier', 'children': [], 'value': 'net'}; {'id': '216', 'type': 'identifier', 'children': [], 'value': '_'}, {'id': '217', 'type': 'call', 'children': ['218', '221']}; {'id': '218', 'type': 'attribute', 'children': ['219', '220']}, {'id': '219', 'type': 'identifier', 'children': [], 'value': 'netCtx'}; {'id': '220', 'type': 'identifier', 'children': [], 'value': 'getDefault'}, {'id': '221', 'type': 'argument_list', 'children': ['222']}; {'id': '222', 'type': 'identifier', 'children': [], 'value': 's'}, {'id': '223', 'type': 'for_statement', 'children': ['224', '225', '228']}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'e'}, {'id': '225', 'type': 'attribute', 'children': ['226', '227']}; {'id': '226', 'type': 'identifier', 'children': [], 'value': 's'}, {'id': '227', 'type': 'identifier', 'children': [], 'value': 'endpoints'}; {'id': '228', 'type': 'block', 'children': ['229']}, {'id': '229', 'type': 'if_statement', 'children': ['230', '235']}; {'id': '230', 'type': 'call', 'children': ['231', '232']}, {'id': '231', 'type': 'identifier', 'children': [], 'value': 'isinstance'}; {'id': '232', 'type': 'argument_list', 'children': ['233', '234']}, {'id': '233', 'type': 'identifier', 'children': [], 'value': 'e'}; {'id': '234', 'type': 'identifier', 'children': [], 'value': 'PortItem'}, {'id': '235', 'type': 'block', 'children': ['236']}; {'id': '236', 'type': 'expression_statement', 'children': ['237']}, {'id': '237', 'type': 'call', 'children': ['238', '241']}; {'id': '238', 'type': 'attribute', 'children': ['239', '240']}, {'id': '239', 'type': 'identifier', 'children': [], 'value': 'net'}; {'id': '240', 'type': 'identifier', 'children': [], 'value': 'addEndpoint'}, {'id': '241', 'type': 'argument_list', 'children': ['242']}; {'id': '242', 'type': 'subscript', 'children': ['243', '244']}, {'id': '243', 'type': 'identifier', 'children': [], 'value': 'toL'}; {'id': '244', 'type': 'identifier', 'children': [], 'value': 'e'}, {'id': '245', 'type': 'for_statement', 'children': ['246', '247', '250']}; {'id': '246', 'type': 'identifier', 'children': [], 'value': 'd'}, {'id': '247', 'type': 'attribute', 'children': ['248', '249']}; {'id': '248', 'type': 'identifier', 'children': [], 'value': 's'}, {'id': '249', 'type': 'identifier', 'children': [], 'value': 'drivers'}; {'id': '250', 'type': 'block', 'children': ['251']}, {'id': '251', 'type': 'if_statement', 'children': ['252', '257']}; {'id': '252', 'type': 'call', 'children': ['253', '254']}, {'id': '253', 'type': 'identifier', 'children': [], 'value': 'isinstance'}; {'id': '254', 'type': 'argument_list', 'children': ['255', '256']}, {'id': '255', 'type': 'identifier', 'children': [], 'value': 'd'}; {'id': '256', 'type': 'identifier', 'children': [], 'value': 'PortItem'}, {'id': '257', 'type': 'block', 'children': ['258']}; {'id': '258', 'type': 'expression_statement', 'children': ['259']}, {'id': '259', 'type': 'call', 'children': ['260', '263']}; {'id': '260', 'type': 'attribute', 'children': ['261', '262']}, {'id': '261', 'type': 'identifier', 'children': [], 'value': 'net'}; {'id': '262', 'type': 'identifier', 'children': [], 'value': 'addDriver'}, {'id': '263', 'type': 'argument_list', 'children': ['264']}; {'id': '264', 'type': 'subscript', 'children': ['265', '266']}, {'id': '265', 'type': 'identifier', 'children': [], 'value': 'toL'}; {'id': '266', 'type': 'identifier', 'children': [], 'value': 'd'}, {'id': '267', 'type': 'expression_statement', 'children': ['268']}; {'id': '268', 'type': 'call', 'children': ['269', '272']}, {'id': '269', 'type': 'attribute', 'children': ['270', '271']}; {'id': '270', 'type': 'identifier', 'children': [], 'value': 'netCtx'}, {'id': '271', 'type': 'identifier', 'children': [], 'value': 'applyConnections'}; {'id': '272', 'type': 'argument_list', 'children': ['273']}, {'id': '273', 'type': 'identifier', 'children': [], 'value': 'root'}; {'id': '274', 'type': 'for_statement', 'children': ['275', '276', '277']}, {'id': '275', 'type': 'identifier', 'children': [], 'value': 'opt'}; {'id': '276', 'type': 'identifier', 'children': [], 'value': 'optimizations'}, {'id': '277', 'type': 'block', 'children': ['278']}; {'id': '278', 'type': 'expression_statement', 'children': ['279']}, {'id': '279', 'type': 'call', 'children': ['280', '281']}; {'id': '280', 'type': 'identifier', 'children': [], 'value': 'opt'}, {'id': '281', 'type': 'argument_list', 'children': ['282']}; {'id': '282', 'type': 'identifier', 'children': [], 'value': 'root'}, {'id': '283', 'type': 'expression_statement', 'children': ['284']}; {'id': '284', 'type': 'assignment', 'children': ['285', '286']}, {'id': '285', 'type': 'identifier', 'children': [], 'value': 'isRootOfWholeGraph'}; {'id': '286', 'type': 'comparison_operator', 'children': ['287', '290'], 'value': 'is'}, {'id': '287', 'type': 'attribute', 'children': ['288', '289']}; {'id': '288', 'type': 'identifier', 'children': [], 'value': 'root'}, {'id': '289', 'type': 'identifier', 'children': [], 'value': 'parent'}; {'id': '290', 'type': 'None', 'children': []}, {'id': '291', 'type': 'if_statement', 'children': ['292', '294']}; {'id': '292', 'type': 'not_operator', 'children': ['293']}, {'id': '293', 'type': 'identifier', 'children': [], 'value': 'isRootOfWholeGraph'}; {'id': '294', 'type': 'block', 'children': ['295']}, {'id': '295', 'type': 'for_statement', 'children': ['296', '297', '300']}; {'id': '296', 'type': 'identifier', 'children': [], 'value': 'intf'}, {'id': '297', 'type': 'attribute', 'children': ['298', '299']}; {'id': '298', 'type': 'identifier', 'children': [], 'value': 'u'}, {'id': '299', 'type': 'identifier', 'children': [], 'value': '_interfaces'}; {'id': '300', 'type': 'block', 'children': ['301', '312', '320', '369']}, {'id': '301', 'type': 'expression_statement', 'children': ['302']}; {'id': '302', 'type': 'assignment', 'children': ['303', '304']}, {'id': '303', 'type': 'identifier', 'children': [], 'value': 'ext_p'}; {'id': '304', 'type': 'attribute', 'children': ['305', '311']}, {'id': '305', 'type': 'subscript', 'children': ['306', '307']}; {'id': '306', 'type': 'identifier', 'children': [], 'value': 'toL'}, {'id': '307', 'type': 'call', 'children': ['308', '309']}; {'id': '308', 'type': 'identifier', 'children': [], 'value': 'originObjOfPort'}, {'id': '309', 'type': 'argument_list', 'children': ['310']}; {'id': '310', 'type': 'identifier', 'children': [], 'value': 'intf'}, {'id': '311', 'type': 'identifier', 'children': [], 'value': 'parentNode'}; {'id': '312', 'type': 'expression_statement', 'children': ['313']}, {'id': '313', 'type': 'assignment', 'children': ['314', '315']}; {'id': '314', 'type': 'identifier', 'children': [], 'value': 'nodePort'}, {'id': '315', 'type': 'call', 'children': ['316', '317']}; {'id': '316', 'type': 'identifier', 'children': [], 'value': 'addPortToLNode'}, {'id': '317', 'type': 'argument_list', 'children': ['318', '319']}; {'id': '318', 'type': 'identifier', 'children': [], 'value': 'root'}, {'id': '319', 'type': 'identifier', 'children': [], 'value': 'intf'}; {'id': '320', 'type': 'if_statement', 'children': ['321', '328', '348']}, {'id': '321', 'type': 'comparison_operator', 'children': ['322', '325'], 'value': '=='}; {'id': '322', 'type': 'attribute', 'children': ['323', '324']}, {'id': '323', 'type': 'identifier', 'children': [], 'value': 'intf'}; {'id': '324', 'type': 'identifier', 'children': [], 'value': '_direction'}, {'id': '325', 'type': 'attribute', 'children': ['326', '327']}; {'id': '326', 'type': 'identifier', 'children': [], 'value': 'INTF_DIRECTION'}, {'id': '327', 'type': 'identifier', 'children': [], 'value': 'SLAVE'}; {'id': '328', 'type': 'block', 'children': ['329', '333']}, {'id': '329', 'type': 'expression_statement', 'children': ['330']}; {'id': '330', 'type': 'assignment', 'children': ['331', '332']}, {'id': '331', 'type': 'identifier', 'children': [], 'value': 'src'}; {'id': '332', 'type': 'identifier', 'children': [], 'value': 'nodePort'}, {'id': '333', 'type': 'expression_statement', 'children': ['334']}; {'id': '334', 'type': 'assignment', 'children': ['335', '336']}, {'id': '335', 'type': 'identifier', 'children': [], 'value': 'dst'}; {'id': '336', 'type': 'call', 'children': ['337', '340']}, {'id': '337', 'type': 'attribute', 'children': ['338', '339']}; {'id': '338', 'type': 'identifier', 'children': [], 'value': 'ext_p'}, {'id': '339', 'type': 'identifier', 'children': [], 'value': 'addPort'}; {'id': '340', 'type': 'argument_list', 'children': ['341', '342', '345']}, {'id': '341', 'type': 'string', 'children': [], 'value': '""'}; {'id': '342', 'type': 'attribute', 'children': ['343', '344']}, {'id': '343', 'type': 'identifier', 'children': [], 'value': 'PortType'}; {'id': '344', 'type': 'identifier', 'children': [], 'value': 'INPUT'}, {'id': '345', 'type': 'attribute', 'children': ['346', '347']}; {'id': '346', 'type': 'identifier', 'children': [], 'value': 'PortSide'}, {'id': '347', 'type': 'identifier', 'children': [], 'value': 'WEST'}; {'id': '348', 'type': 'else_clause', 'children': ['349']}, {'id': '349', 'type': 'block', 'children': ['350', '365']}; {'id': '350', 'type': 'expression_statement', 'children': ['351']}, {'id': '351', 'type': 'assignment', 'children': ['352', '353']}; {'id': '352', 'type': 'identifier', 'children': [], 'value': 'src'}, {'id': '353', 'type': 'call', 'children': ['354', '357']}; {'id': '354', 'type': 'attribute', 'children': ['355', '356']}, {'id': '355', 'type': 'identifier', 'children': [], 'value': 'ext_p'}; {'id': '356', 'type': 'identifier', 'children': [], 'value': 'addPort'}, {'id': '357', 'type': 'argument_list', 'children': ['358', '359', '362']}; {'id': '358', 'type': 'string', 'children': [], 'value': '""'}, {'id': '359', 'type': 'attribute', 'children': ['360', '361']}; {'id': '360', 'type': 'identifier', 'children': [], 'value': 'PortType'}, {'id': '361', 'type': 'identifier', 'children': [], 'value': 'OUTPUT'}; {'id': '362', 'type': 'attribute', 'children': ['363', '364']}, {'id': '363', 'type': 'identifier', 'children': [], 'value': 'PortSide'}; {'id': '364', 'type': 'identifier', 'children': [], 'value': 'EAST'}, {'id': '365', 'type': 'expression_statement', 'children': ['366']}; {'id': '366', 'type': 'assignment', 'children': ['367', '368']}, {'id': '367', 'type': 'identifier', 'children': [], 'value': 'dst'}; {'id': '368', 'type': 'identifier', 'children': [], 'value': 'nodePort'}, {'id': '369', 'type': 'expression_statement', 'children': ['370']}; {'id': '370', 'type': 'call', 'children': ['371', '374']}, {'id': '371', 'type': 'attribute', 'children': ['372', '373']}; {'id': '372', 'type': 'identifier', 'children': [], 'value': 'root'}, {'id': '373', 'type': 'identifier', 'children': [], 'value': 'addEdge'}; {'id': '374', 'type': 'argument_list', 'children': ['375', '376', '377', '383']}, {'id': '375', 'type': 'identifier', 'children': [], 'value': 'src'}; {'id': '376', 'type': 'identifier', 'children': [], 'value': 'dst'}, {'id': '377', 'type': 'keyword_argument', 'children': ['378', '379']}; {'id': '378', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '379', 'type': 'call', 'children': ['380', '381']}; {'id': '380', 'type': 'identifier', 'children': [], 'value': 'repr'}, {'id': '381', 'type': 'argument_list', 'children': ['382']}; {'id': '382', 'type': 'identifier', 'children': [], 'value': 'intf'}, {'id': '383', 'type': 'keyword_argument', 'children': ['384', '385']}; {'id': '384', 'type': 'identifier', 'children': [], 'value': 'originObj'}, {'id': '385', 'type': 'identifier', 'children': [], 'value': 'intf'}; {'id': '386', 'type': 'return_statement', 'children': ['387']}, {'id': '387', 'type': 'identifier', 'children': [], 'value': 'root'} | def UnitToLNode(u: Unit, node: Optional[LNode]=None,
toL: Optional[dict]=None,
optimizations=[]) -> LNode:
if toL is None:
toL = {}
if node is None:
root = LNode(name=u._name, originObj=u, node2lnode=toL)
else:
root = node
stmPorts = {}
netCtx = NetCtxs(root)
for su in u._units:
n = root.addNode(name=su._name, originObj=su)
UnitToLNode(su, n, toL, optimizations)
for stm in u._ctx.statements:
n = addStmAsLNode(root, stm, stmPorts, netCtx)
for intf in u._interfaces:
addPort(root, intf)
for stm in u._ctx.statements:
n = toL.get(stm, None)
if n is not None:
if isinstance(n, VirtualLNode):
p = None
else:
p = stmPorts[n]
r = StatementRenderer(n, toL, p, netCtx)
r.renderContent()
for s in u._ctx.signals:
if not s.hidden:
net, _ = netCtx.getDefault(s)
for e in s.endpoints:
if isinstance(e, PortItem):
net.addEndpoint(toL[e])
for d in s.drivers:
if isinstance(d, PortItem):
net.addDriver(toL[d])
netCtx.applyConnections(root)
for opt in optimizations:
opt(root)
isRootOfWholeGraph = root.parent is None
if not isRootOfWholeGraph:
for intf in u._interfaces:
ext_p = toL[originObjOfPort(intf)].parentNode
nodePort = addPortToLNode(root, intf)
if intf._direction == INTF_DIRECTION.SLAVE:
src = nodePort
dst = ext_p.addPort("", PortType.INPUT, PortSide.WEST)
else:
src = ext_p.addPort("", PortType.OUTPUT, PortSide.EAST)
dst = nodePort
root.addEdge(src, dst, name=repr(intf), originObj=intf)
return root |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '6']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'get_hypergeometric_stats'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'N'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'indices'}; {'id': '6', 'type': 'block', 'children': ['7', '17', '38', '44', '60', '76', '82', '88', '92', '96', '100', '221']}, {'id': '7', 'type': 'assert_statement', 'children': ['8']}; {'id': '8', 'type': 'call', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'isinstance'}; {'id': '10', 'type': 'argument_list', 'children': ['11', '12']}, {'id': '11', 'type': 'identifier', 'children': [], 'value': 'N'}; {'id': '12', 'type': 'tuple', 'children': ['13', '14']}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'int'}; {'id': '14', 'type': 'attribute', 'children': ['15', '16']}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'np'}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'integer'}, {'id': '17', 'type': 'assert_statement', 'children': ['18']}; {'id': '18', 'type': 'boolean_operator', 'children': ['19', '26', '27'], 'value': 'and'}, {'id': '19', 'type': 'call', 'children': ['20', '21']}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'isinstance'}, {'id': '21', 'type': 'argument_list', 'children': ['22', '23']}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'indices'}, {'id': '23', 'type': 'attribute', 'children': ['24', '25']}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'np'}, {'id': '25', 'type': 'identifier', 'children': [], 'value': 'ndarray'}; {'id': '26', 'type': 'line_continuation', 'children': [], 'value': '\\'}, {'id': '27', 'type': 'call', 'children': ['28', '31']}; {'id': '28', 'type': 'attribute', 'children': ['29', '30']}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'np'}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'issubdtype'}, {'id': '31', 'type': 'argument_list', 'children': ['32', '35']}; {'id': '32', 'type': 'attribute', 'children': ['33', '34']}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'indices'}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'dtype'}, {'id': '35', 'type': 'attribute', 'children': ['36', '37']}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'np'}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'uint16'}; {'id': '38', 'type': 'expression_statement', 'children': ['39']}, {'id': '39', 'type': 'assignment', 'children': ['40', '41']}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'K'}, {'id': '41', 'type': 'attribute', 'children': ['42', '43']}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'indices'}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'size'}; {'id': '44', 'type': 'expression_statement', 'children': ['45']}, {'id': '45', 'type': 'assignment', 'children': ['46', '47']}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'pvals'}, {'id': '47', 'type': 'call', 'children': ['48', '51']}; {'id': '48', 'type': 'attribute', 'children': ['49', '50']}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'np'}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'empty'}, {'id': '51', 'type': 'argument_list', 'children': ['52', '55']}; {'id': '52', 'type': 'binary_operator', 'children': ['53', '54'], 'value': '+'}, {'id': '53', 'type': 'identifier', 'children': [], 'value': 'N'}; {'id': '54', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '55', 'type': 'keyword_argument', 'children': ['56', '57']}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'dtype'}, {'id': '57', 'type': 'attribute', 'children': ['58', '59']}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'np'}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'float64'}; {'id': '60', 'type': 'expression_statement', 'children': ['61']}, {'id': '61', 'type': 'assignment', 'children': ['62', '63']}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'folds'}, {'id': '63', 'type': 'call', 'children': ['64', '67']}; {'id': '64', 'type': 'attribute', 'children': ['65', '66']}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'np'}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'empty'}, {'id': '67', 'type': 'argument_list', 'children': ['68', '71']}; {'id': '68', 'type': 'binary_operator', 'children': ['69', '70'], 'value': '+'}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'N'}; {'id': '70', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '71', 'type': 'keyword_argument', 'children': ['72', '73']}; {'id': '72', 'type': 'identifier', 'children': [], 'value': 'dtype'}, {'id': '73', 'type': 'attribute', 'children': ['74', '75']}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'np'}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'float64'}; {'id': '76', 'type': 'expression_statement', 'children': ['77']}, {'id': '77', 'type': 'assignment', 'children': ['78', '81']}; {'id': '78', 'type': 'subscript', 'children': ['79', '80']}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'pvals'}; {'id': '80', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '81', 'type': 'float', 'children': [], 'value': '1.0'}; {'id': '82', 'type': 'expression_statement', 'children': ['83']}, {'id': '83', 'type': 'assignment', 'children': ['84', '87']}; {'id': '84', 'type': 'subscript', 'children': ['85', '86']}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'folds'}; {'id': '86', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '87', 'type': 'float', 'children': [], 'value': '1.0'}; {'id': '88', 'type': 'expression_statement', 'children': ['89']}, {'id': '89', 'type': 'assignment', 'children': ['90', '91']}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '91', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '92', 'type': 'expression_statement', 'children': ['93']}, {'id': '93', 'type': 'assignment', 'children': ['94', '95']}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'k'}, {'id': '95', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '96', 'type': 'expression_statement', 'children': ['97']}, {'id': '97', 'type': 'assignment', 'children': ['98', '99']}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'p'}, {'id': '99', 'type': 'float', 'children': [], 'value': '1.0'}; {'id': '100', 'type': 'while_statement', 'children': ['101', '104']}, {'id': '101', 'type': 'comparison_operator', 'children': ['102', '103'], 'value': '<'}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'N'}; {'id': '104', 'type': 'block', 'children': ['105', '187', '191', '204']}, {'id': '105', 'type': 'if_statement', 'children': ['106', '115', '150']}; {'id': '106', 'type': 'boolean_operator', 'children': ['107', '110'], 'value': 'and'}, {'id': '107', 'type': 'comparison_operator', 'children': ['108', '109'], 'value': '<'}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'k'}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'K'}; {'id': '110', 'type': 'comparison_operator', 'children': ['111', '114'], 'value': '=='}, {'id': '111', 'type': 'subscript', 'children': ['112', '113']}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'indices'}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'k'}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '115', 'type': 'block', 'children': ['116', '146']}; {'id': '116', 'type': 'expression_statement', 'children': ['117']}, {'id': '117', 'type': 'augmented_assignment', 'children': ['118', '119'], 'value': '*='}; {'id': '118', 'type': 'identifier', 'children': [], 'value': 'p'}, {'id': '119', 'type': 'parenthesized_expression', 'children': ['120']}; {'id': '120', 'type': 'binary_operator', 'children': ['121', '133', '134'], 'value': '/'}, {'id': '121', 'type': 'call', 'children': ['122', '123']}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'float'}, {'id': '123', 'type': 'argument_list', 'children': ['124']}; {'id': '124', 'type': 'binary_operator', 'children': ['125', '129'], 'value': '*'}, {'id': '125', 'type': 'parenthesized_expression', 'children': ['126']}; {'id': '126', 'type': 'binary_operator', 'children': ['127', '128'], 'value': '+'}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'n'}; {'id': '128', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '129', 'type': 'parenthesized_expression', 'children': ['130']}; {'id': '130', 'type': 'binary_operator', 'children': ['131', '132'], 'value': '-'}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'K'}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'k'}, {'id': '133', 'type': 'line_continuation', 'children': [], 'value': '\\'}; {'id': '134', 'type': 'call', 'children': ['135', '136']}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'float'}; {'id': '136', 'type': 'argument_list', 'children': ['137']}, {'id': '137', 'type': 'binary_operator', 'children': ['138', '142'], 'value': '*'}; {'id': '138', 'type': 'parenthesized_expression', 'children': ['139']}, {'id': '139', 'type': 'binary_operator', 'children': ['140', '141'], 'value': '-'}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'N'}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'n'}; {'id': '142', 'type': 'parenthesized_expression', 'children': ['143']}, {'id': '143', 'type': 'binary_operator', 'children': ['144', '145'], 'value': '+'}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'k'}, {'id': '145', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '146', 'type': 'expression_statement', 'children': ['147']}, {'id': '147', 'type': 'augmented_assignment', 'children': ['148', '149'], 'value': '+='}; {'id': '148', 'type': 'identifier', 'children': [], 'value': 'k'}, {'id': '149', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '150', 'type': 'else_clause', 'children': ['151']}, {'id': '151', 'type': 'block', 'children': ['152']}; {'id': '152', 'type': 'expression_statement', 'children': ['153']}, {'id': '153', 'type': 'augmented_assignment', 'children': ['154', '155'], 'value': '*='}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'p'}, {'id': '155', 'type': 'parenthesized_expression', 'children': ['156']}; {'id': '156', 'type': 'binary_operator', 'children': ['157', '173'], 'value': '/'}, {'id': '157', 'type': 'call', 'children': ['158', '159']}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'float'}, {'id': '159', 'type': 'argument_list', 'children': ['160']}; {'id': '160', 'type': 'binary_operator', 'children': ['161', '165'], 'value': '*'}, {'id': '161', 'type': 'parenthesized_expression', 'children': ['162']}; {'id': '162', 'type': 'binary_operator', 'children': ['163', '164'], 'value': '+'}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'n'}; {'id': '164', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '165', 'type': 'parenthesized_expression', 'children': ['166']}; {'id': '166', 'type': 'binary_operator', 'children': ['167', '172'], 'value': '+'}, {'id': '167', 'type': 'binary_operator', 'children': ['168', '171'], 'value': '-'}; {'id': '168', 'type': 'binary_operator', 'children': ['169', '170'], 'value': '-'}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'N'}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'K'}, {'id': '171', 'type': 'identifier', 'children': [], 'value': 'n'}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'k'}, {'id': '173', 'type': 'call', 'children': ['174', '175']}; {'id': '174', 'type': 'identifier', 'children': [], 'value': 'float'}, {'id': '175', 'type': 'argument_list', 'children': ['176']}; {'id': '176', 'type': 'binary_operator', 'children': ['177', '181'], 'value': '*'}, {'id': '177', 'type': 'parenthesized_expression', 'children': ['178']}; {'id': '178', 'type': 'binary_operator', 'children': ['179', '180'], 'value': '-'}, {'id': '179', 'type': 'identifier', 'children': [], 'value': 'N'}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '181', 'type': 'parenthesized_expression', 'children': ['182']}; {'id': '182', 'type': 'binary_operator', 'children': ['183', '186'], 'value': '+'}, {'id': '183', 'type': 'binary_operator', 'children': ['184', '185'], 'value': '-'}; {'id': '184', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '185', 'type': 'identifier', 'children': [], 'value': 'k'}; {'id': '186', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '187', 'type': 'expression_statement', 'children': ['188']}; {'id': '188', 'type': 'augmented_assignment', 'children': ['189', '190'], 'value': '+='}, {'id': '189', 'type': 'identifier', 'children': [], 'value': 'n'}; {'id': '190', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '191', 'type': 'expression_statement', 'children': ['192']}; {'id': '192', 'type': 'assignment', 'children': ['193', '196']}, {'id': '193', 'type': 'subscript', 'children': ['194', '195']}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'pvals'}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'n'}; {'id': '196', 'type': 'call', 'children': ['197', '198']}, {'id': '197', 'type': 'identifier', 'children': [], 'value': 'get_hgp'}; {'id': '198', 'type': 'argument_list', 'children': ['199', '200', '201', '202', '203']}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'p'}; {'id': '200', 'type': 'identifier', 'children': [], 'value': 'k'}, {'id': '201', 'type': 'identifier', 'children': [], 'value': 'N'}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'K'}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'n'}; {'id': '204', 'type': 'expression_statement', 'children': ['205']}, {'id': '205', 'type': 'assignment', 'children': ['206', '209']}; {'id': '206', 'type': 'subscript', 'children': ['207', '208']}, {'id': '207', 'type': 'identifier', 'children': [], 'value': 'folds'}; {'id': '208', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '209', 'type': 'binary_operator', 'children': ['210', '211'], 'value': '/'}; {'id': '210', 'type': 'identifier', 'children': [], 'value': 'k'}, {'id': '211', 'type': 'parenthesized_expression', 'children': ['212']}; {'id': '212', 'type': 'binary_operator', 'children': ['213', '214'], 'value': '*'}, {'id': '213', 'type': 'identifier', 'children': [], 'value': 'K'}; {'id': '214', 'type': 'parenthesized_expression', 'children': ['215']}, {'id': '215', 'type': 'binary_operator', 'children': ['216', '217'], 'value': '/'}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '217', 'type': 'call', 'children': ['218', '219']}; {'id': '218', 'type': 'identifier', 'children': [], 'value': 'float'}, {'id': '219', 'type': 'argument_list', 'children': ['220']}; {'id': '220', 'type': 'identifier', 'children': [], 'value': 'N'}, {'id': '221', 'type': 'return_statement', 'children': ['222']}; {'id': '222', 'type': 'expression_list', 'children': ['223', '224']}, {'id': '223', 'type': 'identifier', 'children': [], 'value': 'pvals'} | def get_hypergeometric_stats(N, indices):
assert isinstance(N, (int, np.integer))
assert isinstance(indices, np.ndarray) and \
np.issubdtype(indices.dtype, np.uint16)
K = indices.size
pvals = np.empty(N+1, dtype=np.float64)
folds = np.empty(N+1, dtype=np.float64)
pvals[0] = 1.0
folds[0] = 1.0
n = 0
k = 0
p = 1.0
while n < N:
if k < K and indices[k] == n:
p *= (float((n+1) * (K-k)) / \
float((N-n) * (k+1)))
k += 1
else:
p *= (float((n+1) * (N-K-n+k)) /
float((N-n) * (n-k+1)))
n += 1
pvals[n] = get_hgp(p, k, N, K, n)
folds[n] = k / (K*(n/float(N)))
return pvals, folds |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '6']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'purge_existing_ovb'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'nova_api'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'neutron'}; {'id': '6', 'type': 'block', 'children': ['7', '14', '55', '137', '228']}, {'id': '7', 'type': 'expression_statement', 'children': ['8']}; {'id': '8', 'type': 'call', 'children': ['9', '12']}, {'id': '9', 'type': 'attribute', 'children': ['10', '11']}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'LOG'}, {'id': '11', 'type': 'identifier', 'children': [], 'value': 'info'}; {'id': '12', 'type': 'argument_list', 'children': ['13']}, {'id': '13', 'type': 'string', 'children': [], 'value': "'Cleaning up OVB environment from the tenant.'"}; {'id': '14', 'type': 'for_statement', 'children': ['15', '16', '23']}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'server'}; {'id': '16', 'type': 'call', 'children': ['17', '22']}, {'id': '17', 'type': 'attribute', 'children': ['18', '21']}; {'id': '18', 'type': 'attribute', 'children': ['19', '20']}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'nova_api'}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'servers'}, {'id': '21', 'type': 'identifier', 'children': [], 'value': 'list'}; {'id': '22', 'type': 'argument_list', 'children': []}, {'id': '23', 'type': 'block', 'children': ['24', '39']}; {'id': '24', 'type': 'if_statement', 'children': ['25', '32']}, {'id': '25', 'type': 'comparison_operator', 'children': ['26', '29'], 'value': 'in'}; {'id': '26', 'type': 'attribute', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'server'}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '29', 'type': 'tuple', 'children': ['30', '31']}; {'id': '30', 'type': 'string', 'children': [], 'value': "'bmc'"}, {'id': '31', 'type': 'string', 'children': [], 'value': "'undercloud'"}; {'id': '32', 'type': 'block', 'children': ['33']}, {'id': '33', 'type': 'expression_statement', 'children': ['34']}; {'id': '34', 'type': 'call', 'children': ['35', '38']}, {'id': '35', 'type': 'attribute', 'children': ['36', '37']}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'server'}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'delete'}; {'id': '38', 'type': 'argument_list', 'children': []}, {'id': '39', 'type': 'if_statement', 'children': ['40', '48']}; {'id': '40', 'type': 'call', 'children': ['41', '46']}, {'id': '41', 'type': 'attribute', 'children': ['42', '45']}; {'id': '42', 'type': 'attribute', 'children': ['43', '44']}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'server'}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'startswith'}; {'id': '46', 'type': 'argument_list', 'children': ['47']}, {'id': '47', 'type': 'string', 'children': [], 'value': "'baremetal_'"}; {'id': '48', 'type': 'block', 'children': ['49']}, {'id': '49', 'type': 'expression_statement', 'children': ['50']}; {'id': '50', 'type': 'call', 'children': ['51', '54']}, {'id': '51', 'type': 'attribute', 'children': ['52', '53']}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'server'}, {'id': '53', 'type': 'identifier', 'children': [], 'value': 'delete'}; {'id': '54', 'type': 'argument_list', 'children': []}, {'id': '55', 'type': 'for_statement', 'children': ['56', '57', '67']}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'router'}, {'id': '57', 'type': 'call', 'children': ['58', '65']}; {'id': '58', 'type': 'attribute', 'children': ['59', '64']}, {'id': '59', 'type': 'call', 'children': ['60', '63']}; {'id': '60', 'type': 'attribute', 'children': ['61', '62']}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'neutron'}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'list_routers'}, {'id': '63', 'type': 'argument_list', 'children': []}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '65', 'type': 'argument_list', 'children': ['66']}; {'id': '66', 'type': 'string', 'children': [], 'value': "'routers'"}, {'id': '67', 'type': 'block', 'children': ['68', '78']}; {'id': '68', 'type': 'if_statement', 'children': ['69', '76']}, {'id': '69', 'type': 'comparison_operator', 'children': ['70', '73'], 'value': 'not'}; {'id': '70', 'type': 'subscript', 'children': ['71', '72']}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'router'}; {'id': '72', 'type': 'string', 'children': [], 'value': "'name'"}, {'id': '73', 'type': 'tuple', 'children': ['74', '75']}; {'id': '74', 'type': 'string', 'children': [], 'value': "'router'"}, {'id': '75', 'type': 'string', 'children': [], 'value': "'bmc_router'"}; {'id': '76', 'type': 'block', 'children': ['77']}, {'id': '77', 'type': 'continue_statement', 'children': []}; {'id': '78', 'type': 'for_statement', 'children': ['79', '80', '90']}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'subnet'}; {'id': '80', 'type': 'call', 'children': ['81', '88']}, {'id': '81', 'type': 'attribute', 'children': ['82', '87']}; {'id': '82', 'type': 'call', 'children': ['83', '86']}, {'id': '83', 'type': 'attribute', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'neutron'}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'list_subnets'}; {'id': '86', 'type': 'argument_list', 'children': []}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '88', 'type': 'argument_list', 'children': ['89']}, {'id': '89', 'type': 'string', 'children': [], 'value': "'subnets'"}; {'id': '90', 'type': 'block', 'children': ['91', '110']}, {'id': '91', 'type': 'if_statement', 'children': ['92', '108']}; {'id': '92', 'type': 'not_operator', 'children': ['93']}, {'id': '93', 'type': 'parenthesized_expression', 'children': ['94']}; {'id': '94', 'type': 'boolean_operator', 'children': ['95', '103'], 'value': 'or'}, {'id': '95', 'type': 'call', 'children': ['96', '101']}; {'id': '96', 'type': 'attribute', 'children': ['97', '100']}, {'id': '97', 'type': 'subscript', 'children': ['98', '99']}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'subnet'}, {'id': '99', 'type': 'string', 'children': [], 'value': "'name'"}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'startswith'}, {'id': '101', 'type': 'argument_list', 'children': ['102']}; {'id': '102', 'type': 'string', 'children': [], 'value': "'bmc_eth'"}, {'id': '103', 'type': 'comparison_operator', 'children': ['104', '107'], 'value': '=='}; {'id': '104', 'type': 'subscript', 'children': ['105', '106']}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'subnet'}; {'id': '106', 'type': 'string', 'children': [], 'value': "'name'"}, {'id': '107', 'type': 'string', 'children': [], 'value': "'rdo-m-subnet'"}; {'id': '108', 'type': 'block', 'children': ['109']}, {'id': '109', 'type': 'continue_statement', 'children': []}; {'id': '110', 'type': 'try_statement', 'children': ['111', '127']}, {'id': '111', 'type': 'block', 'children': ['112']}; {'id': '112', 'type': 'expression_statement', 'children': ['113']}, {'id': '113', 'type': 'call', 'children': ['114', '117']}; {'id': '114', 'type': 'attribute', 'children': ['115', '116']}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'neutron'}; {'id': '116', 'type': 'identifier', 'children': [], 'value': 'remove_interface_router'}, {'id': '117', 'type': 'argument_list', 'children': ['118', '121']}; {'id': '118', 'type': 'subscript', 'children': ['119', '120']}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'router'}; {'id': '120', 'type': 'string', 'children': [], 'value': "'id'"}, {'id': '121', 'type': 'dictionary', 'children': ['122']}; {'id': '122', 'type': 'pair', 'children': ['123', '124']}, {'id': '123', 'type': 'string', 'children': [], 'value': "'subnet_id'"}; {'id': '124', 'type': 'subscript', 'children': ['125', '126']}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'subnet'}; {'id': '126', 'type': 'string', 'children': [], 'value': "'id'"}, {'id': '127', 'type': 'except_clause', 'children': ['128', '135']}; {'id': '128', 'type': 'attribute', 'children': ['129', '134']}, {'id': '129', 'type': 'attribute', 'children': ['130', '133']}; {'id': '130', 'type': 'attribute', 'children': ['131', '132']}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'neutronclient'}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'common'}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'exceptions'}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'NotFound'}, {'id': '135', 'type': 'block', 'children': ['136']}; {'id': '136', 'type': 'pass_statement', 'children': []}, {'id': '137', 'type': 'try_statement', 'children': ['138', '224']}; {'id': '138', 'type': 'block', 'children': ['139', '157', '215']}, {'id': '139', 'type': 'expression_statement', 'children': ['140']}; {'id': '140', 'type': 'assignment', 'children': ['141', '142']}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'bmc_router'}; {'id': '142', 'type': 'subscript', 'children': ['143', '156']}, {'id': '143', 'type': 'call', 'children': ['144', '154']}; {'id': '144', 'type': 'attribute', 'children': ['145', '153']}, {'id': '145', 'type': 'call', 'children': ['146', '149']}; {'id': '146', 'type': 'attribute', 'children': ['147', '148']}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'neutron'}; {'id': '148', 'type': 'identifier', 'children': [], 'value': 'list_routers'}, {'id': '149', 'type': 'argument_list', 'children': ['150']}; {'id': '150', 'type': 'keyword_argument', 'children': ['151', '152']}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '152', 'type': 'string', 'children': [], 'value': "'bmc_router'"}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '154', 'type': 'argument_list', 'children': ['155']}, {'id': '155', 'type': 'string', 'children': [], 'value': "'routers'"}; {'id': '156', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '157', 'type': 'for_statement', 'children': ['158', '159', '171']}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'port'}, {'id': '159', 'type': 'subscript', 'children': ['160', '170']}; {'id': '160', 'type': 'call', 'children': ['161', '164']}, {'id': '161', 'type': 'attribute', 'children': ['162', '163']}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'neutron'}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'list_ports'}; {'id': '164', 'type': 'argument_list', 'children': ['165']}, {'id': '165', 'type': 'keyword_argument', 'children': ['166', '167']}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'device_id'}, {'id': '167', 'type': 'subscript', 'children': ['168', '169']}; {'id': '168', 'type': 'identifier', 'children': [], 'value': 'bmc_router'}, {'id': '169', 'type': 'string', 'children': [], 'value': "'id'"}; {'id': '170', 'type': 'string', 'children': [], 'value': "'ports'"}, {'id': '171', 'type': 'block', 'children': ['172', '183', '205']}; {'id': '172', 'type': 'if_statement', 'children': ['173', '181']}, {'id': '173', 'type': 'comparison_operator', 'children': ['174', '180'], 'value': '=='}; {'id': '174', 'type': 'call', 'children': ['175', '178']}, {'id': '175', 'type': 'attribute', 'children': ['176', '177']}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'port'}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '178', 'type': 'argument_list', 'children': ['179']}, {'id': '179', 'type': 'string', 'children': [], 'value': "'device_owner'"}; {'id': '180', 'type': 'string', 'children': [], 'value': "'network:router_gateway'"}, {'id': '181', 'type': 'block', 'children': ['182']}; {'id': '182', 'type': 'continue_statement', 'children': []}, {'id': '183', 'type': 'expression_statement', 'children': ['184']}; {'id': '184', 'type': 'assignment', 'children': ['185', '186']}, {'id': '185', 'type': 'identifier', 'children': [], 'value': 'info'}; {'id': '186', 'type': 'dictionary', 'children': ['187', '192', '197']}, {'id': '187', 'type': 'pair', 'children': ['188', '189']}; {'id': '188', 'type': 'string', 'children': [], 'value': "'id'"}, {'id': '189', 'type': 'subscript', 'children': ['190', '191']}; {'id': '190', 'type': 'identifier', 'children': [], 'value': 'router'}, {'id': '191', 'type': 'string', 'children': [], 'value': "'id'"}; {'id': '192', 'type': 'pair', 'children': ['193', '194']}, {'id': '193', 'type': 'string', 'children': [], 'value': "'port_id'"}; {'id': '194', 'type': 'subscript', 'children': ['195', '196']}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'port'}; {'id': '196', 'type': 'string', 'children': [], 'value': "'id'"}, {'id': '197', 'type': 'pair', 'children': ['198', '199']}; {'id': '198', 'type': 'string', 'children': [], 'value': "'tenant_id'"}, {'id': '199', 'type': 'call', 'children': ['200', '203']}; {'id': '200', 'type': 'attribute', 'children': ['201', '202']}, {'id': '201', 'type': 'identifier', 'children': [], 'value': 'bmc_router'}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '203', 'type': 'argument_list', 'children': ['204']}; {'id': '204', 'type': 'string', 'children': [], 'value': "'tenant_id'"}, {'id': '205', 'type': 'expression_statement', 'children': ['206']}; {'id': '206', 'type': 'call', 'children': ['207', '210']}, {'id': '207', 'type': 'attribute', 'children': ['208', '209']}; {'id': '208', 'type': 'identifier', 'children': [], 'value': 'neutron'}, {'id': '209', 'type': 'identifier', 'children': [], 'value': 'remove_interface_router'}; {'id': '210', 'type': 'argument_list', 'children': ['211', '214']}, {'id': '211', 'type': 'subscript', 'children': ['212', '213']}; {'id': '212', 'type': 'identifier', 'children': [], 'value': 'bmc_router'}, {'id': '213', 'type': 'string', 'children': [], 'value': "'id'"}; {'id': '214', 'type': 'identifier', 'children': [], 'value': 'info'}, {'id': '215', 'type': 'expression_statement', 'children': ['216']}; {'id': '216', 'type': 'call', 'children': ['217', '220']}, {'id': '217', 'type': 'attribute', 'children': ['218', '219']}; {'id': '218', 'type': 'identifier', 'children': [], 'value': 'neutron'}, {'id': '219', 'type': 'identifier', 'children': [], 'value': 'delete_router'}; {'id': '220', 'type': 'argument_list', 'children': ['221']}, {'id': '221', 'type': 'subscript', 'children': ['222', '223']}; {'id': '222', 'type': 'identifier', 'children': [], 'value': 'bmc_router'}, {'id': '223', 'type': 'string', 'children': [], 'value': "'id'"}; {'id': '224', 'type': 'except_clause', 'children': ['225', '226']}, {'id': '225', 'type': 'identifier', 'children': [], 'value': 'IndexError'}; {'id': '226', 'type': 'block', 'children': ['227']}, {'id': '227', 'type': 'pass_statement', 'children': []}; {'id': '228', 'type': 'for_statement', 'children': ['229', '230', '235']}, {'id': '229', 'type': 'identifier', 'children': [], 'value': '_'}; {'id': '230', 'type': 'call', 'children': ['231', '232']}, {'id': '231', 'type': 'identifier', 'children': [], 'value': 'range'}; {'id': '232', 'type': 'argument_list', 'children': ['233', '234']}, {'id': '233', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '234', 'type': 'integer', 'children': [], 'value': '5'}, {'id': '235', 'type': 'block', 'children': ['236']}; {'id': '236', 'type': 'try_statement', 'children': ['237', '372', '395']}, {'id': '237', 'type': 'block', 'children': ['238', '267']}; {'id': '238', 'type': 'for_statement', 'children': ['239', '240', '247']}, {'id': '239', 'type': 'identifier', 'children': [], 'value': 'port'}; {'id': '240', 'type': 'subscript', 'children': ['241', '246']}, {'id': '241', 'type': 'call', 'children': ['242', '245']}; {'id': '242', 'type': 'attribute', 'children': ['243', '244']}, {'id': '243', 'type': 'identifier', 'children': [], 'value': 'neutron'}; {'id': '244', 'type': 'identifier', 'children': [], 'value': 'list_ports'}, {'id': '245', 'type': 'argument_list', 'children': []}; {'id': '246', 'type': 'string', 'children': [], 'value': "'ports'"}, {'id': '247', 'type': 'block', 'children': ['248']}; {'id': '248', 'type': 'if_statement', 'children': ['249', '257']}, {'id': '249', 'type': 'call', 'children': ['250', '255']}; {'id': '250', 'type': 'attribute', 'children': ['251', '254']}, {'id': '251', 'type': 'subscript', 'children': ['252', '253']}; {'id': '252', 'type': 'identifier', 'children': [], 'value': 'port'}, {'id': '253', 'type': 'string', 'children': [], 'value': "'name'"}; {'id': '254', 'type': 'identifier', 'children': [], 'value': 'endswith'}, {'id': '255', 'type': 'argument_list', 'children': ['256']}; {'id': '256', 'type': 'string', 'children': [], 'value': "'_provision'"}, {'id': '257', 'type': 'block', 'children': ['258']}; {'id': '258', 'type': 'expression_statement', 'children': ['259']}, {'id': '259', 'type': 'call', 'children': ['260', '263']}; {'id': '260', 'type': 'attribute', 'children': ['261', '262']}, {'id': '261', 'type': 'identifier', 'children': [], 'value': 'neutron'}; {'id': '262', 'type': 'identifier', 'children': [], 'value': 'delete_port'}, {'id': '263', 'type': 'argument_list', 'children': ['264']}; {'id': '264', 'type': 'subscript', 'children': ['265', '266']}, {'id': '265', 'type': 'identifier', 'children': [], 'value': 'port'}; {'id': '266', 'type': 'string', 'children': [], 'value': "'id'"}, {'id': '267', 'type': 'for_statement', 'children': ['268', '269', '279']}; {'id': '268', 'type': 'identifier', 'children': [], 'value': 'net'}, {'id': '269', 'type': 'call', 'children': ['270', '277']}; {'id': '270', 'type': 'attribute', 'children': ['271', '276']}, {'id': '271', 'type': 'call', 'children': ['272', '275']}; {'id': '272', 'type': 'attribute', 'children': ['273', '274']}, {'id': '273', 'type': 'identifier', 'children': [], 'value': 'neutron'}; {'id': '274', 'type': 'identifier', 'children': [], 'value': 'list_networks'}, {'id': '275', 'type': 'argument_list', 'children': []}; {'id': '276', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '277', 'type': 'argument_list', 'children': ['278']}; {'id': '278', 'type': 'string', 'children': [], 'value': "'networks'"}, {'id': '279', 'type': 'block', 'children': ['280', '292', '363']}; {'id': '280', 'type': 'if_statement', 'children': ['281', '290']}, {'id': '281', 'type': 'not_operator', 'children': ['282']}; {'id': '282', 'type': 'call', 'children': ['283', '288']}, {'id': '283', 'type': 'attribute', 'children': ['284', '287']}; {'id': '284', 'type': 'subscript', 'children': ['285', '286']}, {'id': '285', 'type': 'identifier', 'children': [], 'value': 'net'}; {'id': '286', 'type': 'string', 'children': [], 'value': "'name'"}, {'id': '287', 'type': 'identifier', 'children': [], 'value': 'startswith'}; {'id': '288', 'type': 'argument_list', 'children': ['289']}, {'id': '289', 'type': 'string', 'children': [], 'value': "'provision_'"}; {'id': '290', 'type': 'block', 'children': ['291']}, {'id': '291', 'type': 'continue_statement', 'children': []}; {'id': '292', 'type': 'for_statement', 'children': ['293', '294', '306']}, {'id': '293', 'type': 'identifier', 'children': [], 'value': 'port'}; {'id': '294', 'type': 'subscript', 'children': ['295', '305']}, {'id': '295', 'type': 'call', 'children': ['296', '299']}; {'id': '296', 'type': 'attribute', 'children': ['297', '298']}, {'id': '297', 'type': 'identifier', 'children': [], 'value': 'neutron'}; {'id': '298', 'type': 'identifier', 'children': [], 'value': 'list_ports'}, {'id': '299', 'type': 'argument_list', 'children': ['300']}; {'id': '300', 'type': 'keyword_argument', 'children': ['301', '302']}, {'id': '301', 'type': 'identifier', 'children': [], 'value': 'network_id'}; {'id': '302', 'type': 'subscript', 'children': ['303', '304']}, {'id': '303', 'type': 'identifier', 'children': [], 'value': 'net'}; {'id': '304', 'type': 'string', 'children': [], 'value': "'id'"}, {'id': '305', 'type': 'string', 'children': [], 'value': "'ports'"}; {'id': '306', 'type': 'block', 'children': ['307', '318', '339']}, {'id': '307', 'type': 'if_statement', 'children': ['308', '316']}; {'id': '308', 'type': 'comparison_operator', 'children': ['309', '315'], 'value': '=='}, {'id': '309', 'type': 'call', 'children': ['310', '313']}; {'id': '310', 'type': 'attribute', 'children': ['311', '312']}, {'id': '311', 'type': 'identifier', 'children': [], 'value': 'port'}; {'id': '312', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '313', 'type': 'argument_list', 'children': ['314']}; {'id': '314', 'type': 'string', 'children': [], 'value': "'device_owner'"}, {'id': '315', 'type': 'string', 'children': [], 'value': "'network:router_interface'"}; {'id': '316', 'type': 'block', 'children': ['317']}, {'id': '317', 'type': 'continue_statement', 'children': []}; {'id': '318', 'type': 'try_statement', 'children': ['319', '329']}, {'id': '319', 'type': 'block', 'children': ['320']}; {'id': '320', 'type': 'expression_statement', 'children': ['321']}, {'id': '321', 'type': 'call', 'children': ['322', '325']}; {'id': '322', 'type': 'attribute', 'children': ['323', '324']}, {'id': '323', 'type': 'identifier', 'children': [], 'value': 'neutron'}; {'id': '324', 'type': 'identifier', 'children': [], 'value': 'delete_port'}, {'id': '325', 'type': 'argument_list', 'children': ['326']}; {'id': '326', 'type': 'subscript', 'children': ['327', '328']}, {'id': '327', 'type': 'identifier', 'children': [], 'value': 'port'}; {'id': '328', 'type': 'string', 'children': [], 'value': "'id'"}, {'id': '329', 'type': 'except_clause', 'children': ['330', '337']}; {'id': '330', 'type': 'attribute', 'children': ['331', '336']}, {'id': '331', 'type': 'attribute', 'children': ['332', '335']}; {'id': '332', 'type': 'attribute', 'children': ['333', '334']}, {'id': '333', 'type': 'identifier', 'children': [], 'value': 'neutronclient'}; {'id': '334', 'type': 'identifier', 'children': [], 'value': 'common'}, {'id': '335', 'type': 'identifier', 'children': [], 'value': 'exceptions'}; {'id': '336', 'type': 'identifier', 'children': [], 'value': 'PortNotFoundClient'}, {'id': '337', 'type': 'block', 'children': ['338']}; {'id': '338', 'type': 'pass_statement', 'children': []}, {'id': '339', 'type': 'for_statement', 'children': ['340', '341', '353']}; {'id': '340', 'type': 'identifier', 'children': [], 'value': 'subnet'}, {'id': '341', 'type': 'subscript', 'children': ['342', '352']}; {'id': '342', 'type': 'call', 'children': ['343', '346']}, {'id': '343', 'type': 'attribute', 'children': ['344', '345']}; {'id': '344', 'type': 'identifier', 'children': [], 'value': 'neutron'}, {'id': '345', 'type': 'identifier', 'children': [], 'value': 'list_subnets'}; {'id': '346', 'type': 'argument_list', 'children': ['347']}, {'id': '347', 'type': 'keyword_argument', 'children': ['348', '349']}; {'id': '348', 'type': 'identifier', 'children': [], 'value': 'network_id'}, {'id': '349', 'type': 'subscript', 'children': ['350', '351']}; {'id': '350', 'type': 'identifier', 'children': [], 'value': 'net'}, {'id': '351', 'type': 'string', 'children': [], 'value': "'id'"}; {'id': '352', 'type': 'string', 'children': [], 'value': "'subnets'"}, {'id': '353', 'type': 'block', 'children': ['354']}; {'id': '354', 'type': 'expression_statement', 'children': ['355']}, {'id': '355', 'type': 'call', 'children': ['356', '359']}; {'id': '356', 'type': 'attribute', 'children': ['357', '358']}, {'id': '357', 'type': 'identifier', 'children': [], 'value': 'neutron'}; {'id': '358', 'type': 'identifier', 'children': [], 'value': 'delete_subnet'}, {'id': '359', 'type': 'argument_list', 'children': ['360']}; {'id': '360', 'type': 'subscript', 'children': ['361', '362']}, {'id': '361', 'type': 'identifier', 'children': [], 'value': 'subnet'}; {'id': '362', 'type': 'string', 'children': [], 'value': "'id'"}, {'id': '363', 'type': 'expression_statement', 'children': ['364']}; {'id': '364', 'type': 'call', 'children': ['365', '368']}, {'id': '365', 'type': 'attribute', 'children': ['366', '367']}; {'id': '366', 'type': 'identifier', 'children': [], 'value': 'neutron'}, {'id': '367', 'type': 'identifier', 'children': [], 'value': 'delete_network'}; {'id': '368', 'type': 'argument_list', 'children': ['369']}, {'id': '369', 'type': 'subscript', 'children': ['370', '371']}; {'id': '370', 'type': 'identifier', 'children': [], 'value': 'net'}, {'id': '371', 'type': 'string', 'children': [], 'value': "'id'"}; {'id': '372', 'type': 'except_clause', 'children': ['373', '380']}, {'id': '373', 'type': 'attribute', 'children': ['374', '379']}; {'id': '374', 'type': 'attribute', 'children': ['375', '378']}, {'id': '375', 'type': 'attribute', 'children': ['376', '377']}; {'id': '376', 'type': 'identifier', 'children': [], 'value': 'neutronclient'}, {'id': '377', 'type': 'identifier', 'children': [], 'value': 'common'}; {'id': '378', 'type': 'identifier', 'children': [], 'value': 'exceptions'}, {'id': '379', 'type': 'identifier', 'children': [], 'value': 'Conflict'}; {'id': '380', 'type': 'block', 'children': ['381', '388']}, {'id': '381', 'type': 'expression_statement', 'children': ['382']}; {'id': '382', 'type': 'call', 'children': ['383', '386']}, {'id': '383', 'type': 'attribute', 'children': ['384', '385']}; {'id': '384', 'type': 'identifier', 'children': [], 'value': 'LOG'}, {'id': '385', 'type': 'identifier', 'children': [], 'value': 'debug'}; {'id': '386', 'type': 'argument_list', 'children': ['387']}, {'id': '387', 'type': 'string', 'children': [], 'value': "'waiting for all the ports to be freed...'"}; {'id': '388', 'type': 'expression_statement', 'children': ['389']}, {'id': '389', 'type': 'call', 'children': ['390', '393']}; {'id': '390', 'type': 'attribute', 'children': ['391', '392']}, {'id': '391', 'type': 'identifier', 'children': [], 'value': 'time'}; {'id': '392', 'type': 'identifier', 'children': [], 'value': 'sleep'}, {'id': '393', 'type': 'argument_list', 'children': ['394']}; {'id': '394', 'type': 'integer', 'children': [], 'value': '5'}, {'id': '395', 'type': 'else_clause', 'children': ['396']}; {'id': '396', 'type': 'block', 'children': ['397']}, {'id': '397', 'type': 'return_statement', 'children': []} | def purge_existing_ovb(nova_api, neutron):
LOG.info('Cleaning up OVB environment from the tenant.')
for server in nova_api.servers.list():
if server.name in ('bmc', 'undercloud'):
server.delete()
if server.name.startswith('baremetal_'):
server.delete()
for router in neutron.list_routers().get('routers'):
if router['name'] not in ('router', 'bmc_router'):
continue
for subnet in neutron.list_subnets().get('subnets'):
if not (subnet['name'].startswith('bmc_eth') or subnet['name'] == 'rdo-m-subnet'):
continue
try:
neutron.remove_interface_router(router['id'], {'subnet_id': subnet['id']})
except neutronclient.common.exceptions.NotFound:
pass
try:
bmc_router = neutron.list_routers(name='bmc_router').get('routers')[0]
for port in neutron.list_ports(device_id=bmc_router['id'])['ports']:
if port.get('device_owner') == 'network:router_gateway':
continue
info = {'id': router['id'],
'port_id': port['id'],
'tenant_id': bmc_router.get('tenant_id'),
}
neutron.remove_interface_router(bmc_router['id'], info)
neutron.delete_router(bmc_router['id'])
except IndexError:
pass
for _ in range(0, 5):
try:
for port in neutron.list_ports()['ports']:
if port['name'].endswith('_provision'):
neutron.delete_port(port['id'])
for net in neutron.list_networks().get('networks'):
if not net['name'].startswith('provision_'):
continue
for port in neutron.list_ports(network_id=net['id'])['ports']:
if port.get('device_owner') == 'network:router_interface':
continue
try:
neutron.delete_port(port['id'])
except neutronclient.common.exceptions.PortNotFoundClient:
pass
for subnet in neutron.list_subnets(network_id=net['id'])['subnets']:
neutron.delete_subnet(subnet['id'])
neutron.delete_network(net['id'])
except neutronclient.common.exceptions.Conflict:
LOG.debug('waiting for all the ports to be freed...')
time.sleep(5)
else:
return |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '8']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'reduceUselessAssignments'}, {'id': '3', 'type': 'parameters', 'children': ['4']}; {'id': '4', 'type': 'typed_parameter', 'children': ['5', '6']}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'root'}; {'id': '6', 'type': 'type', 'children': ['7']}, {'id': '7', 'type': 'identifier', 'children': [], 'value': 'LNode'}; {'id': '8', 'type': 'block', 'children': ['9', '25', '29', '223']}, {'id': '9', 'type': 'for_statement', 'children': ['10', '11', '14']}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '11', 'type': 'attribute', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'root'}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'children'}; {'id': '14', 'type': 'block', 'children': ['15']}, {'id': '15', 'type': 'if_statement', 'children': ['16', '19']}; {'id': '16', 'type': 'attribute', 'children': ['17', '18']}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'n'}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '19', 'type': 'block', 'children': ['20']}; {'id': '20', 'type': 'expression_statement', 'children': ['21']}, {'id': '21', 'type': 'call', 'children': ['22', '23']}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'reduceUselessAssignments'}, {'id': '23', 'type': 'argument_list', 'children': ['24']}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '25', 'type': 'expression_statement', 'children': ['26']}; {'id': '26', 'type': 'assignment', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'do_update'}; {'id': '28', 'type': 'False', 'children': []}, {'id': '29', 'type': 'for_statement', 'children': ['30', '31', '34']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '31', 'type': 'attribute', 'children': ['32', '33']}; {'id': '32', 'type': 'identifier', 'children': [], 'value': 'root'}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'children'}; {'id': '34', 'type': 'block', 'children': ['35']}, {'id': '35', 'type': 'if_statement', 'children': ['36', '61']}; {'id': '36', 'type': 'boolean_operator', 'children': ['37', '52', '53'], 'value': 'and'}, {'id': '37', 'type': 'boolean_operator', 'children': ['38', '45', '46'], 'value': 'and'}; {'id': '38', 'type': 'call', 'children': ['39', '40']}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'isinstance'}; {'id': '40', 'type': 'argument_list', 'children': ['41', '44']}, {'id': '41', 'type': 'attribute', 'children': ['42', '43']}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'originObj'}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'Assignment'}, {'id': '45', 'type': 'line_continuation', 'children': [], 'value': '\\'}; {'id': '46', 'type': 'not_operator', 'children': ['47']}, {'id': '47', 'type': 'attribute', 'children': ['48', '51']}; {'id': '48', 'type': 'attribute', 'children': ['49', '50']}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'n'}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'originObj'}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'indexes'}; {'id': '52', 'type': 'line_continuation', 'children': [], 'value': '\\'}, {'id': '53', 'type': 'comparison_operator', 'children': ['54', '60'], 'value': '=='}; {'id': '54', 'type': 'call', 'children': ['55', '56']}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '56', 'type': 'argument_list', 'children': ['57']}, {'id': '57', 'type': 'attribute', 'children': ['58', '59']}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'west'}; {'id': '60', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '61', 'type': 'block', 'children': ['62', '70', '82', '99', '106', '110', '114', '118', '127', '136', '166', '192', '202']}; {'id': '62', 'type': 'expression_statement', 'children': ['63']}, {'id': '63', 'type': 'assignment', 'children': ['64', '65']}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'src'}, {'id': '65', 'type': 'attribute', 'children': ['66', '69']}; {'id': '66', 'type': 'attribute', 'children': ['67', '68']}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'n'}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'originObj'}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'src'}; {'id': '70', 'type': 'if_statement', 'children': ['71', '80']}, {'id': '71', 'type': 'boolean_operator', 'children': ['72', '77'], 'value': 'and'}; {'id': '72', 'type': 'call', 'children': ['73', '74']}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'isinstance'}; {'id': '74', 'type': 'argument_list', 'children': ['75', '76']}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'src'}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'RtlSignalBase'}, {'id': '77', 'type': 'attribute', 'children': ['78', '79']}; {'id': '78', 'type': 'identifier', 'children': [], 'value': 'src'}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'hidden'}; {'id': '80', 'type': 'block', 'children': ['81']}, {'id': '81', 'type': 'continue_statement', 'children': []}; {'id': '82', 'type': 'if_statement', 'children': ['83', '85']}, {'id': '83', 'type': 'not_operator', 'children': ['84']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'do_update'}, {'id': '85', 'type': 'block', 'children': ['86', '95']}; {'id': '86', 'type': 'expression_statement', 'children': ['87']}, {'id': '87', 'type': 'assignment', 'children': ['88', '89']}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '89', 'type': 'call', 'children': ['90', '91']}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'set'}, {'id': '91', 'type': 'argument_list', 'children': ['92']}; {'id': '92', 'type': 'attribute', 'children': ['93', '94']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'root'}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '95', 'type': 'expression_statement', 'children': ['96']}; {'id': '96', 'type': 'assignment', 'children': ['97', '98']}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'do_update'}; {'id': '98', 'type': 'True', 'children': []}, {'id': '99', 'type': 'expression_statement', 'children': ['100']}; {'id': '100', 'type': 'call', 'children': ['101', '104']}, {'id': '101', 'type': 'attribute', 'children': ['102', '103']}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'nodes'}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'remove'}; {'id': '104', 'type': 'argument_list', 'children': ['105']}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'n'}; {'id': '106', 'type': 'expression_statement', 'children': ['107']}, {'id': '107', 'type': 'assignment', 'children': ['108', '109']}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'srcPorts'}, {'id': '109', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '110', 'type': 'expression_statement', 'children': ['111']}, {'id': '111', 'type': 'assignment', 'children': ['112', '113']}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'dstPorts'}, {'id': '113', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '114', 'type': 'expression_statement', 'children': ['115']}, {'id': '115', 'type': 'assignment', 'children': ['116', '117']}; {'id': '116', 'type': 'identifier', 'children': [], 'value': 'edgesToRemove'}, {'id': '117', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '118', 'type': 'expression_statement', 'children': ['119']}, {'id': '119', 'type': 'assignment', 'children': ['120', '121']}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'inP'}, {'id': '121', 'type': 'call', 'children': ['122', '123']}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'getSinglePort'}, {'id': '123', 'type': 'argument_list', 'children': ['124']}; {'id': '124', 'type': 'attribute', 'children': ['125', '126']}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'n'}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'west'}, {'id': '127', 'type': 'expression_statement', 'children': ['128']}; {'id': '128', 'type': 'assignment', 'children': ['129', '130']}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'outP'}; {'id': '130', 'type': 'call', 'children': ['131', '132']}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'getSinglePort'}; {'id': '132', 'type': 'argument_list', 'children': ['133']}, {'id': '133', 'type': 'attribute', 'children': ['134', '135']}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'n'}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'east'}; {'id': '136', 'type': 'for_statement', 'children': ['137', '138', '141']}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'e'}; {'id': '138', 'type': 'attribute', 'children': ['139', '140']}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'inP'}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'incomingEdges'}, {'id': '141', 'type': 'block', 'children': ['142', '148', '159']}; {'id': '142', 'type': 'expression_statement', 'children': ['143']}, {'id': '143', 'type': 'assignment', 'children': ['144', '145']}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'sPort'}, {'id': '145', 'type': 'attribute', 'children': ['146', '147']}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'e'}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'src'}; {'id': '148', 'type': 'expression_statement', 'children': ['149']}, {'id': '149', 'type': 'call', 'children': ['150', '153']}; {'id': '150', 'type': 'attribute', 'children': ['151', '152']}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'srcPorts'}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '153', 'type': 'argument_list', 'children': ['154']}; {'id': '154', 'type': 'tuple', 'children': ['155', '156']}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'sPort'}; {'id': '156', 'type': 'attribute', 'children': ['157', '158']}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'e'}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'originObj'}, {'id': '159', 'type': 'expression_statement', 'children': ['160']}; {'id': '160', 'type': 'call', 'children': ['161', '164']}, {'id': '161', 'type': 'attribute', 'children': ['162', '163']}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'edgesToRemove'}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '164', 'type': 'argument_list', 'children': ['165']}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'e'}; {'id': '166', 'type': 'for_statement', 'children': ['167', '168', '171']}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'e'}; {'id': '168', 'type': 'attribute', 'children': ['169', '170']}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'outP'}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'outgoingEdges'}, {'id': '171', 'type': 'block', 'children': ['172', '178', '185']}; {'id': '172', 'type': 'expression_statement', 'children': ['173']}, {'id': '173', 'type': 'assignment', 'children': ['174', '175']}; {'id': '174', 'type': 'identifier', 'children': [], 'value': 'dPort'}, {'id': '175', 'type': 'attribute', 'children': ['176', '177']}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'e'}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'dst'}; {'id': '178', 'type': 'expression_statement', 'children': ['179']}, {'id': '179', 'type': 'call', 'children': ['180', '183']}; {'id': '180', 'type': 'attribute', 'children': ['181', '182']}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'dstPorts'}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '183', 'type': 'argument_list', 'children': ['184']}; {'id': '184', 'type': 'identifier', 'children': [], 'value': 'dPort'}, {'id': '185', 'type': 'expression_statement', 'children': ['186']}; {'id': '186', 'type': 'call', 'children': ['187', '190']}, {'id': '187', 'type': 'attribute', 'children': ['188', '189']}; {'id': '188', 'type': 'identifier', 'children': [], 'value': 'edgesToRemove'}, {'id': '189', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '190', 'type': 'argument_list', 'children': ['191']}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'e'}; {'id': '192', 'type': 'for_statement', 'children': ['193', '194', '195']}, {'id': '193', 'type': 'identifier', 'children': [], 'value': 'e'}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'edgesToRemove'}, {'id': '195', 'type': 'block', 'children': ['196']}; {'id': '196', 'type': 'expression_statement', 'children': ['197']}, {'id': '197', 'type': 'call', 'children': ['198', '201']}; {'id': '198', 'type': 'attribute', 'children': ['199', '200']}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'e'}; {'id': '200', 'type': 'identifier', 'children': [], 'value': 'remove'}, {'id': '201', 'type': 'argument_list', 'children': []}; {'id': '202', 'type': 'for_statement', 'children': ['203', '206', '207']}, {'id': '203', 'type': 'pattern_list', 'children': ['204', '205']}; {'id': '204', 'type': 'identifier', 'children': [], 'value': 'srcPort'}, {'id': '205', 'type': 'identifier', 'children': [], 'value': 'originObj'}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'srcPorts'}, {'id': '207', 'type': 'block', 'children': ['208']}; {'id': '208', 'type': 'for_statement', 'children': ['209', '210', '211']}, {'id': '209', 'type': 'identifier', 'children': [], 'value': 'dstPort'}; {'id': '210', 'type': 'identifier', 'children': [], 'value': 'dstPorts'}, {'id': '211', 'type': 'block', 'children': ['212']}; {'id': '212', 'type': 'expression_statement', 'children': ['213']}, {'id': '213', 'type': 'call', 'children': ['214', '217']}; {'id': '214', 'type': 'attribute', 'children': ['215', '216']}, {'id': '215', 'type': 'identifier', 'children': [], 'value': 'root'}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'addEdge'}, {'id': '217', 'type': 'argument_list', 'children': ['218', '219', '220']}; {'id': '218', 'type': 'identifier', 'children': [], 'value': 'srcPort'}, {'id': '219', 'type': 'identifier', 'children': [], 'value': 'dstPort'}; {'id': '220', 'type': 'keyword_argument', 'children': ['221', '222']}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'originObj'}; {'id': '222', 'type': 'identifier', 'children': [], 'value': 'originObj'}, {'id': '223', 'type': 'if_statement', 'children': ['224', '225']}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'do_update'}, {'id': '225', 'type': 'block', 'children': ['226']}; {'id': '226', 'type': 'expression_statement', 'children': ['227']}, {'id': '227', 'type': 'assignment', 'children': ['228', '231']}; {'id': '228', 'type': 'attribute', 'children': ['229', '230']}, {'id': '229', 'type': 'identifier', 'children': [], 'value': 'root'}; {'id': '230', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '231', 'type': 'call', 'children': ['232', '233']}; {'id': '232', 'type': 'identifier', 'children': [], 'value': 'list'}, {'id': '233', 'type': 'argument_list', 'children': ['234']} | def reduceUselessAssignments(root: LNode):
for n in root.children:
if n.children:
reduceUselessAssignments(n)
do_update = False
for n in root.children:
if isinstance(n.originObj, Assignment)\
and not n.originObj.indexes\
and len(n.west) == 1:
src = n.originObj.src
if isinstance(src, RtlSignalBase) and src.hidden:
continue
if not do_update:
nodes = set(root.children)
do_update = True
nodes.remove(n)
srcPorts = []
dstPorts = []
edgesToRemove = []
inP = getSinglePort(n.west)
outP = getSinglePort(n.east)
for e in inP.incomingEdges:
sPort = e.src
srcPorts.append((sPort, e.originObj))
edgesToRemove.append(e)
for e in outP.outgoingEdges:
dPort = e.dst
dstPorts.append(dPort)
edgesToRemove.append(e)
for e in edgesToRemove:
e.remove()
for srcPort, originObj in srcPorts:
for dstPort in dstPorts:
root.addEdge(srcPort, dstPort,
originObj=originObj)
if do_update:
root.children = list(nodes) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '5']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'determine_completeness'}, {'id': '3', 'type': 'parameters', 'children': ['4']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'py_untl'}, {'id': '5', 'type': 'block', 'children': ['6', '91', '107', '111', '199', '222', '228']}; {'id': '6', 'type': 'expression_statement', 'children': ['7']}, {'id': '7', 'type': 'assignment', 'children': ['8', '9']}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'completeness_dict'}, {'id': '9', 'type': 'dictionary', 'children': ['10', '19', '28', '37', '46', '55', '64', '73', '82']}; {'id': '10', 'type': 'pair', 'children': ['11', '12']}, {'id': '11', 'type': 'string', 'children': [], 'value': "'title'"}; {'id': '12', 'type': 'dictionary', 'children': ['13', '16']}, {'id': '13', 'type': 'pair', 'children': ['14', '15']}; {'id': '14', 'type': 'string', 'children': [], 'value': "'present'"}, {'id': '15', 'type': 'False', 'children': []}; {'id': '16', 'type': 'pair', 'children': ['17', '18']}, {'id': '17', 'type': 'string', 'children': [], 'value': "'weight'"}; {'id': '18', 'type': 'integer', 'children': [], 'value': '10'}, {'id': '19', 'type': 'pair', 'children': ['20', '21']}; {'id': '20', 'type': 'string', 'children': [], 'value': "'description'"}, {'id': '21', 'type': 'dictionary', 'children': ['22', '25']}; {'id': '22', 'type': 'pair', 'children': ['23', '24']}, {'id': '23', 'type': 'string', 'children': [], 'value': "'present'"}; {'id': '24', 'type': 'False', 'children': []}, {'id': '25', 'type': 'pair', 'children': ['26', '27']}; {'id': '26', 'type': 'string', 'children': [], 'value': "'weight'"}, {'id': '27', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '28', 'type': 'pair', 'children': ['29', '30']}, {'id': '29', 'type': 'string', 'children': [], 'value': "'language'"}; {'id': '30', 'type': 'dictionary', 'children': ['31', '34']}, {'id': '31', 'type': 'pair', 'children': ['32', '33']}; {'id': '32', 'type': 'string', 'children': [], 'value': "'present'"}, {'id': '33', 'type': 'False', 'children': []}; {'id': '34', 'type': 'pair', 'children': ['35', '36']}, {'id': '35', 'type': 'string', 'children': [], 'value': "'weight'"}; {'id': '36', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '37', 'type': 'pair', 'children': ['38', '39']}; {'id': '38', 'type': 'string', 'children': [], 'value': "'collection'"}, {'id': '39', 'type': 'dictionary', 'children': ['40', '43']}; {'id': '40', 'type': 'pair', 'children': ['41', '42']}, {'id': '41', 'type': 'string', 'children': [], 'value': "'present'"}; {'id': '42', 'type': 'False', 'children': []}, {'id': '43', 'type': 'pair', 'children': ['44', '45']}; {'id': '44', 'type': 'string', 'children': [], 'value': "'weight'"}, {'id': '45', 'type': 'integer', 'children': [], 'value': '10'}; {'id': '46', 'type': 'pair', 'children': ['47', '48']}, {'id': '47', 'type': 'string', 'children': [], 'value': "'institution'"}; {'id': '48', 'type': 'dictionary', 'children': ['49', '52']}, {'id': '49', 'type': 'pair', 'children': ['50', '51']}; {'id': '50', 'type': 'string', 'children': [], 'value': "'present'"}, {'id': '51', 'type': 'False', 'children': []}; {'id': '52', 'type': 'pair', 'children': ['53', '54']}, {'id': '53', 'type': 'string', 'children': [], 'value': "'weight'"}; {'id': '54', 'type': 'integer', 'children': [], 'value': '10'}, {'id': '55', 'type': 'pair', 'children': ['56', '57']}; {'id': '56', 'type': 'string', 'children': [], 'value': "'resourceType'"}, {'id': '57', 'type': 'dictionary', 'children': ['58', '61']}; {'id': '58', 'type': 'pair', 'children': ['59', '60']}, {'id': '59', 'type': 'string', 'children': [], 'value': "'present'"}; {'id': '60', 'type': 'False', 'children': []}, {'id': '61', 'type': 'pair', 'children': ['62', '63']}; {'id': '62', 'type': 'string', 'children': [], 'value': "'weight'"}, {'id': '63', 'type': 'integer', 'children': [], 'value': '5'}; {'id': '64', 'type': 'pair', 'children': ['65', '66']}, {'id': '65', 'type': 'string', 'children': [], 'value': "'format'"}; {'id': '66', 'type': 'dictionary', 'children': ['67', '70']}, {'id': '67', 'type': 'pair', 'children': ['68', '69']}; {'id': '68', 'type': 'string', 'children': [], 'value': "'present'"}, {'id': '69', 'type': 'False', 'children': []}; {'id': '70', 'type': 'pair', 'children': ['71', '72']}, {'id': '71', 'type': 'string', 'children': [], 'value': "'weight'"}; {'id': '72', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '73', 'type': 'pair', 'children': ['74', '75']}; {'id': '74', 'type': 'string', 'children': [], 'value': "'subject'"}, {'id': '75', 'type': 'dictionary', 'children': ['76', '79']}; {'id': '76', 'type': 'pair', 'children': ['77', '78']}, {'id': '77', 'type': 'string', 'children': [], 'value': "'present'"}; {'id': '78', 'type': 'False', 'children': []}, {'id': '79', 'type': 'pair', 'children': ['80', '81']}; {'id': '80', 'type': 'string', 'children': [], 'value': "'weight'"}, {'id': '81', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '82', 'type': 'pair', 'children': ['83', '84']}, {'id': '83', 'type': 'string', 'children': [], 'value': "'meta'"}; {'id': '84', 'type': 'dictionary', 'children': ['85', '88']}, {'id': '85', 'type': 'pair', 'children': ['86', '87']}; {'id': '86', 'type': 'string', 'children': [], 'value': "'present'"}, {'id': '87', 'type': 'False', 'children': []}; {'id': '88', 'type': 'pair', 'children': ['89', '90']}, {'id': '89', 'type': 'string', 'children': [], 'value': "'weight'"}; {'id': '90', 'type': 'integer', 'children': [], 'value': '20'}, {'id': '91', 'type': 'expression_statement', 'children': ['92']}; {'id': '92', 'type': 'assignment', 'children': ['93', '94']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'total_points'}; {'id': '94', 'type': 'call', 'children': ['95', '96']}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'sum'}; {'id': '96', 'type': 'generator_expression', 'children': ['97', '100']}, {'id': '97', 'type': 'subscript', 'children': ['98', '99']}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'item'}, {'id': '99', 'type': 'string', 'children': [], 'value': "'weight'"}; {'id': '100', 'type': 'for_in_clause', 'children': ['101', '102']}, {'id': '101', 'type': 'identifier', 'children': [], 'value': 'item'}; {'id': '102', 'type': 'call', 'children': ['103', '106']}, {'id': '103', 'type': 'attribute', 'children': ['104', '105']}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'completeness_dict'}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'values'}; {'id': '106', 'type': 'argument_list', 'children': []}, {'id': '107', 'type': 'expression_statement', 'children': ['108']}; {'id': '108', 'type': 'assignment', 'children': ['109', '110']}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'py_untl_object_score'}; {'id': '110', 'type': 'float', 'children': [], 'value': '0.0'}, {'id': '111', 'type': 'for_statement', 'children': ['112', '113', '116']}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'i'}, {'id': '113', 'type': 'attribute', 'children': ['114', '115']}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'py_untl'}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'children'}; {'id': '116', 'type': 'block', 'children': ['117']}, {'id': '117', 'type': 'if_statement', 'children': ['118', '123']}; {'id': '118', 'type': 'comparison_operator', 'children': ['119', '122'], 'value': 'in'}, {'id': '119', 'type': 'attribute', 'children': ['120', '121']}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'i'}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'tag'}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'PYUNTL_COMPLETENESS_SCORED_ATTRIBUTES'}, {'id': '123', 'type': 'block', 'children': ['124']}; {'id': '124', 'type': 'if_statement', 'children': ['125', '128']}, {'id': '125', 'type': 'attribute', 'children': ['126', '127']}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'i'}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'content'}; {'id': '128', 'type': 'block', 'children': ['129', '139', '151']}, {'id': '129', 'type': 'expression_statement', 'children': ['130']}; {'id': '130', 'type': 'assignment', 'children': ['131', '132']}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'content'}; {'id': '132', 'type': 'call', 'children': ['133', '138']}, {'id': '133', 'type': 'attribute', 'children': ['134', '137']}; {'id': '134', 'type': 'attribute', 'children': ['135', '136']}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'content'}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'lower'}; {'id': '138', 'type': 'argument_list', 'children': []}, {'id': '139', 'type': 'expression_statement', 'children': ['140']}; {'id': '140', 'type': 'assignment', 'children': ['141', '142']}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'match'}; {'id': '142', 'type': 'call', 'children': ['143', '144']}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'bool'}; {'id': '144', 'type': 'argument_list', 'children': ['145']}, {'id': '145', 'type': 'call', 'children': ['146', '149']}; {'id': '146', 'type': 'attribute', 'children': ['147', '148']}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'DEFAULT_VALUE_REGEX'}; {'id': '148', 'type': 'identifier', 'children': [], 'value': 'search'}, {'id': '149', 'type': 'argument_list', 'children': ['150']}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 'content'}, {'id': '151', 'type': 'if_statement', 'children': ['152', '158']}; {'id': '152', 'type': 'boolean_operator', 'children': ['153', '156'], 'value': 'and'}, {'id': '153', 'type': 'comparison_operator', 'children': ['154', '155'], 'value': 'not'}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'content'}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'COMMON_DEFAULT_ATTRIBUTE_VALUES'}; {'id': '156', 'type': 'not_operator', 'children': ['157']}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'match'}; {'id': '158', 'type': 'block', 'children': ['159']}, {'id': '159', 'type': 'if_statement', 'children': ['160', '165', '185']}; {'id': '160', 'type': 'comparison_operator', 'children': ['161', '164'], 'value': '=='}, {'id': '161', 'type': 'attribute', 'children': ['162', '163']}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'i'}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'tag'}; {'id': '164', 'type': 'string', 'children': [], 'value': "'meta'"}, {'id': '165', 'type': 'block', 'children': ['166']}; {'id': '166', 'type': 'if_statement', 'children': ['167', '172']}, {'id': '167', 'type': 'comparison_operator', 'children': ['168', '171'], 'value': '=='}; {'id': '168', 'type': 'attribute', 'children': ['169', '170']}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'qualifier'}, {'id': '171', 'type': 'string', 'children': [], 'value': "'system'"}; {'id': '172', 'type': 'block', 'children': ['173']}, {'id': '173', 'type': 'expression_statement', 'children': ['174']}; {'id': '174', 'type': 'assignment', 'children': ['175', '184']}, {'id': '175', 'type': 'subscript', 'children': ['176', '183']}; {'id': '176', 'type': 'subscript', 'children': ['177', '178']}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'completeness_dict'}; {'id': '178', 'type': 'binary_operator', 'children': ['179', '180'], 'value': '%'}, {'id': '179', 'type': 'string', 'children': [], 'value': "'%s'"}; {'id': '180', 'type': 'attribute', 'children': ['181', '182']}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'tag'}, {'id': '183', 'type': 'string', 'children': [], 'value': "'present'"}; {'id': '184', 'type': 'True', 'children': []}, {'id': '185', 'type': 'else_clause', 'children': ['186']}; {'id': '186', 'type': 'block', 'children': ['187']}, {'id': '187', 'type': 'expression_statement', 'children': ['188']}; {'id': '188', 'type': 'assignment', 'children': ['189', '198']}, {'id': '189', 'type': 'subscript', 'children': ['190', '197']}; {'id': '190', 'type': 'subscript', 'children': ['191', '192']}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'completeness_dict'}; {'id': '192', 'type': 'binary_operator', 'children': ['193', '194'], 'value': '%'}, {'id': '193', 'type': 'string', 'children': [], 'value': "'%s'"}; {'id': '194', 'type': 'attribute', 'children': ['195', '196']}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '196', 'type': 'identifier', 'children': [], 'value': 'tag'}, {'id': '197', 'type': 'string', 'children': [], 'value': "'present'"}; {'id': '198', 'type': 'True', 'children': []}, {'id': '199', 'type': 'for_statement', 'children': ['200', '203', '208']}; {'id': '200', 'type': 'pattern_list', 'children': ['201', '202']}, {'id': '201', 'type': 'identifier', 'children': [], 'value': 'k'}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'v'}, {'id': '203', 'type': 'call', 'children': ['204', '207']}; {'id': '204', 'type': 'attribute', 'children': ['205', '206']}, {'id': '205', 'type': 'identifier', 'children': [], 'value': 'completeness_dict'}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'iteritems'}, {'id': '207', 'type': 'argument_list', 'children': []}; {'id': '208', 'type': 'block', 'children': ['209']}, {'id': '209', 'type': 'if_statement', 'children': ['210', '213']}; {'id': '210', 'type': 'subscript', 'children': ['211', '212']}, {'id': '211', 'type': 'identifier', 'children': [], 'value': 'v'}; {'id': '212', 'type': 'string', 'children': [], 'value': "'present'"}, {'id': '213', 'type': 'block', 'children': ['214']}; {'id': '214', 'type': 'expression_statement', 'children': ['215']}, {'id': '215', 'type': 'augmented_assignment', 'children': ['216', '217'], 'value': '+='}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'py_untl_object_score'}, {'id': '217', 'type': 'subscript', 'children': ['218', '221']}; {'id': '218', 'type': 'subscript', 'children': ['219', '220']}, {'id': '219', 'type': 'identifier', 'children': [], 'value': 'completeness_dict'}; {'id': '220', 'type': 'identifier', 'children': [], 'value': 'k'}, {'id': '221', 'type': 'string', 'children': [], 'value': "'weight'"}; {'id': '222', 'type': 'expression_statement', 'children': ['223']}, {'id': '223', 'type': 'assignment', 'children': ['224', '225']}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'completeness'}, {'id': '225', 'type': 'binary_operator', 'children': ['226', '227'], 'value': '/'}; {'id': '226', 'type': 'identifier', 'children': [], 'value': 'py_untl_object_score'}, {'id': '227', 'type': 'identifier', 'children': [], 'value': 'total_points'}; {'id': '228', 'type': 'return_statement', 'children': ['229']}, {'id': '229', 'type': 'identifier', 'children': [], 'value': 'completeness'} | def determine_completeness(py_untl):
completeness_dict = {
'title': {'present': False, 'weight': 10, },
'description': {'present': False, 'weight': 1, },
'language': {'present': False, 'weight': 1, },
'collection': {'present': False, 'weight': 10, },
'institution': {'present': False, 'weight': 10, },
'resourceType': {'present': False, 'weight': 5, },
'format': {'present': False, 'weight': 1, },
'subject': {'present': False, 'weight': 1, },
'meta': {'present': False, 'weight': 20, },
}
total_points = sum(item['weight'] for item in completeness_dict.values())
py_untl_object_score = 0.0
for i in py_untl.children:
if i.tag in PYUNTL_COMPLETENESS_SCORED_ATTRIBUTES:
if i.content:
content = i.content.lower()
match = bool(DEFAULT_VALUE_REGEX.search(content))
if content not in COMMON_DEFAULT_ATTRIBUTE_VALUES and not match:
if i.tag == 'meta':
if i.qualifier == 'system':
completeness_dict['%s' % i.tag]['present'] = True
else:
completeness_dict['%s' % i.tag]['present'] = True
for k, v in completeness_dict.iteritems():
if v['present']:
py_untl_object_score += completeness_dict[k]['weight']
completeness = py_untl_object_score / total_points
return completeness |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '7']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'read_char_lengths'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '6']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'filename'}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'electrode_filename'}, {'id': '7', 'type': 'block', 'children': ['8', '144', '161', '167']}; {'id': '8', 'type': 'if_statement', 'children': ['9', '17', '133']}, {'id': '9', 'type': 'call', 'children': ['10', '15']}; {'id': '10', 'type': 'attribute', 'children': ['11', '14']}, {'id': '11', 'type': 'attribute', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'isfile'}, {'id': '15', 'type': 'argument_list', 'children': ['16']}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'filename'}, {'id': '17', 'type': 'block', 'children': ['18', '32']}; {'id': '18', 'type': 'expression_statement', 'children': ['19']}, {'id': '19', 'type': 'assignment', 'children': ['20', '21']}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'data'}, {'id': '21', 'type': 'call', 'children': ['22', '25']}; {'id': '22', 'type': 'attribute', 'children': ['23', '24']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'np'}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'atleast_1d'}, {'id': '25', 'type': 'argument_list', 'children': ['26']}; {'id': '26', 'type': 'call', 'children': ['27', '30']}, {'id': '27', 'type': 'attribute', 'children': ['28', '29']}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'np'}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'loadtxt'}; {'id': '30', 'type': 'argument_list', 'children': ['31']}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'filename'}; {'id': '32', 'type': 'if_statement', 'children': ['33', '38', '118']}, {'id': '33', 'type': 'comparison_operator', 'children': ['34', '37'], 'value': '=='}; {'id': '34', 'type': 'attribute', 'children': ['35', '36']}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'data'}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'size'}, {'id': '37', 'type': 'integer', 'children': [], 'value': '4'}; {'id': '38', 'type': 'block', 'children': ['39', '43']}, {'id': '39', 'type': 'expression_statement', 'children': ['40']}; {'id': '40', 'type': 'assignment', 'children': ['41', '42']}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'characteristic_length'}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'data'}, {'id': '43', 'type': 'if_statement', 'children': ['44', '49']}; {'id': '44', 'type': 'comparison_operator', 'children': ['45', '48'], 'value': '<'}, {'id': '45', 'type': 'subscript', 'children': ['46', '47']}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'characteristic_length'}, {'id': '47', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '48', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '49', 'type': 'block', 'children': ['50', '68', '73', '86', '104']}; {'id': '50', 'type': 'try_statement', 'children': ['51', '61']}, {'id': '51', 'type': 'block', 'children': ['52']}; {'id': '52', 'type': 'expression_statement', 'children': ['53']}, {'id': '53', 'type': 'assignment', 'children': ['54', '55']}; {'id': '54', 'type': 'identifier', 'children': [], 'value': 'elec_positions'}, {'id': '55', 'type': 'call', 'children': ['56', '59']}; {'id': '56', 'type': 'attribute', 'children': ['57', '58']}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'np'}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'loadtxt'}, {'id': '59', 'type': 'argument_list', 'children': ['60']}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'electrode_filename'}, {'id': '61', 'type': 'except_clause', 'children': ['62']}; {'id': '62', 'type': 'block', 'children': ['63']}, {'id': '63', 'type': 'raise_statement', 'children': ['64']}; {'id': '64', 'type': 'call', 'children': ['65', '66']}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'IOError'}; {'id': '66', 'type': 'argument_list', 'children': ['67']}, {'id': '67', 'type': 'string', 'children': [], 'value': "'The was an error opening the electrode file'"}; {'id': '68', 'type': 'import_statement', 'children': ['69']}, {'id': '69', 'type': 'dotted_name', 'children': ['70', '71', '72']}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'scipy'}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'spatial'}; {'id': '72', 'type': 'identifier', 'children': [], 'value': 'distance'}, {'id': '73', 'type': 'expression_statement', 'children': ['74']}; {'id': '74', 'type': 'assignment', 'children': ['75', '76']}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'distances'}; {'id': '76', 'type': 'call', 'children': ['77', '84']}, {'id': '77', 'type': 'attribute', 'children': ['78', '83']}; {'id': '78', 'type': 'attribute', 'children': ['79', '82']}, {'id': '79', 'type': 'attribute', 'children': ['80', '81']}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'scipy'}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'spatial'}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'distance'}, {'id': '83', 'type': 'identifier', 'children': [], 'value': 'pdist'}; {'id': '84', 'type': 'argument_list', 'children': ['85']}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'elec_positions'}; {'id': '86', 'type': 'expression_statement', 'children': ['87']}, {'id': '87', 'type': 'assignment', 'children': ['88', '91']}; {'id': '88', 'type': 'subscript', 'children': ['89', '90']}, {'id': '89', 'type': 'identifier', 'children': [], 'value': 'characteristic_length'}; {'id': '90', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '91', 'type': 'binary_operator', 'children': ['92', '96'], 'value': '*'}; {'id': '92', 'type': 'call', 'children': ['93', '94']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'min'}; {'id': '94', 'type': 'argument_list', 'children': ['95']}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'distances'}; {'id': '96', 'type': 'call', 'children': ['97', '100']}, {'id': '97', 'type': 'attribute', 'children': ['98', '99']}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'np'}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'abs'}; {'id': '100', 'type': 'argument_list', 'children': ['101']}, {'id': '101', 'type': 'subscript', 'children': ['102', '103']}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'characteristic_length'}, {'id': '103', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '104', 'type': 'if_statement', 'children': ['105', '110']}, {'id': '105', 'type': 'comparison_operator', 'children': ['106', '109'], 'value': '=='}; {'id': '106', 'type': 'subscript', 'children': ['107', '108']}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'characteristic_length'}; {'id': '108', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '109', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '110', 'type': 'block', 'children': ['111']}, {'id': '111', 'type': 'raise_statement', 'children': ['112']}; {'id': '112', 'type': 'call', 'children': ['113', '114']}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'Exception'}; {'id': '114', 'type': 'argument_list', 'children': ['115']}, {'id': '115', 'type': 'binary_operator', 'children': ['116', '117'], 'value': '+'}; {'id': '116', 'type': 'string', 'children': [], 'value': "'Error computing electrode '"}, {'id': '117', 'type': 'string', 'children': [], 'value': "'distances (got a minimal distance of zero'"}; {'id': '118', 'type': 'else_clause', 'children': ['119']}, {'id': '119', 'type': 'block', 'children': ['120']}; {'id': '120', 'type': 'expression_statement', 'children': ['121']}, {'id': '121', 'type': 'assignment', 'children': ['122', '123']}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'characteristic_length'}, {'id': '123', 'type': 'binary_operator', 'children': ['124', '130'], 'value': '*'}; {'id': '124', 'type': 'call', 'children': ['125', '128']}, {'id': '125', 'type': 'attribute', 'children': ['126', '127']}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'np'}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'ones'}; {'id': '128', 'type': 'argument_list', 'children': ['129']}, {'id': '129', 'type': 'integer', 'children': [], 'value': '4'}; {'id': '130', 'type': 'subscript', 'children': ['131', '132']}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'data'}; {'id': '132', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '133', 'type': 'else_clause', 'children': ['134']}; {'id': '134', 'type': 'block', 'children': ['135']}, {'id': '135', 'type': 'expression_statement', 'children': ['136']}; {'id': '136', 'type': 'assignment', 'children': ['137', '138']}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'characteristic_length'}; {'id': '138', 'type': 'call', 'children': ['139', '142']}, {'id': '139', 'type': 'attribute', 'children': ['140', '141']}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'np'}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'ones'}; {'id': '142', 'type': 'argument_list', 'children': ['143']}, {'id': '143', 'type': 'integer', 'children': [], 'value': '4'}; {'id': '144', 'type': 'if_statement', 'children': ['145', '153']}, {'id': '145', 'type': 'call', 'children': ['146', '149']}; {'id': '146', 'type': 'attribute', 'children': ['147', '148']}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'np'}; {'id': '148', 'type': 'identifier', 'children': [], 'value': 'any'}, {'id': '149', 'type': 'argument_list', 'children': ['150']}; {'id': '150', 'type': 'comparison_operator', 'children': ['151', '152'], 'value': '<='}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'characteristic_length'}; {'id': '152', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '153', 'type': 'block', 'children': ['154']}; {'id': '154', 'type': 'raise_statement', 'children': ['155']}, {'id': '155', 'type': 'call', 'children': ['156', '157']}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'Exception'}, {'id': '157', 'type': 'argument_list', 'children': ['158']}; {'id': '158', 'type': 'binary_operator', 'children': ['159', '160'], 'value': '+'}, {'id': '159', 'type': 'string', 'children': [], 'value': "'No negative characteristic lengths allowed '"}; {'id': '160', 'type': 'string', 'children': [], 'value': "'(except for electrode length'"}, {'id': '161', 'type': 'expression_statement', 'children': ['162']}; {'id': '162', 'type': 'assignment', 'children': ['163', '166']}, {'id': '163', 'type': 'attribute', 'children': ['164', '165']}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'char_lengths'}; {'id': '166', 'type': 'dictionary', 'children': []}, {'id': '167', 'type': 'for_statement', 'children': ['168', '171', '180']}; {'id': '168', 'type': 'pattern_list', 'children': ['169', '170']}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'key'}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'item'}, {'id': '171', 'type': 'call', 'children': ['172', '173']}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'zip'}, {'id': '173', 'type': 'argument_list', 'children': ['174', '179']}; {'id': '174', 'type': 'tuple', 'children': ['175', '176', '177', '178']}, {'id': '175', 'type': 'string', 'children': [], 'value': "'electrode'"}; {'id': '176', 'type': 'string', 'children': [], 'value': "'boundary'"}, {'id': '177', 'type': 'string', 'children': [], 'value': "'extra_line'"}; {'id': '178', 'type': 'string', 'children': [], 'value': "'extra_node'"}, {'id': '179', 'type': 'identifier', 'children': [], 'value': 'characteristic_length'}; {'id': '180', 'type': 'block', 'children': ['181']}, {'id': '181', 'type': 'expression_statement', 'children': ['182']}; {'id': '182', 'type': 'assignment', 'children': ['183', '188']}, {'id': '183', 'type': 'subscript', 'children': ['184', '187']}; {'id': '184', 'type': 'attribute', 'children': ['185', '186']}, {'id': '185', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'char_lengths'}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'key'} | def read_char_lengths(self, filename, electrode_filename):
if os.path.isfile(filename):
data = np.atleast_1d(np.loadtxt(filename))
if data.size == 4:
characteristic_length = data
if characteristic_length[0] < 0:
try:
elec_positions = np.loadtxt(electrode_filename)
except:
raise IOError(
'The was an error opening the electrode file')
import scipy.spatial.distance
distances = scipy.spatial.distance.pdist(elec_positions)
characteristic_length[0] = min(distances) * np.abs(
characteristic_length[0])
if characteristic_length[0] == 0:
raise Exception(
'Error computing electrode ' +
'distances (got a minimal distance of zero')
else:
characteristic_length = np.ones(4) * data[0]
else:
characteristic_length = np.ones(4)
if np.any(characteristic_length <= 0):
raise Exception('No negative characteristic lengths allowed ' +
'(except for electrode length')
self.char_lengths = {}
for key, item in zip(('electrode',
'boundary',
'extra_line',
'extra_node'),
characteristic_length):
self.char_lengths[key] = item |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '7']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'parse_atom_tag_data'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '6']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'tag_content'}, {'id': '7', 'type': 'block', 'children': ['8', '10', '16']}; {'id': '8', 'type': 'expression_statement', 'children': ['9']}, {'id': '9', 'type': 'string', 'children': [], 'value': "'''Parse the atom tag data.'''"}; {'id': '10', 'type': 'expression_statement', 'children': ['11']}, {'id': '11', 'type': 'assignment', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'current_atom_site'}, {'id': '13', 'type': 'attribute', 'children': ['14', '15']}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'current_atom_site'}; {'id': '16', 'type': 'if_statement', 'children': ['17', '20', '22', '168', '204', '256', '277', '310', '328', '349']}, {'id': '17', 'type': 'attribute', 'children': ['18', '19']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'current_atom_site'}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'IsHETATM'}; {'id': '20', 'type': 'block', 'children': ['21']}, {'id': '21', 'type': 'return_statement', 'children': []}; {'id': '22', 'type': 'elif_clause', 'children': ['23', '26']}, {'id': '23', 'type': 'comparison_operator', 'children': ['24', '25'], 'value': '=='}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '25', 'type': 'string', 'children': [], 'value': "'PDBx:atom_site'"}; {'id': '26', 'type': 'block', 'children': ['27', '33', '39', '45']}, {'id': '27', 'type': 'expression_statement', 'children': ['28']}; {'id': '28', 'type': 'assignment', 'children': ['29', '32']}, {'id': '29', 'type': 'attribute', 'children': ['30', '31']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '31', 'type': 'identifier', 'children': [], 'value': '_BLOCK'}; {'id': '32', 'type': 'None', 'children': []}, {'id': '33', 'type': 'expression_statement', 'children': ['34']}; {'id': '34', 'type': 'assignment', 'children': ['35', '36']}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'current_atom_site'}; {'id': '36', 'type': 'attribute', 'children': ['37', '38']}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'current_atom_site'}, {'id': '39', 'type': 'expression_statement', 'children': ['40']}; {'id': '40', 'type': 'call', 'children': ['41', '44']}, {'id': '41', 'type': 'attribute', 'children': ['42', '43']}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'current_atom_site'}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'validate'}; {'id': '44', 'type': 'argument_list', 'children': []}, {'id': '45', 'type': 'if_statement', 'children': ['46', '49']}; {'id': '46', 'type': 'attribute', 'children': ['47', '48']}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'current_atom_site'}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'IsATOM'}, {'id': '49', 'type': 'block', 'children': ['50', '65']}; {'id': '50', 'type': 'expression_statement', 'children': ['51']}, {'id': '51', 'type': 'assignment', 'children': ['52', '57']}; {'id': '52', 'type': 'pattern_list', 'children': ['53', '54', '55', '56']}, {'id': '53', 'type': 'identifier', 'children': [], 'value': 'r'}; {'id': '54', 'type': 'identifier', 'children': [], 'value': 'seqres'}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'ResidueAA'}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'Residue3AA'}, {'id': '57', 'type': 'call', 'children': ['58', '61']}; {'id': '58', 'type': 'attribute', 'children': ['59', '60']}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'current_atom_site'}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'convert_to_residue'}, {'id': '61', 'type': 'argument_list', 'children': ['62']}; {'id': '62', 'type': 'attribute', 'children': ['63', '64']}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'modified_residues'}, {'id': '65', 'type': 'if_statement', 'children': ['66', '67']}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'r'}, {'id': '67', 'type': 'block', 'children': ['68']}; {'id': '68', 'type': 'if_statement', 'children': ['69', '80']}, {'id': '69', 'type': 'not_operator', 'children': ['70']}; {'id': '70', 'type': 'parenthesized_expression', 'children': ['71']}, {'id': '71', 'type': 'boolean_operator', 'children': ['72', '77'], 'value': 'and'}; {'id': '72', 'type': 'comparison_operator', 'children': ['73', '76'], 'value': 'in'}, {'id': '73', 'type': 'attribute', 'children': ['74', '75']}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'pdb_id'}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'cases_with_ACE_residues_we_can_ignore'}, {'id': '77', 'type': 'comparison_operator', 'children': ['78', '79'], 'value': '=='}; {'id': '78', 'type': 'identifier', 'children': [], 'value': 'Residue3AA'}, {'id': '79', 'type': 'string', 'children': [], 'value': "'ACE'"}; {'id': '80', 'type': 'block', 'children': ['81', '88']}, {'id': '81', 'type': 'expression_statement', 'children': ['82']}; {'id': '82', 'type': 'assignment', 'children': ['83', '84']}, {'id': '83', 'type': 'identifier', 'children': [], 'value': 'full_residue_id'}; {'id': '84', 'type': 'call', 'children': ['85', '86']}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'str'}; {'id': '86', 'type': 'argument_list', 'children': ['87']}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'r'}; {'id': '88', 'type': 'if_statement', 'children': ['89', '97', '111']}, {'id': '89', 'type': 'call', 'children': ['90', '95']}; {'id': '90', 'type': 'attribute', 'children': ['91', '94']}, {'id': '91', 'type': 'attribute', 'children': ['92', '93']}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '93', 'type': 'identifier', 'children': [], 'value': '_residues_read'}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '95', 'type': 'argument_list', 'children': ['96']}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'full_residue_id'}, {'id': '97', 'type': 'block', 'children': ['98']}; {'id': '98', 'type': 'assert_statement', 'children': ['99']}, {'id': '99', 'type': 'parenthesized_expression', 'children': ['100']}; {'id': '100', 'type': 'comparison_operator', 'children': ['101', '106'], 'value': '=='}, {'id': '101', 'type': 'subscript', 'children': ['102', '105']}; {'id': '102', 'type': 'attribute', 'children': ['103', '104']}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '104', 'type': 'identifier', 'children': [], 'value': '_residues_read'}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'full_residue_id'}; {'id': '106', 'type': 'tuple', 'children': ['107', '110']}, {'id': '107', 'type': 'attribute', 'children': ['108', '109']}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'r'}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'ResidueAA'}; {'id': '110', 'type': 'identifier', 'children': [], 'value': 'seqres'}, {'id': '111', 'type': 'else_clause', 'children': ['112']}; {'id': '112', 'type': 'block', 'children': ['113', '125', '145', '153']}, {'id': '113', 'type': 'expression_statement', 'children': ['114']}; {'id': '114', 'type': 'assignment', 'children': ['115', '120']}, {'id': '115', 'type': 'subscript', 'children': ['116', '119']}; {'id': '116', 'type': 'attribute', 'children': ['117', '118']}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '118', 'type': 'identifier', 'children': [], 'value': '_residues_read'}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'full_residue_id'}; {'id': '120', 'type': 'tuple', 'children': ['121', '124']}, {'id': '121', 'type': 'attribute', 'children': ['122', '123']}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'r'}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'ResidueAA'}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'seqres'}, {'id': '125', 'type': 'expression_statement', 'children': ['126']}; {'id': '126', 'type': 'assignment', 'children': ['127', '134']}, {'id': '127', 'type': 'subscript', 'children': ['128', '131']}; {'id': '128', 'type': 'attribute', 'children': ['129', '130']}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '130', 'type': 'identifier', 'children': [], 'value': '_residue_map'}, {'id': '131', 'type': 'attribute', 'children': ['132', '133']}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'r'}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'Chain'}; {'id': '134', 'type': 'call', 'children': ['135', '140']}, {'id': '135', 'type': 'attribute', 'children': ['136', '139']}; {'id': '136', 'type': 'attribute', 'children': ['137', '138']}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '138', 'type': 'identifier', 'children': [], 'value': '_residue_map'}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '140', 'type': 'argument_list', 'children': ['141', '144']}, {'id': '141', 'type': 'attribute', 'children': ['142', '143']}; {'id': '142', 'type': 'identifier', 'children': [], 'value': 'r'}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'Chain'}; {'id': '144', 'type': 'dictionary', 'children': []}, {'id': '145', 'type': 'assert_statement', 'children': ['146']}; {'id': '146', 'type': 'parenthesized_expression', 'children': ['147']}, {'id': '147', 'type': 'comparison_operator', 'children': ['148', '152'], 'value': '=='}; {'id': '148', 'type': 'call', 'children': ['149', '150']}, {'id': '149', 'type': 'identifier', 'children': [], 'value': 'type'}; {'id': '150', 'type': 'argument_list', 'children': ['151']}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'seqres'}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'int_type'}, {'id': '153', 'type': 'expression_statement', 'children': ['154']}; {'id': '154', 'type': 'assignment', 'children': ['155', '167']}, {'id': '155', 'type': 'subscript', 'children': ['156', '163']}; {'id': '156', 'type': 'subscript', 'children': ['157', '160']}, {'id': '157', 'type': 'attribute', 'children': ['158', '159']}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '159', 'type': 'identifier', 'children': [], 'value': '_residue_map'}; {'id': '160', 'type': 'attribute', 'children': ['161', '162']}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'r'}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'Chain'}, {'id': '163', 'type': 'call', 'children': ['164', '165']}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'str'}, {'id': '165', 'type': 'argument_list', 'children': ['166']}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'r'}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'seqres'}; {'id': '168', 'type': 'elif_clause', 'children': ['169', '172']}, {'id': '169', 'type': 'comparison_operator', 'children': ['170', '171'], 'value': '=='}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '171', 'type': 'string', 'children': [], 'value': "'PDBx:group_PDB'"}; {'id': '172', 'type': 'block', 'children': ['173']}, {'id': '173', 'type': 'if_statement', 'children': ['174', '177', '184', '195']}; {'id': '174', 'type': 'comparison_operator', 'children': ['175', '176'], 'value': '=='}, {'id': '175', 'type': 'identifier', 'children': [], 'value': 'tag_content'}; {'id': '176', 'type': 'string', 'children': [], 'value': "'ATOM'"}, {'id': '177', 'type': 'block', 'children': ['178']}; {'id': '178', 'type': 'expression_statement', 'children': ['179']}, {'id': '179', 'type': 'assignment', 'children': ['180', '183']}; {'id': '180', 'type': 'attribute', 'children': ['181', '182']}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'current_atom_site'}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'IsATOM'}, {'id': '183', 'type': 'True', 'children': []}; {'id': '184', 'type': 'elif_clause', 'children': ['185', '188']}, {'id': '185', 'type': 'comparison_operator', 'children': ['186', '187'], 'value': '=='}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'tag_content'}, {'id': '187', 'type': 'string', 'children': [], 'value': "'HETATM'"}; {'id': '188', 'type': 'block', 'children': ['189']}, {'id': '189', 'type': 'expression_statement', 'children': ['190']}; {'id': '190', 'type': 'assignment', 'children': ['191', '194']}, {'id': '191', 'type': 'attribute', 'children': ['192', '193']}; {'id': '192', 'type': 'identifier', 'children': [], 'value': 'current_atom_site'}, {'id': '193', 'type': 'identifier', 'children': [], 'value': 'IsHETATM'}; {'id': '194', 'type': 'True', 'children': []}, {'id': '195', 'type': 'else_clause', 'children': ['196']}; {'id': '196', 'type': 'block', 'children': ['197']}, {'id': '197', 'type': 'raise_statement', 'children': ['198']}; {'id': '198', 'type': 'call', 'children': ['199', '200']}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'Exception'}; {'id': '200', 'type': 'argument_list', 'children': ['201']}, {'id': '201', 'type': 'binary_operator', 'children': ['202', '203'], 'value': '%'}; {'id': '202', 'type': 'string', 'children': [], 'value': '"PDBx:group_PDB was expected to be \'ATOM\' or \'HETATM\'. \'%s\' read instead."'}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'tag_content'}; {'id': '204', 'type': 'elif_clause', 'children': ['205', '208']}, {'id': '205', 'type': 'comparison_operator', 'children': ['206', '207'], 'value': '=='}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '207', 'type': 'string', 'children': [], 'value': "'PDBx:auth_asym_id'"}; {'id': '208', 'type': 'block', 'children': ['209', '216', '222']}, {'id': '209', 'type': 'assert_statement', 'children': ['210']}; {'id': '210', 'type': 'parenthesized_expression', 'children': ['211']}, {'id': '211', 'type': 'not_operator', 'children': ['212']}; {'id': '212', 'type': 'parenthesized_expression', 'children': ['213']}, {'id': '213', 'type': 'attribute', 'children': ['214', '215']}; {'id': '214', 'type': 'identifier', 'children': [], 'value': 'current_atom_site'}, {'id': '215', 'type': 'identifier', 'children': [], 'value': 'PDBChainID'}; {'id': '216', 'type': 'expression_statement', 'children': ['217']}, {'id': '217', 'type': 'assignment', 'children': ['218', '221']}; {'id': '218', 'type': 'attribute', 'children': ['219', '220']}, {'id': '219', 'type': 'identifier', 'children': [], 'value': 'current_atom_site'}; {'id': '220', 'type': 'identifier', 'children': [], 'value': 'PDBChainID'}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'tag_content'}; {'id': '222', 'type': 'if_statement', 'children': ['223', '225']}, {'id': '223', 'type': 'not_operator', 'children': ['224']}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'tag_content'}, {'id': '225', 'type': 'block', 'children': ['226', '231']}; {'id': '226', 'type': 'assert_statement', 'children': ['227']}, {'id': '227', 'type': 'parenthesized_expression', 'children': ['228']}; {'id': '228', 'type': 'attribute', 'children': ['229', '230']}, {'id': '229', 'type': 'identifier', 'children': [], 'value': 'current_atom_site'}; {'id': '230', 'type': 'identifier', 'children': [], 'value': 'PDBChainIDIsNull'}, {'id': '231', 'type': 'if_statement', 'children': ['232', '241', '248']}; {'id': '232', 'type': 'comparison_operator', 'children': ['233', '240'], 'value': '=='}, {'id': '233', 'type': 'call', 'children': ['234', '239']}; {'id': '234', 'type': 'attribute', 'children': ['235', '238']}, {'id': '235', 'type': 'attribute', 'children': ['236', '237']}; {'id': '236', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '237', 'type': 'identifier', 'children': [], 'value': 'pdb_id'}; {'id': '238', 'type': 'identifier', 'children': [], 'value': 'upper'}, {'id': '239', 'type': 'argument_list', 'children': []}; {'id': '240', 'type': 'string', 'children': [], 'value': "'2MBP'"}, {'id': '241', 'type': 'block', 'children': ['242']}; {'id': '242', 'type': 'expression_statement', 'children': ['243']}, {'id': '243', 'type': 'assignment', 'children': ['244', '247']}; {'id': '244', 'type': 'attribute', 'children': ['245', '246']}, {'id': '245', 'type': 'identifier', 'children': [], 'value': 'current_atom_site'}; {'id': '246', 'type': 'identifier', 'children': [], 'value': 'PDBChainID'}, {'id': '247', 'type': 'string', 'children': [], 'value': "'A'"}; {'id': '248', 'type': 'else_clause', 'children': ['249']}, {'id': '249', 'type': 'block', 'children': ['250']}; {'id': '250', 'type': 'expression_statement', 'children': ['251']}, {'id': '251', 'type': 'assignment', 'children': ['252', '255']}; {'id': '252', 'type': 'attribute', 'children': ['253', '254']}, {'id': '253', 'type': 'identifier', 'children': [], 'value': 'current_atom_site'}; {'id': '254', 'type': 'identifier', 'children': [], 'value': 'PDBChainID'}, {'id': '255', 'type': 'string', 'children': [], 'value': "' '"}; {'id': '256', 'type': 'elif_clause', 'children': ['257', '260']}, {'id': '257', 'type': 'comparison_operator', 'children': ['258', '259'], 'value': '=='}; {'id': '258', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '259', 'type': 'string', 'children': [], 'value': "'PDBx:auth_seq_id'"}; {'id': '260', 'type': 'block', 'children': ['261', '268']}, {'id': '261', 'type': 'assert_statement', 'children': ['262']}; {'id': '262', 'type': 'parenthesized_expression', 'children': ['263']}, {'id': '263', 'type': 'not_operator', 'children': ['264']}; {'id': '264', 'type': 'parenthesized_expression', 'children': ['265']}, {'id': '265', 'type': 'attribute', 'children': ['266', '267']}; {'id': '266', 'type': 'identifier', 'children': [], 'value': 'current_atom_site'}, {'id': '267', 'type': 'identifier', 'children': [], 'value': 'ATOMResidueID'}; {'id': '268', 'type': 'expression_statement', 'children': ['269']}, {'id': '269', 'type': 'assignment', 'children': ['270', '273']}; {'id': '270', 'type': 'attribute', 'children': ['271', '272']}, {'id': '271', 'type': 'identifier', 'children': [], 'value': 'current_atom_site'}; {'id': '272', 'type': 'identifier', 'children': [], 'value': 'ATOMResidueID'}, {'id': '273', 'type': 'call', 'children': ['274', '275']}; {'id': '274', 'type': 'identifier', 'children': [], 'value': 'int'}, {'id': '275', 'type': 'argument_list', 'children': ['276']}; {'id': '276', 'type': 'identifier', 'children': [], 'value': 'tag_content'}, {'id': '277', 'type': 'elif_clause', 'children': ['278', '281']}; {'id': '278', 'type': 'comparison_operator', 'children': ['279', '280'], 'value': '=='}, {'id': '279', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '280', 'type': 'string', 'children': [], 'value': '"PDBx:pdbx_PDB_ins_code"'}, {'id': '281', 'type': 'block', 'children': ['282']}; {'id': '282', 'type': 'if_statement', 'children': ['283', '286', '295']}, {'id': '283', 'type': 'attribute', 'children': ['284', '285']}; {'id': '284', 'type': 'identifier', 'children': [], 'value': 'current_atom_site'}, {'id': '285', 'type': 'identifier', 'children': [], 'value': 'ATOMResidueiCodeIsNull'}; {'id': '286', 'type': 'block', 'children': ['287']}, {'id': '287', 'type': 'assert_statement', 'children': ['288']}; {'id': '288', 'type': 'parenthesized_expression', 'children': ['289']}, {'id': '289', 'type': 'comparison_operator', 'children': ['290', '294'], 'value': '=='}; {'id': '290', 'type': 'call', 'children': ['291', '292']}, {'id': '291', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '292', 'type': 'argument_list', 'children': ['293']}, {'id': '293', 'type': 'identifier', 'children': [], 'value': 'tag_content'}; {'id': '294', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '295', 'type': 'else_clause', 'children': ['296']}; {'id': '296', 'type': 'block', 'children': ['297', '304']}, {'id': '297', 'type': 'assert_statement', 'children': ['298']}; {'id': '298', 'type': 'parenthesized_expression', 'children': ['299']}, {'id': '299', 'type': 'comparison_operator', 'children': ['300', '303'], 'value': '=='}; {'id': '300', 'type': 'attribute', 'children': ['301', '302']}, {'id': '301', 'type': 'identifier', 'children': [], 'value': 'current_atom_site'}; {'id': '302', 'type': 'identifier', 'children': [], 'value': 'ATOMResidueiCode'}, {'id': '303', 'type': 'string', 'children': [], 'value': "' '"}; {'id': '304', 'type': 'expression_statement', 'children': ['305']}, {'id': '305', 'type': 'assignment', 'children': ['306', '309']}; {'id': '306', 'type': 'attribute', 'children': ['307', '308']}, {'id': '307', 'type': 'identifier', 'children': [], 'value': 'current_atom_site'}; {'id': '308', 'type': 'identifier', 'children': [], 'value': 'ATOMResidueiCode'}, {'id': '309', 'type': 'identifier', 'children': [], 'value': 'tag_content'}; {'id': '310', 'type': 'elif_clause', 'children': ['311', '314']}, {'id': '311', 'type': 'comparison_operator', 'children': ['312', '313'], 'value': '=='}; {'id': '312', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '313', 'type': 'string', 'children': [], 'value': '"PDBx:auth_comp_id"'}; {'id': '314', 'type': 'block', 'children': ['315', '322']}, {'id': '315', 'type': 'assert_statement', 'children': ['316']}; {'id': '316', 'type': 'parenthesized_expression', 'children': ['317']}, {'id': '317', 'type': 'not_operator', 'children': ['318']}; {'id': '318', 'type': 'parenthesized_expression', 'children': ['319']}, {'id': '319', 'type': 'attribute', 'children': ['320', '321']}; {'id': '320', 'type': 'identifier', 'children': [], 'value': 'current_atom_site'}, {'id': '321', 'type': 'identifier', 'children': [], 'value': 'ATOMResidueAA'}; {'id': '322', 'type': 'expression_statement', 'children': ['323']}, {'id': '323', 'type': 'assignment', 'children': ['324', '327']}; {'id': '324', 'type': 'attribute', 'children': ['325', '326']}, {'id': '325', 'type': 'identifier', 'children': [], 'value': 'current_atom_site'}; {'id': '326', 'type': 'identifier', 'children': [], 'value': 'ATOMResidueAA'}, {'id': '327', 'type': 'identifier', 'children': [], 'value': 'tag_content'}; {'id': '328', 'type': 'elif_clause', 'children': ['329', '332']}, {'id': '329', 'type': 'comparison_operator', 'children': ['330', '331'], 'value': '=='}; {'id': '330', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '331', 'type': 'string', 'children': [], 'value': '"PDBx:label_seq_id"'}; {'id': '332', 'type': 'block', 'children': ['333', '340']}, {'id': '333', 'type': 'assert_statement', 'children': ['334']}; {'id': '334', 'type': 'parenthesized_expression', 'children': ['335']}, {'id': '335', 'type': 'not_operator', 'children': ['336']}; {'id': '336', 'type': 'parenthesized_expression', 'children': ['337']}, {'id': '337', 'type': 'attribute', 'children': ['338', '339']}; {'id': '338', 'type': 'identifier', 'children': [], 'value': 'current_atom_site'}, {'id': '339', 'type': 'identifier', 'children': [], 'value': 'SEQRESIndex'}; {'id': '340', 'type': 'expression_statement', 'children': ['341']}, {'id': '341', 'type': 'assignment', 'children': ['342', '345']}; {'id': '342', 'type': 'attribute', 'children': ['343', '344']}, {'id': '343', 'type': 'identifier', 'children': [], 'value': 'current_atom_site'}; {'id': '344', 'type': 'identifier', 'children': [], 'value': 'SEQRESIndex'}, {'id': '345', 'type': 'call', 'children': ['346', '347']}; {'id': '346', 'type': 'identifier', 'children': [], 'value': 'int'}, {'id': '347', 'type': 'argument_list', 'children': ['348']}; {'id': '348', 'type': 'identifier', 'children': [], 'value': 'tag_content'}, {'id': '349', 'type': 'elif_clause', 'children': ['350', '353']}; {'id': '350', 'type': 'comparison_operator', 'children': ['351', '352'], 'value': '=='}, {'id': '351', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '352', 'type': 'string', 'children': [], 'value': '"PDBx:label_comp_id"'}, {'id': '353', 'type': 'block', 'children': ['354', '361']}; {'id': '354', 'type': 'assert_statement', 'children': ['355']}, {'id': '355', 'type': 'parenthesized_expression', 'children': ['356']}; {'id': '356', 'type': 'not_operator', 'children': ['357']}, {'id': '357', 'type': 'parenthesized_expression', 'children': ['358']}; {'id': '358', 'type': 'attribute', 'children': ['359', '360']}, {'id': '359', 'type': 'identifier', 'children': [], 'value': 'current_atom_site'}; {'id': '360', 'type': 'identifier', 'children': [], 'value': 'ATOMSeqresResidueAA'}, {'id': '361', 'type': 'expression_statement', 'children': ['362']}; {'id': '362', 'type': 'assignment', 'children': ['363', '366']}, {'id': '363', 'type': 'attribute', 'children': ['364', '365']}; {'id': '364', 'type': 'identifier', 'children': [], 'value': 'current_atom_site'}, {'id': '365', 'type': 'identifier', 'children': [], 'value': 'ATOMSeqresResidueAA'} | def parse_atom_tag_data(self, name, tag_content):
'''Parse the atom tag data.'''
current_atom_site = self.current_atom_site
if current_atom_site.IsHETATM:
return
elif name == 'PDBx:atom_site':
self._BLOCK = None
current_atom_site = self.current_atom_site
current_atom_site.validate()
if current_atom_site.IsATOM:
r, seqres, ResidueAA, Residue3AA = current_atom_site.convert_to_residue(self.modified_residues)
if r:
if not(self.pdb_id in cases_with_ACE_residues_we_can_ignore and Residue3AA == 'ACE'):
full_residue_id = str(r)
if self._residues_read.get(full_residue_id):
assert(self._residues_read[full_residue_id] == (r.ResidueAA, seqres))
else:
self._residues_read[full_residue_id] = (r.ResidueAA, seqres)
self._residue_map[r.Chain] = self._residue_map.get(r.Chain, {})
assert(type(seqres) == int_type)
self._residue_map[r.Chain][str(r)] = seqres
elif name == 'PDBx:group_PDB':
if tag_content == 'ATOM':
current_atom_site.IsATOM = True
elif tag_content == 'HETATM':
current_atom_site.IsHETATM = True
else:
raise Exception("PDBx:group_PDB was expected to be 'ATOM' or 'HETATM'. '%s' read instead." % tag_content)
elif name == 'PDBx:auth_asym_id':
assert(not(current_atom_site.PDBChainID))
current_atom_site.PDBChainID = tag_content
if not tag_content:
assert(current_atom_site.PDBChainIDIsNull)
if self.pdb_id.upper() == '2MBP':
current_atom_site.PDBChainID = 'A'
else:
current_atom_site.PDBChainID = ' '
elif name == 'PDBx:auth_seq_id':
assert(not(current_atom_site.ATOMResidueID))
current_atom_site.ATOMResidueID = int(tag_content)
elif name == "PDBx:pdbx_PDB_ins_code":
if current_atom_site.ATOMResidueiCodeIsNull:
assert(len(tag_content) == 0)
else:
assert(current_atom_site.ATOMResidueiCode == ' ')
current_atom_site.ATOMResidueiCode = tag_content
elif name == "PDBx:auth_comp_id":
assert(not(current_atom_site.ATOMResidueAA))
current_atom_site.ATOMResidueAA = tag_content
elif name == "PDBx:label_seq_id":
assert(not(current_atom_site.SEQRESIndex))
current_atom_site.SEQRESIndex = int(tag_content)
elif name == "PDBx:label_comp_id":
assert(not(current_atom_site.ATOMSeqresResidueAA))
current_atom_site.ATOMSeqresResidueAA = tag_content |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '19']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'link'}, {'id': '3', 'type': 'parameters', 'children': ['4', '7', '10', '13', '16']}; {'id': '4', 'type': 'default_parameter', 'children': ['5', '6']}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'origin'}; {'id': '6', 'type': 'None', 'children': []}, {'id': '7', 'type': 'default_parameter', 'children': ['8', '9']}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'rel'}, {'id': '9', 'type': 'None', 'children': []}; {'id': '10', 'type': 'default_parameter', 'children': ['11', '12']}, {'id': '11', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '12', 'type': 'None', 'children': []}, {'id': '13', 'type': 'default_parameter', 'children': ['14', '15']}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'attributes'}, {'id': '15', 'type': 'None', 'children': []}; {'id': '16', 'type': 'default_parameter', 'children': ['17', '18']}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'source'}; {'id': '18', 'type': 'None', 'children': []}, {'id': '19', 'type': 'block', 'children': ['20', '22', '28', '238']}; {'id': '20', 'type': 'expression_statement', 'children': ['21']}, {'id': '21', 'type': 'string', 'children': [], 'value': "'''\n Action function generator to create a link based on the context's current link, or on provided parameters\n :param origin: IRI/string, or list of same; origins for the created relationships.\n If None, the action context provides the parameter.\n :param rel: IRI/string, or list of same; IDs for the created relationships.\n If None, the action context provides the parameter.\n :param value: IRI/string, or list of same; values/targets for the created relationships.\n If None, the action context provides the parameter.\n :param source: pattern action to be executed, generating contexts to determine the output statements. If given, overrides specific origin, rel or value params\n :return: Versa action function to do the actual work\n '''"}; {'id': '22', 'type': 'expression_statement', 'children': ['23']}, {'id': '23', 'type': 'assignment', 'children': ['24', '25']}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'attributes'}, {'id': '25', 'type': 'boolean_operator', 'children': ['26', '27'], 'value': 'or'}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'attributes'}, {'id': '27', 'type': 'dictionary', 'children': []}; {'id': '28', 'type': 'function_definition', 'children': ['29', '30', '32']}, {'id': '29', 'type': 'function_name', 'children': [], 'value': '_link'}; {'id': '30', 'type': 'parameters', 'children': ['31']}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'ctx'}; {'id': '32', 'type': 'block', 'children': ['33', '84', '94', '107', '126', '139', '158', '171', '190', '203', '237']}, {'id': '33', 'type': 'if_statement', 'children': ['34', '35']}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'source'}, {'id': '35', 'type': 'block', 'children': ['36', '48', '55', '83']}; {'id': '36', 'type': 'if_statement', 'children': ['37', '42']}, {'id': '37', 'type': 'not_operator', 'children': ['38']}; {'id': '38', 'type': 'call', 'children': ['39', '40']}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'callable'}; {'id': '40', 'type': 'argument_list', 'children': ['41']}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'source'}; {'id': '42', 'type': 'block', 'children': ['43']}, {'id': '43', 'type': 'raise_statement', 'children': ['44']}; {'id': '44', 'type': 'call', 'children': ['45', '46']}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'ValueError'}; {'id': '46', 'type': 'argument_list', 'children': ['47']}, {'id': '47', 'type': 'string', 'children': [], 'value': "'Link source must be a pattern action function'"}; {'id': '48', 'type': 'expression_statement', 'children': ['49']}, {'id': '49', 'type': 'assignment', 'children': ['50', '51']}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'contexts'}, {'id': '51', 'type': 'call', 'children': ['52', '53']}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'source'}, {'id': '53', 'type': 'argument_list', 'children': ['54']}; {'id': '54', 'type': 'identifier', 'children': [], 'value': 'ctx'}, {'id': '55', 'type': 'for_statement', 'children': ['56', '57', '58']}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'ctx'}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'contexts'}; {'id': '58', 'type': 'block', 'children': ['59']}, {'id': '59', 'type': 'expression_statement', 'children': ['60']}; {'id': '60', 'type': 'call', 'children': ['61', '66']}, {'id': '61', 'type': 'attribute', 'children': ['62', '65']}; {'id': '62', 'type': 'attribute', 'children': ['63', '64']}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'ctx'}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'output_model'}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'add'}; {'id': '66', 'type': 'argument_list', 'children': ['67', '72', '77', '82']}, {'id': '67', 'type': 'subscript', 'children': ['68', '71']}; {'id': '68', 'type': 'attribute', 'children': ['69', '70']}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'ctx'}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'current_link'}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'ORIGIN'}; {'id': '72', 'type': 'subscript', 'children': ['73', '76']}, {'id': '73', 'type': 'attribute', 'children': ['74', '75']}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'ctx'}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'current_link'}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'RELATIONSHIP'}, {'id': '77', 'type': 'subscript', 'children': ['78', '81']}; {'id': '78', 'type': 'attribute', 'children': ['79', '80']}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'ctx'}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'current_link'}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'TARGET'}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'attributes'}, {'id': '83', 'type': 'return_statement', 'children': []}; {'id': '84', 'type': 'expression_statement', 'children': ['85']}, {'id': '85', 'type': 'assignment', 'children': ['86', '91']}; {'id': '86', 'type': 'tuple_pattern', 'children': ['87', '88', '89', '90']}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'o'}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'r'}, {'id': '89', 'type': 'identifier', 'children': [], 'value': 'v'}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'a'}, {'id': '91', 'type': 'attribute', 'children': ['92', '93']}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'ctx'}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'current_link'}; {'id': '94', 'type': 'expression_statement', 'children': ['95']}, {'id': '95', 'type': 'assignment', 'children': ['96', '97']}; {'id': '96', 'type': 'identifier', 'children': [], 'value': '_origin'}, {'id': '97', 'type': 'conditional_expression', 'children': ['98', '102', '106'], 'value': 'if'}; {'id': '98', 'type': 'call', 'children': ['99', '100']}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'origin'}; {'id': '100', 'type': 'argument_list', 'children': ['101']}, {'id': '101', 'type': 'identifier', 'children': [], 'value': 'ctx'}; {'id': '102', 'type': 'call', 'children': ['103', '104']}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'callable'}; {'id': '104', 'type': 'argument_list', 'children': ['105']}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'origin'}; {'id': '106', 'type': 'identifier', 'children': [], 'value': 'origin'}, {'id': '107', 'type': 'expression_statement', 'children': ['108']}; {'id': '108', 'type': 'assignment', 'children': ['109', '110']}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'o_list'}; {'id': '110', 'type': 'conditional_expression', 'children': ['111', '113', '116'], 'value': 'if'}, {'id': '111', 'type': 'list', 'children': ['112'], 'value': '[o]'}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'o'}, {'id': '113', 'type': 'comparison_operator', 'children': ['114', '115'], 'value': 'is'}; {'id': '114', 'type': 'identifier', 'children': [], 'value': '_origin'}, {'id': '115', 'type': 'None', 'children': []}; {'id': '116', 'type': 'parenthesized_expression', 'children': ['117']}, {'id': '117', 'type': 'conditional_expression', 'children': ['118', '119', '124'], 'value': 'if'}; {'id': '118', 'type': 'identifier', 'children': [], 'value': '_origin'}, {'id': '119', 'type': 'call', 'children': ['120', '121']}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'isinstance'}, {'id': '121', 'type': 'argument_list', 'children': ['122', '123']}; {'id': '122', 'type': 'identifier', 'children': [], 'value': '_origin'}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'list'}; {'id': '124', 'type': 'list', 'children': ['125'], 'value': '[_origin]'}, {'id': '125', 'type': 'identifier', 'children': [], 'value': '_origin'}; {'id': '126', 'type': 'expression_statement', 'children': ['127']}, {'id': '127', 'type': 'assignment', 'children': ['128', '129']}; {'id': '128', 'type': 'identifier', 'children': [], 'value': '_rel'}, {'id': '129', 'type': 'conditional_expression', 'children': ['130', '134', '138'], 'value': 'if'}; {'id': '130', 'type': 'call', 'children': ['131', '132']}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'rel'}; {'id': '132', 'type': 'argument_list', 'children': ['133']}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'ctx'}; {'id': '134', 'type': 'call', 'children': ['135', '136']}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'callable'}; {'id': '136', 'type': 'argument_list', 'children': ['137']}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'rel'}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'rel'}, {'id': '139', 'type': 'expression_statement', 'children': ['140']}; {'id': '140', 'type': 'assignment', 'children': ['141', '142']}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'r_list'}; {'id': '142', 'type': 'conditional_expression', 'children': ['143', '145', '148'], 'value': 'if'}, {'id': '143', 'type': 'list', 'children': ['144'], 'value': '[r]'}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'r'}, {'id': '145', 'type': 'comparison_operator', 'children': ['146', '147'], 'value': 'is'}; {'id': '146', 'type': 'identifier', 'children': [], 'value': '_rel'}, {'id': '147', 'type': 'None', 'children': []}; {'id': '148', 'type': 'parenthesized_expression', 'children': ['149']}, {'id': '149', 'type': 'conditional_expression', 'children': ['150', '151', '156'], 'value': 'if'}; {'id': '150', 'type': 'identifier', 'children': [], 'value': '_rel'}, {'id': '151', 'type': 'call', 'children': ['152', '153']}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'isinstance'}, {'id': '153', 'type': 'argument_list', 'children': ['154', '155']}; {'id': '154', 'type': 'identifier', 'children': [], 'value': '_rel'}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'list'}; {'id': '156', 'type': 'list', 'children': ['157'], 'value': '[_rel]'}, {'id': '157', 'type': 'identifier', 'children': [], 'value': '_rel'}; {'id': '158', 'type': 'expression_statement', 'children': ['159']}, {'id': '159', 'type': 'assignment', 'children': ['160', '161']}; {'id': '160', 'type': 'identifier', 'children': [], 'value': '_value'}, {'id': '161', 'type': 'conditional_expression', 'children': ['162', '166', '170'], 'value': 'if'}; {'id': '162', 'type': 'call', 'children': ['163', '164']}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '164', 'type': 'argument_list', 'children': ['165']}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'ctx'}; {'id': '166', 'type': 'call', 'children': ['167', '168']}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'callable'}; {'id': '168', 'type': 'argument_list', 'children': ['169']}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '171', 'type': 'expression_statement', 'children': ['172']}; {'id': '172', 'type': 'assignment', 'children': ['173', '174']}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'v_list'}; {'id': '174', 'type': 'conditional_expression', 'children': ['175', '177', '180'], 'value': 'if'}, {'id': '175', 'type': 'list', 'children': ['176'], 'value': '[v]'}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'v'}, {'id': '177', 'type': 'comparison_operator', 'children': ['178', '179'], 'value': 'is'}; {'id': '178', 'type': 'identifier', 'children': [], 'value': '_value'}, {'id': '179', 'type': 'None', 'children': []}; {'id': '180', 'type': 'parenthesized_expression', 'children': ['181']}, {'id': '181', 'type': 'conditional_expression', 'children': ['182', '183', '188'], 'value': 'if'}; {'id': '182', 'type': 'identifier', 'children': [], 'value': '_value'}, {'id': '183', 'type': 'call', 'children': ['184', '185']}; {'id': '184', 'type': 'identifier', 'children': [], 'value': 'isinstance'}, {'id': '185', 'type': 'argument_list', 'children': ['186', '187']}; {'id': '186', 'type': 'identifier', 'children': [], 'value': '_value'}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'list'}; {'id': '188', 'type': 'list', 'children': ['189'], 'value': '[_value]'}, {'id': '189', 'type': 'identifier', 'children': [], 'value': '_value'}; {'id': '190', 'type': 'expression_statement', 'children': ['191']}, {'id': '191', 'type': 'assignment', 'children': ['192', '193']}; {'id': '192', 'type': 'identifier', 'children': [], 'value': '_attributes'}, {'id': '193', 'type': 'conditional_expression', 'children': ['194', '198', '202'], 'value': 'if'}; {'id': '194', 'type': 'call', 'children': ['195', '196']}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'attributes'}; {'id': '196', 'type': 'argument_list', 'children': ['197']}, {'id': '197', 'type': 'identifier', 'children': [], 'value': 'ctx'}; {'id': '198', 'type': 'call', 'children': ['199', '200']}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'callable'}; {'id': '200', 'type': 'argument_list', 'children': ['201']}, {'id': '201', 'type': 'identifier', 'children': [], 'value': 'attributes'}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'attributes'}, {'id': '203', 'type': 'for_statement', 'children': ['204', '209', '224']}; {'id': '204', 'type': 'tuple_pattern', 'children': ['205', '206', '207', '208']}, {'id': '205', 'type': 'identifier', 'children': [], 'value': 'o'}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'r'}, {'id': '207', 'type': 'identifier', 'children': [], 'value': 'v'}; {'id': '208', 'type': 'identifier', 'children': [], 'value': 'a'}, {'id': '209', 'type': 'list_comprehension', 'children': ['210', '215', '218', '221']}; {'id': '210', 'type': 'tuple', 'children': ['211', '212', '213', '214']}, {'id': '211', 'type': 'identifier', 'children': [], 'value': 'o'}; {'id': '212', 'type': 'identifier', 'children': [], 'value': 'r'}, {'id': '213', 'type': 'identifier', 'children': [], 'value': 'v'}; {'id': '214', 'type': 'identifier', 'children': [], 'value': 'a'}, {'id': '215', 'type': 'for_in_clause', 'children': ['216', '217']}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'o'}, {'id': '217', 'type': 'identifier', 'children': [], 'value': 'o_list'}; {'id': '218', 'type': 'for_in_clause', 'children': ['219', '220']}, {'id': '219', 'type': 'identifier', 'children': [], 'value': 'r'}; {'id': '220', 'type': 'identifier', 'children': [], 'value': 'r_list'}, {'id': '221', 'type': 'for_in_clause', 'children': ['222', '223']}; {'id': '222', 'type': 'identifier', 'children': [], 'value': 'v'}, {'id': '223', 'type': 'identifier', 'children': [], 'value': 'v_list'}; {'id': '224', 'type': 'block', 'children': ['225']}, {'id': '225', 'type': 'expression_statement', 'children': ['226']}; {'id': '226', 'type': 'call', 'children': ['227', '232']}, {'id': '227', 'type': 'attribute', 'children': ['228', '231']}; {'id': '228', 'type': 'attribute', 'children': ['229', '230']}, {'id': '229', 'type': 'identifier', 'children': [], 'value': 'ctx'}; {'id': '230', 'type': 'identifier', 'children': [], 'value': 'output_model'}, {'id': '231', 'type': 'identifier', 'children': [], 'value': 'add'}; {'id': '232', 'type': 'argument_list', 'children': ['233', '234', '235', '236']}, {'id': '233', 'type': 'identifier', 'children': [], 'value': 'o'}; {'id': '234', 'type': 'identifier', 'children': [], 'value': 'r'}, {'id': '235', 'type': 'identifier', 'children': [], 'value': 'v'}; {'id': '236', 'type': 'identifier', 'children': [], 'value': 'attributes'}, {'id': '237', 'type': 'return_statement', 'children': []}; {'id': '238', 'type': 'return_statement', 'children': ['239']}, {'id': '239', 'type': 'identifier', 'children': [], 'value': '_link'} | def link(origin=None, rel=None, value=None, attributes=None, source=None):
'''
Action function generator to create a link based on the context's current link, or on provided parameters
:param origin: IRI/string, or list of same; origins for the created relationships.
If None, the action context provides the parameter.
:param rel: IRI/string, or list of same; IDs for the created relationships.
If None, the action context provides the parameter.
:param value: IRI/string, or list of same; values/targets for the created relationships.
If None, the action context provides the parameter.
:param source: pattern action to be executed, generating contexts to determine the output statements. If given, overrides specific origin, rel or value params
:return: Versa action function to do the actual work
'''
attributes = attributes or {}
def _link(ctx):
if source:
if not callable(source):
raise ValueError('Link source must be a pattern action function')
contexts = source(ctx)
for ctx in contexts:
ctx.output_model.add(ctx.current_link[ORIGIN], ctx.current_link[RELATIONSHIP], ctx.current_link[TARGET], attributes)
return
(o, r, v, a) = ctx.current_link
_origin = origin(ctx) if callable(origin) else origin
o_list = [o] if _origin is None else (_origin if isinstance(_origin, list) else [_origin])
_rel = rel(ctx) if callable(rel) else rel
r_list = [r] if _rel is None else (_rel if isinstance(_rel, list) else [_rel])
_value = value(ctx) if callable(value) else value
v_list = [v] if _value is None else (_value if isinstance(_value, list) else [_value])
_attributes = attributes(ctx) if callable(attributes) else attributes
for (o, r, v, a) in [ (o, r, v, a) for o in o_list for r in r_list for v in v_list ]:
ctx.output_model.add(o, r, v, attributes)
return
return _link |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '16']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'foreach'}, {'id': '3', 'type': 'parameters', 'children': ['4', '7', '10', '13']}; {'id': '4', 'type': 'default_parameter', 'children': ['5', '6']}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'origin'}; {'id': '6', 'type': 'None', 'children': []}, {'id': '7', 'type': 'default_parameter', 'children': ['8', '9']}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'rel'}, {'id': '9', 'type': 'None', 'children': []}; {'id': '10', 'type': 'default_parameter', 'children': ['11', '12']}, {'id': '11', 'type': 'identifier', 'children': [], 'value': 'target'}; {'id': '12', 'type': 'None', 'children': []}, {'id': '13', 'type': 'default_parameter', 'children': ['14', '15']}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'attributes'}, {'id': '15', 'type': 'None', 'children': []}; {'id': '16', 'type': 'block', 'children': ['17', '19', '193']}, {'id': '17', 'type': 'expression_statement', 'children': ['18']}; {'id': '18', 'type': 'string', 'children': [], 'value': "'''\n Action function generator to compute a combination of links\n :return: Versa action function to do the actual work\n '''"}, {'id': '19', 'type': 'function_definition', 'children': ['20', '21', '23']}; {'id': '20', 'type': 'function_name', 'children': [], 'value': '_foreach'}, {'id': '21', 'type': 'parameters', 'children': ['22']}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'ctx'}, {'id': '23', 'type': 'block', 'children': ['24', '26', '39', '52', '65', '78', '88', '107', '126', '145', '164']}; {'id': '24', 'type': 'expression_statement', 'children': ['25']}, {'id': '25', 'type': 'string', 'children': [], 'value': "'''\n Versa action function utility to compute a list of values from a list of expressions\n :param ctx: Versa context used in processing (e.g. includes the prototype link)\n '''"}; {'id': '26', 'type': 'expression_statement', 'children': ['27']}, {'id': '27', 'type': 'assignment', 'children': ['28', '29']}; {'id': '28', 'type': 'identifier', 'children': [], 'value': '_origin'}, {'id': '29', 'type': 'conditional_expression', 'children': ['30', '34', '38'], 'value': 'if'}; {'id': '30', 'type': 'call', 'children': ['31', '32']}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'origin'}; {'id': '32', 'type': 'argument_list', 'children': ['33']}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'ctx'}; {'id': '34', 'type': 'call', 'children': ['35', '36']}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'callable'}; {'id': '36', 'type': 'argument_list', 'children': ['37']}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'origin'}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'origin'}, {'id': '39', 'type': 'expression_statement', 'children': ['40']}; {'id': '40', 'type': 'assignment', 'children': ['41', '42']}, {'id': '41', 'type': 'identifier', 'children': [], 'value': '_rel'}; {'id': '42', 'type': 'conditional_expression', 'children': ['43', '47', '51'], 'value': 'if'}, {'id': '43', 'type': 'call', 'children': ['44', '45']}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'rel'}, {'id': '45', 'type': 'argument_list', 'children': ['46']}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'ctx'}, {'id': '47', 'type': 'call', 'children': ['48', '49']}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'callable'}, {'id': '49', 'type': 'argument_list', 'children': ['50']}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'rel'}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'rel'}; {'id': '52', 'type': 'expression_statement', 'children': ['53']}, {'id': '53', 'type': 'assignment', 'children': ['54', '55']}; {'id': '54', 'type': 'identifier', 'children': [], 'value': '_target'}, {'id': '55', 'type': 'conditional_expression', 'children': ['56', '60', '64'], 'value': 'if'}; {'id': '56', 'type': 'call', 'children': ['57', '58']}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'target'}; {'id': '58', 'type': 'argument_list', 'children': ['59']}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'ctx'}; {'id': '60', 'type': 'call', 'children': ['61', '62']}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'callable'}; {'id': '62', 'type': 'argument_list', 'children': ['63']}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'target'}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'target'}, {'id': '65', 'type': 'expression_statement', 'children': ['66']}; {'id': '66', 'type': 'assignment', 'children': ['67', '68']}, {'id': '67', 'type': 'identifier', 'children': [], 'value': '_attributes'}; {'id': '68', 'type': 'conditional_expression', 'children': ['69', '73', '77'], 'value': 'if'}, {'id': '69', 'type': 'call', 'children': ['70', '71']}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'attributes'}, {'id': '71', 'type': 'argument_list', 'children': ['72']}; {'id': '72', 'type': 'identifier', 'children': [], 'value': 'ctx'}, {'id': '73', 'type': 'call', 'children': ['74', '75']}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'callable'}, {'id': '75', 'type': 'argument_list', 'children': ['76']}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'attributes'}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'attributes'}; {'id': '78', 'type': 'expression_statement', 'children': ['79']}, {'id': '79', 'type': 'assignment', 'children': ['80', '85']}; {'id': '80', 'type': 'tuple_pattern', 'children': ['81', '82', '83', '84']}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'o'}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'r'}, {'id': '83', 'type': 'identifier', 'children': [], 'value': 't'}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'a'}, {'id': '85', 'type': 'attribute', 'children': ['86', '87']}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'ctx'}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'current_link'}; {'id': '88', 'type': 'expression_statement', 'children': ['89']}, {'id': '89', 'type': 'assignment', 'children': ['90', '91']}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'o'}, {'id': '91', 'type': 'conditional_expression', 'children': ['92', '94', '97'], 'value': 'if'}; {'id': '92', 'type': 'list', 'children': ['93'], 'value': '[o]'}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'o'}; {'id': '94', 'type': 'comparison_operator', 'children': ['95', '96'], 'value': 'is'}, {'id': '95', 'type': 'identifier', 'children': [], 'value': '_origin'}; {'id': '96', 'type': 'None', 'children': []}, {'id': '97', 'type': 'parenthesized_expression', 'children': ['98']}; {'id': '98', 'type': 'conditional_expression', 'children': ['99', '100', '105'], 'value': 'if'}, {'id': '99', 'type': 'identifier', 'children': [], 'value': '_origin'}; {'id': '100', 'type': 'call', 'children': ['101', '102']}, {'id': '101', 'type': 'identifier', 'children': [], 'value': 'isinstance'}; {'id': '102', 'type': 'argument_list', 'children': ['103', '104']}, {'id': '103', 'type': 'identifier', 'children': [], 'value': '_origin'}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'list'}, {'id': '105', 'type': 'list', 'children': ['106'], 'value': '[_origin]'}; {'id': '106', 'type': 'identifier', 'children': [], 'value': '_origin'}, {'id': '107', 'type': 'expression_statement', 'children': ['108']}; {'id': '108', 'type': 'assignment', 'children': ['109', '110']}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'r'}; {'id': '110', 'type': 'conditional_expression', 'children': ['111', '113', '116'], 'value': 'if'}, {'id': '111', 'type': 'list', 'children': ['112'], 'value': '[r]'}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'r'}, {'id': '113', 'type': 'comparison_operator', 'children': ['114', '115'], 'value': 'is'}; {'id': '114', 'type': 'identifier', 'children': [], 'value': '_rel'}, {'id': '115', 'type': 'None', 'children': []}; {'id': '116', 'type': 'parenthesized_expression', 'children': ['117']}, {'id': '117', 'type': 'conditional_expression', 'children': ['118', '119', '124'], 'value': 'if'}; {'id': '118', 'type': 'identifier', 'children': [], 'value': '_rel'}, {'id': '119', 'type': 'call', 'children': ['120', '121']}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'isinstance'}, {'id': '121', 'type': 'argument_list', 'children': ['122', '123']}; {'id': '122', 'type': 'identifier', 'children': [], 'value': '_rel'}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'list'}; {'id': '124', 'type': 'list', 'children': ['125'], 'value': '[_rel]'}, {'id': '125', 'type': 'identifier', 'children': [], 'value': '_rel'}; {'id': '126', 'type': 'expression_statement', 'children': ['127']}, {'id': '127', 'type': 'assignment', 'children': ['128', '129']}; {'id': '128', 'type': 'identifier', 'children': [], 'value': 't'}, {'id': '129', 'type': 'conditional_expression', 'children': ['130', '132', '135'], 'value': 'if'}; {'id': '130', 'type': 'list', 'children': ['131'], 'value': '[t]'}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 't'}; {'id': '132', 'type': 'comparison_operator', 'children': ['133', '134'], 'value': 'is'}, {'id': '133', 'type': 'identifier', 'children': [], 'value': '_target'}; {'id': '134', 'type': 'None', 'children': []}, {'id': '135', 'type': 'parenthesized_expression', 'children': ['136']}; {'id': '136', 'type': 'conditional_expression', 'children': ['137', '138', '143'], 'value': 'if'}, {'id': '137', 'type': 'identifier', 'children': [], 'value': '_target'}; {'id': '138', 'type': 'call', 'children': ['139', '140']}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'isinstance'}; {'id': '140', 'type': 'argument_list', 'children': ['141', '142']}, {'id': '141', 'type': 'identifier', 'children': [], 'value': '_target'}; {'id': '142', 'type': 'identifier', 'children': [], 'value': 'list'}, {'id': '143', 'type': 'list', 'children': ['144'], 'value': '[_target]'}; {'id': '144', 'type': 'identifier', 'children': [], 'value': '_target'}, {'id': '145', 'type': 'expression_statement', 'children': ['146']}; {'id': '146', 'type': 'assignment', 'children': ['147', '148']}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'a'}; {'id': '148', 'type': 'conditional_expression', 'children': ['149', '151', '154'], 'value': 'if'}, {'id': '149', 'type': 'list', 'children': ['150'], 'value': '[a]'}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 'a'}, {'id': '151', 'type': 'comparison_operator', 'children': ['152', '153'], 'value': 'is'}; {'id': '152', 'type': 'identifier', 'children': [], 'value': '_attributes'}, {'id': '153', 'type': 'None', 'children': []}; {'id': '154', 'type': 'parenthesized_expression', 'children': ['155']}, {'id': '155', 'type': 'conditional_expression', 'children': ['156', '157', '162'], 'value': 'if'}; {'id': '156', 'type': 'identifier', 'children': [], 'value': '_attributes'}, {'id': '157', 'type': 'call', 'children': ['158', '159']}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'isinstance'}, {'id': '159', 'type': 'argument_list', 'children': ['160', '161']}; {'id': '160', 'type': 'identifier', 'children': [], 'value': '_attributes'}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'list'}; {'id': '162', 'type': 'list', 'children': ['163'], 'value': '[_attributes]'}, {'id': '163', 'type': 'identifier', 'children': [], 'value': '_attributes'}; {'id': '164', 'type': 'return_statement', 'children': ['165']}, {'id': '165', 'type': 'list_comprehension', 'children': ['166', '178']}; {'id': '166', 'type': 'call', 'children': ['167', '170']}, {'id': '167', 'type': 'attribute', 'children': ['168', '169']}; {'id': '168', 'type': 'identifier', 'children': [], 'value': 'ctx'}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'copy'}; {'id': '170', 'type': 'argument_list', 'children': ['171']}, {'id': '171', 'type': 'keyword_argument', 'children': ['172', '173']}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'current_link'}, {'id': '173', 'type': 'tuple', 'children': ['174', '175', '176', '177']}; {'id': '174', 'type': 'identifier', 'children': [], 'value': 'curr_o'}, {'id': '175', 'type': 'identifier', 'children': [], 'value': 'curr_r'}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'curr_t'}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'curr_a'}; {'id': '178', 'type': 'for_in_clause', 'children': ['179', '184']}, {'id': '179', 'type': 'tuple_pattern', 'children': ['180', '181', '182', '183']}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'curr_o'}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'curr_r'}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'curr_t'}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 'curr_a'}; {'id': '184', 'type': 'call', 'children': ['185', '188']}, {'id': '185', 'type': 'attribute', 'children': ['186', '187']}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'itertools'}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'product'}; {'id': '188', 'type': 'argument_list', 'children': ['189', '190', '191', '192']}, {'id': '189', 'type': 'identifier', 'children': [], 'value': 'o'}; {'id': '190', 'type': 'identifier', 'children': [], 'value': 'r'}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 't'}; {'id': '192', 'type': 'identifier', 'children': [], 'value': 'a'}, {'id': '193', 'type': 'return_statement', 'children': ['194']} | def foreach(origin=None, rel=None, target=None, attributes=None):
'''
Action function generator to compute a combination of links
:return: Versa action function to do the actual work
'''
def _foreach(ctx):
'''
Versa action function utility to compute a list of values from a list of expressions
:param ctx: Versa context used in processing (e.g. includes the prototype link)
'''
_origin = origin(ctx) if callable(origin) else origin
_rel = rel(ctx) if callable(rel) else rel
_target = target(ctx) if callable(target) else target
_attributes = attributes(ctx) if callable(attributes) else attributes
(o, r, t, a) = ctx.current_link
o = [o] if _origin is None else (_origin if isinstance(_origin, list) else [_origin])
r = [r] if _rel is None else (_rel if isinstance(_rel, list) else [_rel])
t = [t] if _target is None else (_target if isinstance(_target, list) else [_target])
a = [a] if _attributes is None else (_attributes if isinstance(_attributes, list) else [_attributes])
return [ ctx.copy(current_link=(curr_o, curr_r, curr_t, curr_a))
for (curr_o, curr_r, curr_t, curr_a)
in itertools.product(o, r, t, a) ]
return _foreach |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '5']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'get_method_documentation'}, {'id': '3', 'type': 'parameters', 'children': ['4']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'method'}, {'id': '5', 'type': 'block', 'children': ['6', '11', '43', '50', '54', '177', '188', '203', '343', '354']}; {'id': '6', 'type': 'import_from_statement', 'children': ['7', '9']}, {'id': '7', 'type': 'dotted_name', 'children': ['8']}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'inspect'}, {'id': '9', 'type': 'dotted_name', 'children': ['10']}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'getargspec'}, {'id': '11', 'type': 'expression_statement', 'children': ['12']}; {'id': '12', 'type': 'assignment', 'children': ['13', '14']}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'result'}; {'id': '14', 'type': 'dictionary', 'children': ['15', '20']}, {'id': '15', 'type': 'pair', 'children': ['16', '17']}; {'id': '16', 'type': 'string', 'children': [], 'value': "'name'"}, {'id': '17', 'type': 'attribute', 'children': ['18', '19']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'method'}, {'id': '19', 'type': 'identifier', 'children': [], 'value': '__name__'}; {'id': '20', 'type': 'pair', 'children': ['21', '22']}, {'id': '21', 'type': 'string', 'children': [], 'value': "'friendly_name'"}; {'id': '22', 'type': 'call', 'children': ['23', '26']}, {'id': '23', 'type': 'attribute', 'children': ['24', '25']}; {'id': '24', 'type': 'string', 'children': [], 'value': "' '"}, {'id': '25', 'type': 'identifier', 'children': [], 'value': 'join'}; {'id': '26', 'type': 'argument_list', 'children': ['27']}, {'id': '27', 'type': 'list_comprehension', 'children': ['28', '33']}; {'id': '28', 'type': 'call', 'children': ['29', '32']}, {'id': '29', 'type': 'attribute', 'children': ['30', '31']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'capitalize'}; {'id': '32', 'type': 'argument_list', 'children': []}, {'id': '33', 'type': 'for_in_clause', 'children': ['34', '35']}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '35', 'type': 'call', 'children': ['36', '41']}; {'id': '36', 'type': 'attribute', 'children': ['37', '40']}, {'id': '37', 'type': 'attribute', 'children': ['38', '39']}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'method'}, {'id': '39', 'type': 'identifier', 'children': [], 'value': '__name__'}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'split'}, {'id': '41', 'type': 'argument_list', 'children': ['42']}; {'id': '42', 'type': 'string', 'children': [], 'value': "'_'"}, {'id': '43', 'type': 'expression_statement', 'children': ['44']}; {'id': '44', 'type': 'assignment', 'children': ['45', '46']}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'arg_specs'}; {'id': '46', 'type': 'call', 'children': ['47', '48']}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'getargspec'}; {'id': '48', 'type': 'argument_list', 'children': ['49']}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'method'}; {'id': '50', 'type': 'expression_statement', 'children': ['51']}, {'id': '51', 'type': 'assignment', 'children': ['52', '53']}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'arguments'}, {'id': '53', 'type': 'dictionary', 'children': []}; {'id': '54', 'type': 'if_statement', 'children': ['55', '59', '89']}, {'id': '55', 'type': 'not_operator', 'children': ['56']}; {'id': '56', 'type': 'attribute', 'children': ['57', '58']}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'arg_specs'}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'defaults'}, {'id': '59', 'type': 'block', 'children': ['60']}; {'id': '60', 'type': 'if_statement', 'children': ['61', '73']}, {'id': '61', 'type': 'comparison_operator', 'children': ['62', '72'], 'value': '>'}; {'id': '62', 'type': 'call', 'children': ['63', '64']}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '64', 'type': 'argument_list', 'children': ['65']}, {'id': '65', 'type': 'subscript', 'children': ['66', '69']}; {'id': '66', 'type': 'attribute', 'children': ['67', '68']}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'arg_specs'}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'args'}, {'id': '69', 'type': 'slice', 'children': ['70', '71']}; {'id': '70', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '71', 'type': 'colon', 'children': []}; {'id': '72', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '73', 'type': 'block', 'children': ['74']}; {'id': '74', 'type': 'expression_statement', 'children': ['75']}, {'id': '75', 'type': 'assignment', 'children': ['76', '79']}; {'id': '76', 'type': 'subscript', 'children': ['77', '78']}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'arguments'}; {'id': '78', 'type': 'string', 'children': [], 'value': "'required'"}, {'id': '79', 'type': 'call', 'children': ['80', '81']}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'list'}, {'id': '81', 'type': 'argument_list', 'children': ['82']}; {'id': '82', 'type': 'subscript', 'children': ['83', '86']}, {'id': '83', 'type': 'attribute', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'arg_specs'}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'args'}; {'id': '86', 'type': 'slice', 'children': ['87', '88']}, {'id': '87', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '88', 'type': 'colon', 'children': []}, {'id': '89', 'type': 'else_clause', 'children': ['90']}; {'id': '90', 'type': 'block', 'children': ['91', '134', '140']}, {'id': '91', 'type': 'if_statement', 'children': ['92', '110']}; {'id': '92', 'type': 'call', 'children': ['93', '94']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '94', 'type': 'argument_list', 'children': ['95']}, {'id': '95', 'type': 'subscript', 'children': ['96', '99']}; {'id': '96', 'type': 'attribute', 'children': ['97', '98']}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'arg_specs'}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'args'}, {'id': '99', 'type': 'slice', 'children': ['100', '101', '102']}; {'id': '100', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '101', 'type': 'colon', 'children': []}; {'id': '102', 'type': 'unary_operator', 'children': ['103'], 'value': '-'}, {'id': '103', 'type': 'parenthesized_expression', 'children': ['104']}; {'id': '104', 'type': 'call', 'children': ['105', '106']}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '106', 'type': 'argument_list', 'children': ['107']}, {'id': '107', 'type': 'attribute', 'children': ['108', '109']}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'arg_specs'}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'defaults'}; {'id': '110', 'type': 'block', 'children': ['111']}, {'id': '111', 'type': 'expression_statement', 'children': ['112']}; {'id': '112', 'type': 'assignment', 'children': ['113', '116']}, {'id': '113', 'type': 'subscript', 'children': ['114', '115']}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'arguments'}, {'id': '115', 'type': 'string', 'children': [], 'value': "'required'"}; {'id': '116', 'type': 'call', 'children': ['117', '118']}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'list'}; {'id': '118', 'type': 'argument_list', 'children': ['119']}, {'id': '119', 'type': 'subscript', 'children': ['120', '123']}; {'id': '120', 'type': 'attribute', 'children': ['121', '122']}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'arg_specs'}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'args'}, {'id': '123', 'type': 'slice', 'children': ['124', '125', '126']}; {'id': '124', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '125', 'type': 'colon', 'children': []}; {'id': '126', 'type': 'unary_operator', 'children': ['127'], 'value': '-'}, {'id': '127', 'type': 'parenthesized_expression', 'children': ['128']}; {'id': '128', 'type': 'call', 'children': ['129', '130']}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '130', 'type': 'argument_list', 'children': ['131']}, {'id': '131', 'type': 'attribute', 'children': ['132', '133']}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'arg_specs'}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'defaults'}; {'id': '134', 'type': 'expression_statement', 'children': ['135']}, {'id': '135', 'type': 'assignment', 'children': ['136', '139']}; {'id': '136', 'type': 'subscript', 'children': ['137', '138']}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'arguments'}; {'id': '138', 'type': 'string', 'children': [], 'value': "'optional'"}, {'id': '139', 'type': 'dictionary', 'children': []}; {'id': '140', 'type': 'for_statement', 'children': ['141', '142', '151']}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '142', 'type': 'call', 'children': ['143', '144']}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'range'}; {'id': '144', 'type': 'argument_list', 'children': ['145']}, {'id': '145', 'type': 'call', 'children': ['146', '147']}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '147', 'type': 'argument_list', 'children': ['148']}; {'id': '148', 'type': 'attribute', 'children': ['149', '150']}, {'id': '149', 'type': 'identifier', 'children': [], 'value': 'arg_specs'}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 'defaults'}, {'id': '151', 'type': 'block', 'children': ['152']}; {'id': '152', 'type': 'expression_statement', 'children': ['153']}, {'id': '153', 'type': 'assignment', 'children': ['154', '172']}; {'id': '154', 'type': 'subscript', 'children': ['155', '158']}, {'id': '155', 'type': 'subscript', 'children': ['156', '157']}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'arguments'}, {'id': '157', 'type': 'string', 'children': [], 'value': "'optional'"}; {'id': '158', 'type': 'subscript', 'children': ['159', '162']}, {'id': '159', 'type': 'attribute', 'children': ['160', '161']}; {'id': '160', 'type': 'identifier', 'children': [], 'value': 'arg_specs'}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'args'}; {'id': '162', 'type': 'binary_operator', 'children': ['163', '171'], 'value': '+'}, {'id': '163', 'type': 'unary_operator', 'children': ['164'], 'value': '-'}; {'id': '164', 'type': 'parenthesized_expression', 'children': ['165']}, {'id': '165', 'type': 'call', 'children': ['166', '167']}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '167', 'type': 'argument_list', 'children': ['168']}; {'id': '168', 'type': 'attribute', 'children': ['169', '170']}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'arg_specs'}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'defaults'}, {'id': '171', 'type': 'identifier', 'children': [], 'value': 'i'}; {'id': '172', 'type': 'subscript', 'children': ['173', '176']}, {'id': '173', 'type': 'attribute', 'children': ['174', '175']}; {'id': '174', 'type': 'identifier', 'children': [], 'value': 'arg_specs'}, {'id': '175', 'type': 'identifier', 'children': [], 'value': 'defaults'}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'i'}, {'id': '177', 'type': 'if_statement', 'children': ['178', '181']}; {'id': '178', 'type': 'comparison_operator', 'children': ['179', '180'], 'value': '!='}, {'id': '179', 'type': 'identifier', 'children': [], 'value': 'arguments'}; {'id': '180', 'type': 'dictionary', 'children': []}, {'id': '181', 'type': 'block', 'children': ['182']}; {'id': '182', 'type': 'expression_statement', 'children': ['183']}, {'id': '183', 'type': 'assignment', 'children': ['184', '187']}; {'id': '184', 'type': 'subscript', 'children': ['185', '186']}, {'id': '185', 'type': 'identifier', 'children': [], 'value': 'result'}; {'id': '186', 'type': 'string', 'children': [], 'value': "'parameters'"}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'arguments'}; {'id': '188', 'type': 'expression_statement', 'children': ['189']}, {'id': '189', 'type': 'assignment', 'children': ['190', '191']}; {'id': '190', 'type': 'identifier', 'children': [], 'value': 'doc'}, {'id': '191', 'type': 'conditional_expression', 'children': ['192', '199', '202'], 'value': 'if'}; {'id': '192', 'type': 'call', 'children': ['193', '198']}, {'id': '193', 'type': 'attribute', 'children': ['194', '197']}; {'id': '194', 'type': 'attribute', 'children': ['195', '196']}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'method'}; {'id': '196', 'type': 'identifier', 'children': [], 'value': '__doc__'}, {'id': '197', 'type': 'identifier', 'children': [], 'value': 'strip'}; {'id': '198', 'type': 'argument_list', 'children': []}, {'id': '199', 'type': 'attribute', 'children': ['200', '201']}; {'id': '200', 'type': 'identifier', 'children': [], 'value': 'method'}, {'id': '201', 'type': 'identifier', 'children': [], 'value': '__doc__'}; {'id': '202', 'type': 'string', 'children': [], 'value': "''"}, {'id': '203', 'type': 'if_statement', 'children': ['204', '209']}; {'id': '204', 'type': 'comparison_operator', 'children': ['205', '206'], 'value': 'in'}, {'id': '205', 'type': 'string', 'children': [], 'value': "':'"}; {'id': '206', 'type': 'attribute', 'children': ['207', '208']}, {'id': '207', 'type': 'identifier', 'children': [], 'value': 'method'}; {'id': '208', 'type': 'identifier', 'children': [], 'value': '__doc__'}, {'id': '209', 'type': 'block', 'children': ['210', '233', '245', '279', '295', '306']}; {'id': '210', 'type': 'expression_statement', 'children': ['211']}, {'id': '211', 'type': 'assignment', 'children': ['212', '213']}; {'id': '212', 'type': 'identifier', 'children': [], 'value': 'doc'}, {'id': '213', 'type': 'dictionary', 'children': ['214']}; {'id': '214', 'type': 'pair', 'children': ['215', '216']}, {'id': '215', 'type': 'string', 'children': [], 'value': "'summary'"}; {'id': '216', 'type': 'call', 'children': ['217', '232']}, {'id': '217', 'type': 'attribute', 'children': ['218', '231']}; {'id': '218', 'type': 'subscript', 'children': ['219', '222']}, {'id': '219', 'type': 'attribute', 'children': ['220', '221']}; {'id': '220', 'type': 'identifier', 'children': [], 'value': 'method'}, {'id': '221', 'type': 'identifier', 'children': [], 'value': '__doc__'}; {'id': '222', 'type': 'slice', 'children': ['223', '224', '225']}, {'id': '223', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '224', 'type': 'colon', 'children': []}, {'id': '225', 'type': 'call', 'children': ['226', '229']}; {'id': '226', 'type': 'attribute', 'children': ['227', '228']}, {'id': '227', 'type': 'identifier', 'children': [], 'value': 'doc'}; {'id': '228', 'type': 'identifier', 'children': [], 'value': 'find'}, {'id': '229', 'type': 'argument_list', 'children': ['230']}; {'id': '230', 'type': 'string', 'children': [], 'value': "' :'"}, {'id': '231', 'type': 'identifier', 'children': [], 'value': 'strip'}; {'id': '232', 'type': 'argument_list', 'children': []}, {'id': '233', 'type': 'expression_statement', 'children': ['234']}; {'id': '234', 'type': 'assignment', 'children': ['235', '236']}, {'id': '235', 'type': 'identifier', 'children': [], 'value': 'params'}; {'id': '236', 'type': 'call', 'children': ['237', '240']}, {'id': '237', 'type': 'attribute', 'children': ['238', '239']}; {'id': '238', 'type': 'identifier', 'children': [], 'value': 're'}, {'id': '239', 'type': 'identifier', 'children': [], 'value': 'findall'}; {'id': '240', 'type': 'argument_list', 'children': ['241', '242']}, {'id': '241', 'type': 'string', 'children': [], 'value': 'r":param ([^\\s]*): (.*)\\n"'}; {'id': '242', 'type': 'attribute', 'children': ['243', '244']}, {'id': '243', 'type': 'identifier', 'children': [], 'value': 'method'}; {'id': '244', 'type': 'identifier', 'children': [], 'value': '__doc__'}, {'id': '245', 'type': 'if_statement', 'children': ['246', '252']}; {'id': '246', 'type': 'comparison_operator', 'children': ['247', '251'], 'value': '>'}, {'id': '247', 'type': 'call', 'children': ['248', '249']}; {'id': '248', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '249', 'type': 'argument_list', 'children': ['250']}; {'id': '250', 'type': 'identifier', 'children': [], 'value': 'params'}, {'id': '251', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '252', 'type': 'block', 'children': ['253', '259']}, {'id': '253', 'type': 'expression_statement', 'children': ['254']}; {'id': '254', 'type': 'assignment', 'children': ['255', '258']}, {'id': '255', 'type': 'subscript', 'children': ['256', '257']}; {'id': '256', 'type': 'identifier', 'children': [], 'value': 'doc'}, {'id': '257', 'type': 'string', 'children': [], 'value': "'parameters'"}; {'id': '258', 'type': 'dictionary', 'children': []}, {'id': '259', 'type': 'for_statement', 'children': ['260', '261', '262']}; {'id': '260', 'type': 'identifier', 'children': [], 'value': 'param'}, {'id': '261', 'type': 'identifier', 'children': [], 'value': 'params'}; {'id': '262', 'type': 'block', 'children': ['263']}, {'id': '263', 'type': 'expression_statement', 'children': ['264']}; {'id': '264', 'type': 'assignment', 'children': ['265', '272']}, {'id': '265', 'type': 'subscript', 'children': ['266', '269']}; {'id': '266', 'type': 'subscript', 'children': ['267', '268']}, {'id': '267', 'type': 'identifier', 'children': [], 'value': 'doc'}; {'id': '268', 'type': 'string', 'children': [], 'value': "'parameters'"}, {'id': '269', 'type': 'subscript', 'children': ['270', '271']}; {'id': '270', 'type': 'identifier', 'children': [], 'value': 'param'}, {'id': '271', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '272', 'type': 'call', 'children': ['273', '278']}, {'id': '273', 'type': 'attribute', 'children': ['274', '277']}; {'id': '274', 'type': 'subscript', 'children': ['275', '276']}, {'id': '275', 'type': 'identifier', 'children': [], 'value': 'param'}; {'id': '276', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '277', 'type': 'identifier', 'children': [], 'value': 'strip'}; {'id': '278', 'type': 'argument_list', 'children': []}, {'id': '279', 'type': 'expression_statement', 'children': ['280']}; {'id': '280', 'type': 'assignment', 'children': ['281', '282']}, {'id': '281', 'type': 'identifier', 'children': [], 'value': 'regex'}; {'id': '282', 'type': 'call', 'children': ['283', '286']}, {'id': '283', 'type': 'attribute', 'children': ['284', '285']}; {'id': '284', 'type': 'identifier', 'children': [], 'value': 're'}, {'id': '285', 'type': 'identifier', 'children': [], 'value': 'compile'}; {'id': '286', 'type': 'argument_list', 'children': ['287', '288']}, {'id': '287', 'type': 'string', 'children': [], 'value': 'r":returns:(.*)"'}; {'id': '288', 'type': 'binary_operator', 'children': ['289', '292'], 'value': '|'}, {'id': '289', 'type': 'attribute', 'children': ['290', '291']}; {'id': '290', 'type': 'identifier', 'children': [], 'value': 're'}, {'id': '291', 'type': 'identifier', 'children': [], 'value': 'MULTILINE'}; {'id': '292', 'type': 'attribute', 'children': ['293', '294']}, {'id': '293', 'type': 'identifier', 'children': [], 'value': 're'}; {'id': '294', 'type': 'identifier', 'children': [], 'value': 'DOTALL'}, {'id': '295', 'type': 'expression_statement', 'children': ['296']}; {'id': '296', 'type': 'assignment', 'children': ['297', '298']}, {'id': '297', 'type': 'identifier', 'children': [], 'value': 'returns'}; {'id': '298', 'type': 'call', 'children': ['299', '302']}, {'id': '299', 'type': 'attribute', 'children': ['300', '301']}; {'id': '300', 'type': 'identifier', 'children': [], 'value': 'regex'}, {'id': '301', 'type': 'identifier', 'children': [], 'value': 'search'}; {'id': '302', 'type': 'argument_list', 'children': ['303']}, {'id': '303', 'type': 'attribute', 'children': ['304', '305']}; {'id': '304', 'type': 'identifier', 'children': [], 'value': 'method'}, {'id': '305', 'type': 'identifier', 'children': [], 'value': '__doc__'}; {'id': '306', 'type': 'if_statement', 'children': ['307', '315']}, {'id': '307', 'type': 'boolean_operator', 'children': ['308', '309'], 'value': 'and'}; {'id': '308', 'type': 'identifier', 'children': [], 'value': 'returns'}, {'id': '309', 'type': 'call', 'children': ['310', '313']}; {'id': '310', 'type': 'attribute', 'children': ['311', '312']}, {'id': '311', 'type': 'identifier', 'children': [], 'value': 'returns'}; {'id': '312', 'type': 'identifier', 'children': [], 'value': 'group'}, {'id': '313', 'type': 'argument_list', 'children': ['314']}; {'id': '314', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '315', 'type': 'block', 'children': ['316']}; {'id': '316', 'type': 'expression_statement', 'children': ['317']}, {'id': '317', 'type': 'assignment', 'children': ['318', '321']}; {'id': '318', 'type': 'subscript', 'children': ['319', '320']}, {'id': '319', 'type': 'identifier', 'children': [], 'value': 'doc'}; {'id': '320', 'type': 'string', 'children': [], 'value': "'return'"}, {'id': '321', 'type': 'call', 'children': ['322', '342']}; {'id': '322', 'type': 'attribute', 'children': ['323', '341']}, {'id': '323', 'type': 'call', 'children': ['324', '338']}; {'id': '324', 'type': 'attribute', 'children': ['325', '337']}, {'id': '325', 'type': 'call', 'children': ['326', '334']}; {'id': '326', 'type': 'attribute', 'children': ['327', '333']}, {'id': '327', 'type': 'call', 'children': ['328', '331']}; {'id': '328', 'type': 'attribute', 'children': ['329', '330']}, {'id': '329', 'type': 'identifier', 'children': [], 'value': 'returns'}; {'id': '330', 'type': 'identifier', 'children': [], 'value': 'group'}, {'id': '331', 'type': 'argument_list', 'children': ['332']}; {'id': '332', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '333', 'type': 'identifier', 'children': [], 'value': 'replace'}; {'id': '334', 'type': 'argument_list', 'children': ['335', '336']}, {'id': '335', 'type': 'string', 'children': [], 'value': "':returns:'"}; {'id': '336', 'type': 'string', 'children': [], 'value': "''"}, {'id': '337', 'type': 'identifier', 'children': [], 'value': 'replace'}; {'id': '338', 'type': 'argument_list', 'children': ['339', '340']}, {'id': '339', 'type': 'string', 'children': [], 'value': "'\\n '"}; {'id': '340', 'type': 'string', 'children': [], 'value': "'\\n'"}, {'id': '341', 'type': 'identifier', 'children': [], 'value': 'strip'}; {'id': '342', 'type': 'argument_list', 'children': []}, {'id': '343', 'type': 'if_statement', 'children': ['344', '347']}; {'id': '344', 'type': 'comparison_operator', 'children': ['345', '346'], 'value': '!='}, {'id': '345', 'type': 'identifier', 'children': [], 'value': 'doc'}; {'id': '346', 'type': 'string', 'children': [], 'value': "''"}, {'id': '347', 'type': 'block', 'children': ['348']}; {'id': '348', 'type': 'expression_statement', 'children': ['349']}, {'id': '349', 'type': 'assignment', 'children': ['350', '353']}; {'id': '350', 'type': 'subscript', 'children': ['351', '352']}, {'id': '351', 'type': 'identifier', 'children': [], 'value': 'result'}; {'id': '352', 'type': 'string', 'children': [], 'value': "'help'"}, {'id': '353', 'type': 'identifier', 'children': [], 'value': 'doc'}; {'id': '354', 'type': 'return_statement', 'children': ['355']}, {'id': '355', 'type': 'identifier', 'children': [], 'value': 'result'} | def get_method_documentation(method):
from inspect import getargspec
result = {
'name': method.__name__,
'friendly_name': ' '.join([name.capitalize() for name in method.__name__.split('_')]),
}
arg_specs = getargspec(method)
arguments = {}
if not arg_specs.defaults:
if len(arg_specs.args[1:]) > 0:
arguments['required'] = list(arg_specs.args[1:])
else:
if len(arg_specs.args[1:-(len(arg_specs.defaults))]):
arguments['required'] = list(arg_specs.args[1:-(len(arg_specs.defaults))])
arguments['optional'] = {}
for i in range(len(arg_specs.defaults)):
arguments['optional'][arg_specs.args[-(len(arg_specs.defaults)) + i]] = arg_specs.defaults[i]
if arguments != {}:
result['parameters'] = arguments
doc = method.__doc__.strip() if method.__doc__ else ''
if ':' in method.__doc__:
doc = {'summary': method.__doc__[0:doc.find(' :')].strip()}
params = re.findall(r":param ([^\s]*): (.*)\n", method.__doc__)
if len(params) > 0:
doc['parameters'] = {}
for param in params:
doc['parameters'][param[0]] = param[1].strip()
regex = re.compile(r":returns:(.*)", re.MULTILINE | re.DOTALL)
returns = regex.search(method.__doc__)
if returns and returns.group(0):
doc['return'] = returns.group(0).replace(':returns:', '').replace('\n ', '\n').strip()
if doc != '':
result['help'] = doc
return result |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '6']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'sort_dictionary_list'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'dict_list'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'sort_key'}; {'id': '6', 'type': 'block', 'children': ['7', '20', '32']}, {'id': '7', 'type': 'if_statement', 'children': ['8', '17']}; {'id': '8', 'type': 'boolean_operator', 'children': ['9', '11'], 'value': 'or'}, {'id': '9', 'type': 'not_operator', 'children': ['10']}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'dict_list'}, {'id': '11', 'type': 'comparison_operator', 'children': ['12', '16'], 'value': '=='}; {'id': '12', 'type': 'call', 'children': ['13', '14']}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '14', 'type': 'argument_list', 'children': ['15']}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'dict_list'}; {'id': '16', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '17', 'type': 'block', 'children': ['18']}; {'id': '18', 'type': 'return_statement', 'children': ['19']}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'dict_list'}; {'id': '20', 'type': 'expression_statement', 'children': ['21']}, {'id': '21', 'type': 'call', 'children': ['22', '25']}; {'id': '22', 'type': 'attribute', 'children': ['23', '24']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'dict_list'}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'sort'}, {'id': '25', 'type': 'argument_list', 'children': ['26']}; {'id': '26', 'type': 'keyword_argument', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'key'}; {'id': '28', 'type': 'call', 'children': ['29', '30']}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'itemgetter'}; {'id': '30', 'type': 'argument_list', 'children': ['31']}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'sort_key'}; {'id': '32', 'type': 'return_statement', 'children': ['33']}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'dict_list'} | def sort_dictionary_list(dict_list, sort_key):
if not dict_list or len(dict_list) == 0:
return dict_list
dict_list.sort(key=itemgetter(sort_key))
return dict_list |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '11']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': '_push'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '6', '7', '8', '9']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'title'}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'view'}, {'id': '7', 'type': 'identifier', 'children': [], 'value': 'class_name'}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'is_class'}, {'id': '9', 'type': 'dictionary_splat_pattern', 'children': ['10']}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'kwargs'}, {'id': '11', 'type': 'block', 'children': ['12', '22', '28', '34', '46', '56', '64', '74', '87', '97', '114', '120', '131', '144', '160', '166', '172', '178', '184', '226', '234', '245', '255', '266']}; {'id': '12', 'type': 'expression_statement', 'children': ['13']}, {'id': '13', 'type': 'call', 'children': ['14', '15']}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'set_view_attr'}, {'id': '15', 'type': 'argument_list', 'children': ['16', '17', '18', '19']}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'view'}, {'id': '17', 'type': 'string', 'children': [], 'value': '"title"'}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'title'}, {'id': '19', 'type': 'keyword_argument', 'children': ['20', '21']}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'cls_name'}, {'id': '21', 'type': 'identifier', 'children': [], 'value': 'class_name'}; {'id': '22', 'type': 'expression_statement', 'children': ['23']}, {'id': '23', 'type': 'assignment', 'children': ['24', '25']}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'module_name'}, {'id': '25', 'type': 'attribute', 'children': ['26', '27']}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'view'}, {'id': '27', 'type': 'identifier', 'children': [], 'value': '__module__'}; {'id': '28', 'type': 'expression_statement', 'children': ['29']}, {'id': '29', 'type': 'assignment', 'children': ['30', '31']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'method_name'}, {'id': '31', 'type': 'attribute', 'children': ['32', '33']}; {'id': '32', 'type': 'identifier', 'children': [], 'value': 'view'}, {'id': '33', 'type': 'identifier', 'children': [], 'value': '__name__'}; {'id': '34', 'type': 'expression_statement', 'children': ['35']}, {'id': '35', 'type': 'assignment', 'children': ['36', '37']}; {'id': '36', 'type': 'identifier', 'children': [], 'value': '_endpoint'}, {'id': '37', 'type': 'call', 'children': ['38', '39']}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'build_endpoint_route_name'}, {'id': '39', 'type': 'argument_list', 'children': ['40', '41', '45']}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'view'}, {'id': '41', 'type': 'conditional_expression', 'children': ['42', '43', '44'], 'value': 'if'}; {'id': '42', 'type': 'string', 'children': [], 'value': '"index"'}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'is_class'}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'method_name'}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'class_name'}; {'id': '46', 'type': 'expression_statement', 'children': ['47']}, {'id': '47', 'type': 'assignment', 'children': ['48', '49']}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'endpoint'}, {'id': '49', 'type': 'call', 'children': ['50', '53']}; {'id': '50', 'type': 'attribute', 'children': ['51', '52']}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'pop'}, {'id': '53', 'type': 'argument_list', 'children': ['54', '55']}; {'id': '54', 'type': 'string', 'children': [], 'value': '"endpoint"'}, {'id': '55', 'type': 'identifier', 'children': [], 'value': '_endpoint'}; {'id': '56', 'type': 'expression_statement', 'children': ['57']}, {'id': '57', 'type': 'call', 'children': ['58', '61']}; {'id': '58', 'type': 'attribute', 'children': ['59', '60']}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'setdefault'}, {'id': '61', 'type': 'argument_list', 'children': ['62', '63']}; {'id': '62', 'type': 'string', 'children': [], 'value': '"endpoint_kwargs"'}, {'id': '63', 'type': 'dictionary', 'children': []}; {'id': '64', 'type': 'expression_statement', 'children': ['65']}, {'id': '65', 'type': 'assignment', 'children': ['66', '67']}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'order'}, {'id': '67', 'type': 'call', 'children': ['68', '71']}; {'id': '68', 'type': 'attribute', 'children': ['69', '70']}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'pop'}, {'id': '71', 'type': 'argument_list', 'children': ['72', '73']}; {'id': '72', 'type': 'string', 'children': [], 'value': '"order"'}, {'id': '73', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '74', 'type': 'expression_statement', 'children': ['75']}, {'id': '75', 'type': 'assignment', 'children': ['76', '77']}; {'id': '76', 'type': 'identifier', 'children': [], 'value': '_nav_tags'}, {'id': '77', 'type': 'call', 'children': ['78', '79']}; {'id': '78', 'type': 'identifier', 'children': [], 'value': 'get_view_attr'}, {'id': '79', 'type': 'argument_list', 'children': ['80', '81', '82', '84']}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'view'}, {'id': '81', 'type': 'string', 'children': [], 'value': '"nav_tags"'}; {'id': '82', 'type': 'list', 'children': ['83'], 'value': '["default"]'}, {'id': '83', 'type': 'string', 'children': [], 'value': '"default"'}; {'id': '84', 'type': 'keyword_argument', 'children': ['85', '86']}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'cls_name'}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'class_name'}, {'id': '87', 'type': 'expression_statement', 'children': ['88']}; {'id': '88', 'type': 'assignment', 'children': ['89', '90']}, {'id': '89', 'type': 'identifier', 'children': [], 'value': 'tags'}; {'id': '90', 'type': 'call', 'children': ['91', '94']}, {'id': '91', 'type': 'attribute', 'children': ['92', '93']}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'kwargs'}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'pop'}; {'id': '94', 'type': 'argument_list', 'children': ['95', '96']}, {'id': '95', 'type': 'string', 'children': [], 'value': '"tags"'}; {'id': '96', 'type': 'identifier', 'children': [], 'value': '_nav_tags'}, {'id': '97', 'type': 'if_statement', 'children': ['98', '104']}; {'id': '98', 'type': 'not_operator', 'children': ['99']}, {'id': '99', 'type': 'call', 'children': ['100', '101']}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'isinstance'}, {'id': '101', 'type': 'argument_list', 'children': ['102', '103']}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'tags'}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'list'}; {'id': '104', 'type': 'block', 'children': ['105', '109']}, {'id': '105', 'type': 'expression_statement', 'children': ['106']}; {'id': '106', 'type': 'assignment', 'children': ['107', '108']}, {'id': '107', 'type': 'identifier', 'children': [], 'value': '_'}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'tags'}, {'id': '109', 'type': 'expression_statement', 'children': ['110']}; {'id': '110', 'type': 'assignment', 'children': ['111', '112']}, {'id': '111', 'type': 'identifier', 'children': [], 'value': 'tags'}; {'id': '112', 'type': 'list', 'children': ['113'], 'value': '[_]'}, {'id': '113', 'type': 'identifier', 'children': [], 'value': '_'}; {'id': '114', 'type': 'expression_statement', 'children': ['115']}, {'id': '115', 'type': 'assignment', 'children': ['116', '119']}; {'id': '116', 'type': 'subscript', 'children': ['117', '118']}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '118', 'type': 'string', 'children': [], 'value': '"tags"'}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'tags'}; {'id': '120', 'type': 'expression_statement', 'children': ['121']}, {'id': '121', 'type': 'assignment', 'children': ['122', '123']}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'visible'}, {'id': '123', 'type': 'call', 'children': ['124', '127']}; {'id': '124', 'type': 'attribute', 'children': ['125', '126']}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'pop'}, {'id': '127', 'type': 'argument_list', 'children': ['128', '129']}; {'id': '128', 'type': 'string', 'children': [], 'value': '"visible"'}, {'id': '129', 'type': 'list', 'children': ['130'], 'value': '[True]'}; {'id': '130', 'type': 'True', 'children': []}, {'id': '131', 'type': 'if_statement', 'children': ['132', '138']}; {'id': '132', 'type': 'not_operator', 'children': ['133']}, {'id': '133', 'type': 'call', 'children': ['134', '135']}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'isinstance'}, {'id': '135', 'type': 'argument_list', 'children': ['136', '137']}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'visible'}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'list'}; {'id': '138', 'type': 'block', 'children': ['139']}, {'id': '139', 'type': 'expression_statement', 'children': ['140']}; {'id': '140', 'type': 'assignment', 'children': ['141', '142']}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'visible'}; {'id': '142', 'type': 'list', 'children': ['143'], 'value': '[visible]'}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'visible'}; {'id': '144', 'type': 'if_statement', 'children': ['145', '155']}, {'id': '145', 'type': 'comparison_operator', 'children': ['146', '154'], 'value': 'is'}; {'id': '146', 'type': 'call', 'children': ['147', '148']}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'get_view_attr'}; {'id': '148', 'type': 'argument_list', 'children': ['149', '150', '151']}, {'id': '149', 'type': 'identifier', 'children': [], 'value': 'view'}; {'id': '150', 'type': 'string', 'children': [], 'value': '"nav_visible"'}, {'id': '151', 'type': 'keyword_argument', 'children': ['152', '153']}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'cls_name'}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 'class_name'}; {'id': '154', 'type': 'False', 'children': []}, {'id': '155', 'type': 'block', 'children': ['156']}; {'id': '156', 'type': 'expression_statement', 'children': ['157']}, {'id': '157', 'type': 'assignment', 'children': ['158', '159']}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'visible'}, {'id': '159', 'type': 'False', 'children': []}; {'id': '160', 'type': 'expression_statement', 'children': ['161']}, {'id': '161', 'type': 'assignment', 'children': ['162', '165']}; {'id': '162', 'type': 'subscript', 'children': ['163', '164']}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '164', 'type': 'string', 'children': [], 'value': '"view"'}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'view'}; {'id': '166', 'type': 'expression_statement', 'children': ['167']}, {'id': '167', 'type': 'assignment', 'children': ['168', '171']}; {'id': '168', 'type': 'subscript', 'children': ['169', '170']}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '170', 'type': 'string', 'children': [], 'value': '"visible"'}, {'id': '171', 'type': 'identifier', 'children': [], 'value': 'visible'}; {'id': '172', 'type': 'expression_statement', 'children': ['173']}, {'id': '173', 'type': 'assignment', 'children': ['174', '177']}; {'id': '174', 'type': 'subscript', 'children': ['175', '176']}, {'id': '175', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '176', 'type': 'string', 'children': [], 'value': '"active"'}, {'id': '177', 'type': 'False', 'children': []}; {'id': '178', 'type': 'expression_statement', 'children': ['179']}, {'id': '179', 'type': 'assignment', 'children': ['180', '183']}; {'id': '180', 'type': 'subscript', 'children': ['181', '182']}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '182', 'type': 'string', 'children': [], 'value': '"key"'}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 'class_name'}; {'id': '184', 'type': 'if_statement', 'children': ['185', '186', '199']}, {'id': '185', 'type': 'identifier', 'children': [], 'value': 'is_class'}; {'id': '186', 'type': 'block', 'children': ['187', '193']}, {'id': '187', 'type': 'expression_statement', 'children': ['188']}; {'id': '188', 'type': 'assignment', 'children': ['189', '192']}, {'id': '189', 'type': 'subscript', 'children': ['190', '191']}; {'id': '190', 'type': 'identifier', 'children': [], 'value': 'kwargs'}, {'id': '191', 'type': 'string', 'children': [], 'value': '"endpoint"'}; {'id': '192', 'type': 'identifier', 'children': [], 'value': 'endpoint'}, {'id': '193', 'type': 'expression_statement', 'children': ['194']}; {'id': '194', 'type': 'assignment', 'children': ['195', '198']}, {'id': '195', 'type': 'subscript', 'children': ['196', '197']}; {'id': '196', 'type': 'identifier', 'children': [], 'value': 'kwargs'}, {'id': '197', 'type': 'string', 'children': [], 'value': '"has_subnav"'}; {'id': '198', 'type': 'True', 'children': []}, {'id': '199', 'type': 'else_clause', 'children': ['200']}; {'id': '200', 'type': 'block', 'children': ['201', '207']}, {'id': '201', 'type': 'expression_statement', 'children': ['202']}; {'id': '202', 'type': 'assignment', 'children': ['203', '206']}, {'id': '203', 'type': 'subscript', 'children': ['204', '205']}; {'id': '204', 'type': 'identifier', 'children': [], 'value': 'kwargs'}, {'id': '205', 'type': 'string', 'children': [], 'value': '"has_subnav"'}; {'id': '206', 'type': 'False', 'children': []}, {'id': '207', 'type': 'expression_statement', 'children': ['208']}; {'id': '208', 'type': 'call', 'children': ['209', '212']}, {'id': '209', 'type': 'attribute', 'children': ['210', '211']}; {'id': '210', 'type': 'identifier', 'children': [], 'value': 'kwargs'}, {'id': '211', 'type': 'identifier', 'children': [], 'value': 'update'}; {'id': '212', 'type': 'argument_list', 'children': ['213']}, {'id': '213', 'type': 'dictionary', 'children': ['214', '217', '220', '223']}; {'id': '214', 'type': 'pair', 'children': ['215', '216']}, {'id': '215', 'type': 'string', 'children': [], 'value': '"order"'}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'order'}, {'id': '217', 'type': 'pair', 'children': ['218', '219']}; {'id': '218', 'type': 'string', 'children': [], 'value': '"has_subnav"'}, {'id': '219', 'type': 'False', 'children': []}; {'id': '220', 'type': 'pair', 'children': ['221', '222']}, {'id': '221', 'type': 'string', 'children': [], 'value': '"title"'}; {'id': '222', 'type': 'identifier', 'children': [], 'value': 'title'}, {'id': '223', 'type': 'pair', 'children': ['224', '225']}; {'id': '224', 'type': 'string', 'children': [], 'value': '"endpoint"'}, {'id': '225', 'type': 'identifier', 'children': [], 'value': 'endpoint'}; {'id': '226', 'type': 'expression_statement', 'children': ['227']}, {'id': '227', 'type': 'assignment', 'children': ['228', '233']}; {'id': '228', 'type': 'subscript', 'children': ['229', '232']}, {'id': '229', 'type': 'attribute', 'children': ['230', '231']}; {'id': '230', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '231', 'type': 'identifier', 'children': [], 'value': '_title_map'}; {'id': '232', 'type': 'identifier', 'children': [], 'value': 'endpoint'}, {'id': '233', 'type': 'identifier', 'children': [], 'value': 'title'}; {'id': '234', 'type': 'expression_statement', 'children': ['235']}, {'id': '235', 'type': 'assignment', 'children': ['236', '237']}; {'id': '236', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '237', 'type': 'binary_operator', 'children': ['238', '239'], 'value': '%'}; {'id': '238', 'type': 'string', 'children': [], 'value': '"%s.%s"'}, {'id': '239', 'type': 'tuple', 'children': ['240', '241']}; {'id': '240', 'type': 'identifier', 'children': [], 'value': 'module_name'}, {'id': '241', 'type': 'conditional_expression', 'children': ['242', '243', '244'], 'value': 'if'}; {'id': '242', 'type': 'identifier', 'children': [], 'value': 'method_name'}, {'id': '243', 'type': 'identifier', 'children': [], 'value': 'is_class'}; {'id': '244', 'type': 'identifier', 'children': [], 'value': 'class_name'}, {'id': '245', 'type': 'expression_statement', 'children': ['246']}; {'id': '246', 'type': 'assignment', 'children': ['247', '248']}, {'id': '247', 'type': 'identifier', 'children': [], 'value': 'attach_to'}; {'id': '248', 'type': 'call', 'children': ['249', '252']}, {'id': '249', 'type': 'attribute', 'children': ['250', '251']}; {'id': '250', 'type': 'identifier', 'children': [], 'value': 'kwargs'}, {'id': '251', 'type': 'identifier', 'children': [], 'value': 'pop'}; {'id': '252', 'type': 'argument_list', 'children': ['253', '254']}, {'id': '253', 'type': 'string', 'children': [], 'value': '"attach_to"'}; {'id': '254', 'type': 'list', 'children': [], 'value': '[]'}, {'id': '255', 'type': 'if_statement', 'children': ['256', '258']}; {'id': '256', 'type': 'not_operator', 'children': ['257']}, {'id': '257', 'type': 'identifier', 'children': [], 'value': 'attach_to'}; {'id': '258', 'type': 'block', 'children': ['259']}, {'id': '259', 'type': 'expression_statement', 'children': ['260']}; {'id': '260', 'type': 'call', 'children': ['261', '264']}, {'id': '261', 'type': 'attribute', 'children': ['262', '263']}; {'id': '262', 'type': 'identifier', 'children': [], 'value': 'attach_to'}, {'id': '263', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '264', 'type': 'argument_list', 'children': ['265']}, {'id': '265', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '266', 'type': 'for_statement', 'children': ['267', '268', '269']}, {'id': '267', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '268', 'type': 'identifier', 'children': [], 'value': 'attach_to'}, {'id': '269', 'type': 'block', 'children': ['270', '303']}; {'id': '270', 'type': 'if_statement', 'children': ['271', '276']}, {'id': '271', 'type': 'comparison_operator', 'children': ['272', '273'], 'value': 'not'}; {'id': '272', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '273', 'type': 'attribute', 'children': ['274', '275']}; {'id': '274', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '275', 'type': 'identifier', 'children': [], 'value': 'MENU'}; {'id': '276', 'type': 'block', 'children': ['277']}, {'id': '277', 'type': 'expression_statement', 'children': ['278']}; {'id': '278', 'type': 'assignment', 'children': ['279', '284']}, {'id': '279', 'type': 'subscript', 'children': ['280', '283']}; {'id': '280', 'type': 'attribute', 'children': ['281', '282']}, {'id': '281', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '282', 'type': 'identifier', 'children': [], 'value': 'MENU'}, {'id': '283', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '284', 'type': 'dictionary', 'children': ['285', '288', '291', '294', '297', '300']}, {'id': '285', 'type': 'pair', 'children': ['286', '287']}; {'id': '286', 'type': 'string', 'children': [], 'value': '"title"'}, {'id': '287', 'type': 'None', 'children': []}; {'id': '288', 'type': 'pair', 'children': ['289', '290']}, {'id': '289', 'type': 'string', 'children': [], 'value': '"endpoint"'}; {'id': '290', 'type': 'None', 'children': []}, {'id': '291', 'type': 'pair', 'children': ['292', '293']}; {'id': '292', 'type': 'string', 'children': [], 'value': '"endpoint_kwargs"'}, {'id': '293', 'type': 'dictionary', 'children': []}; {'id': '294', 'type': 'pair', 'children': ['295', '296']}, {'id': '295', 'type': 'string', 'children': [], 'value': '"order"'}; {'id': '296', 'type': 'None', 'children': []}, {'id': '297', 'type': 'pair', 'children': ['298', '299']}; {'id': '298', 'type': 'string', 'children': [], 'value': '"subnav"'}, {'id': '299', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '300', 'type': 'pair', 'children': ['301', '302']}, {'id': '301', 'type': 'string', 'children': [], 'value': '"kwargs"'}; {'id': '302', 'type': 'dictionary', 'children': []}, {'id': '303', 'type': 'if_statement', 'children': ['304', '305', '336']}; {'id': '304', 'type': 'identifier', 'children': [], 'value': 'is_class'}, {'id': '305', 'type': 'block', 'children': ['306', '316', '326']}; {'id': '306', 'type': 'expression_statement', 'children': ['307']}, {'id': '307', 'type': 'assignment', 'children': ['308', '315']}; {'id': '308', 'type': 'subscript', 'children': ['309', '314']}, {'id': '309', 'type': 'subscript', 'children': ['310', '313']}; {'id': '310', 'type': 'attribute', 'children': ['311', '312']}, {'id': '311', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '312', 'type': 'identifier', 'children': [], 'value': 'MENU'}, {'id': '313', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '314', 'type': 'string', 'children': [], 'value': '"title"'}, {'id': '315', 'type': 'identifier', 'children': [], 'value': 'title'}; {'id': '316', 'type': 'expression_statement', 'children': ['317']}, {'id': '317', 'type': 'assignment', 'children': ['318', '325']}; {'id': '318', 'type': 'subscript', 'children': ['319', '324']}, {'id': '319', 'type': 'subscript', 'children': ['320', '323']}; {'id': '320', 'type': 'attribute', 'children': ['321', '322']}, {'id': '321', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '322', 'type': 'identifier', 'children': [], 'value': 'MENU'}, {'id': '323', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '324', 'type': 'string', 'children': [], 'value': '"order"'}, {'id': '325', 'type': 'identifier', 'children': [], 'value': 'order'}; {'id': '326', 'type': 'expression_statement', 'children': ['327']}, {'id': '327', 'type': 'assignment', 'children': ['328', '335']}; {'id': '328', 'type': 'subscript', 'children': ['329', '334']}, {'id': '329', 'type': 'subscript', 'children': ['330', '333']}; {'id': '330', 'type': 'attribute', 'children': ['331', '332']}, {'id': '331', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '332', 'type': 'identifier', 'children': [], 'value': 'MENU'}, {'id': '333', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '334', 'type': 'string', 'children': [], 'value': '"kwargs"'}, {'id': '335', 'type': 'identifier', 'children': [], 'value': 'kwargs'}; {'id': '336', 'type': 'else_clause', 'children': ['337']}, {'id': '337', 'type': 'block', 'children': ['338']}; {'id': '338', 'type': 'expression_statement', 'children': ['339']}, {'id': '339', 'type': 'call', 'children': ['340', '349']}; {'id': '340', 'type': 'attribute', 'children': ['341', '348']}, {'id': '341', 'type': 'subscript', 'children': ['342', '347']}; {'id': '342', 'type': 'subscript', 'children': ['343', '346']}, {'id': '343', 'type': 'attribute', 'children': ['344', '345']}; {'id': '344', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '345', 'type': 'identifier', 'children': [], 'value': 'MENU'}; {'id': '346', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '347', 'type': 'string', 'children': [], 'value': '"subnav"'}; {'id': '348', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '349', 'type': 'argument_list', 'children': ['350']} | def _push(self, title, view, class_name, is_class, **kwargs):
set_view_attr(view, "title", title, cls_name=class_name)
module_name = view.__module__
method_name = view.__name__
_endpoint = build_endpoint_route_name(view, "index" if is_class else method_name, class_name)
endpoint = kwargs.pop("endpoint", _endpoint)
kwargs.setdefault("endpoint_kwargs", {})
order = kwargs.pop("order", 0)
_nav_tags = get_view_attr(view, "nav_tags", ["default"], cls_name=class_name)
tags = kwargs.pop("tags", _nav_tags)
if not isinstance(tags, list):
_ = tags
tags = [_]
kwargs["tags"] = tags
visible = kwargs.pop("visible", [True])
if not isinstance(visible, list):
visible = [visible]
if get_view_attr(view, "nav_visible", cls_name=class_name) is False:
visible = False
kwargs["view"] = view
kwargs["visible"] = visible
kwargs["active"] = False
kwargs["key"] = class_name
if is_class:
kwargs["endpoint"] = endpoint
kwargs["has_subnav"] = True
else:
kwargs["has_subnav"] = False
kwargs.update({
"order": order,
"has_subnav": False,
"title": title,
"endpoint": endpoint,
})
self._title_map[endpoint] = title
path = "%s.%s" % (module_name, method_name if is_class else class_name)
attach_to = kwargs.pop("attach_to", [])
if not attach_to:
attach_to.append(path)
for path in attach_to:
if path not in self.MENU:
self.MENU[path] = {
"title": None,
"endpoint": None,
"endpoint_kwargs": {},
"order": None,
"subnav": [],
"kwargs": {}
}
if is_class:
self.MENU[path]["title"] = title
self.MENU[path]["order"] = order
self.MENU[path]["kwargs"] = kwargs
else:
self.MENU[path]["subnav"].append(kwargs) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '5']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'render'}, {'id': '3', 'type': 'parameters', 'children': ['4']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'block', 'children': ['6', '10', '14', '216']}; {'id': '6', 'type': 'expression_statement', 'children': ['7']}, {'id': '7', 'type': 'assignment', 'children': ['8', '9']}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'menu_list'}, {'id': '9', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '10', 'type': 'expression_statement', 'children': ['11']}, {'id': '11', 'type': 'assignment', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'menu_index'}, {'id': '13', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '14', 'type': 'for_statement', 'children': ['15', '18', '30']}, {'id': '15', 'type': 'pattern_list', 'children': ['16', '17']}; {'id': '16', 'type': 'identifier', 'children': [], 'value': '_'}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'menu'}; {'id': '18', 'type': 'call', 'children': ['19', '29']}, {'id': '19', 'type': 'attribute', 'children': ['20', '28']}; {'id': '20', 'type': 'call', 'children': ['21', '24']}, {'id': '21', 'type': 'attribute', 'children': ['22', '23']}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'copy'}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'deepcopy'}; {'id': '24', 'type': 'argument_list', 'children': ['25']}, {'id': '25', 'type': 'attribute', 'children': ['26', '27']}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'MENU'}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'items'}, {'id': '29', 'type': 'argument_list', 'children': []}; {'id': '30', 'type': 'block', 'children': ['31', '35', '46', '54', '78', '158', '164', '212']}, {'id': '31', 'type': 'expression_statement', 'children': ['32']}; {'id': '32', 'type': 'assignment', 'children': ['33', '34']}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'subnav'}; {'id': '34', 'type': 'list', 'children': [], 'value': '[]'}, {'id': '35', 'type': 'expression_statement', 'children': ['36']}; {'id': '36', 'type': 'assignment', 'children': ['37', '42']}, {'id': '37', 'type': 'subscript', 'children': ['38', '41']}; {'id': '38', 'type': 'subscript', 'children': ['39', '40']}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'menu'}; {'id': '40', 'type': 'string', 'children': [], 'value': '"kwargs"'}, {'id': '41', 'type': 'string', 'children': [], 'value': '"_id"'}; {'id': '42', 'type': 'call', 'children': ['43', '44']}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'str'}; {'id': '44', 'type': 'argument_list', 'children': ['45']}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'menu_index'}; {'id': '46', 'type': 'expression_statement', 'children': ['47']}, {'id': '47', 'type': 'assignment', 'children': ['48', '53']}; {'id': '48', 'type': 'subscript', 'children': ['49', '52']}, {'id': '49', 'type': 'subscript', 'children': ['50', '51']}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'menu'}, {'id': '51', 'type': 'string', 'children': [], 'value': '"kwargs"'}; {'id': '52', 'type': 'string', 'children': [], 'value': '"active"'}, {'id': '53', 'type': 'False', 'children': []}; {'id': '54', 'type': 'if_statement', 'children': ['55', '60']}, {'id': '55', 'type': 'comparison_operator', 'children': ['56', '57'], 'value': 'in'}; {'id': '56', 'type': 'string', 'children': [], 'value': '"visible"'}, {'id': '57', 'type': 'subscript', 'children': ['58', '59']}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'menu'}, {'id': '59', 'type': 'string', 'children': [], 'value': '"kwargs"'}; {'id': '60', 'type': 'block', 'children': ['61']}, {'id': '61', 'type': 'expression_statement', 'children': ['62']}; {'id': '62', 'type': 'assignment', 'children': ['63', '68']}, {'id': '63', 'type': 'subscript', 'children': ['64', '67']}; {'id': '64', 'type': 'subscript', 'children': ['65', '66']}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'menu'}; {'id': '66', 'type': 'string', 'children': [], 'value': '"kwargs"'}, {'id': '67', 'type': 'string', 'children': [], 'value': '"visible"'}; {'id': '68', 'type': 'call', 'children': ['69', '72']}, {'id': '69', 'type': 'attribute', 'children': ['70', '71']}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '71', 'type': 'identifier', 'children': [], 'value': '_test_visibility'}; {'id': '72', 'type': 'argument_list', 'children': ['73']}, {'id': '73', 'type': 'subscript', 'children': ['74', '77']}; {'id': '74', 'type': 'subscript', 'children': ['75', '76']}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'menu'}; {'id': '76', 'type': 'string', 'children': [], 'value': '"kwargs"'}, {'id': '77', 'type': 'string', 'children': [], 'value': '"visible"'}; {'id': '78', 'type': 'for_statement', 'children': ['79', '80', '83']}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 's'}; {'id': '80', 'type': 'subscript', 'children': ['81', '82']}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'menu'}; {'id': '82', 'type': 'string', 'children': [], 'value': '"subnav"'}, {'id': '83', 'type': 'block', 'children': ['84', '102', '125', '138', '142', '151']}; {'id': '84', 'type': 'if_statement', 'children': ['85', '88']}, {'id': '85', 'type': 'subscript', 'children': ['86', '87']}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 's'}, {'id': '87', 'type': 'string', 'children': [], 'value': '"title"'}; {'id': '88', 'type': 'block', 'children': ['89']}, {'id': '89', 'type': 'expression_statement', 'children': ['90']}; {'id': '90', 'type': 'assignment', 'children': ['91', '94']}, {'id': '91', 'type': 'subscript', 'children': ['92', '93']}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 's'}, {'id': '93', 'type': 'string', 'children': [], 'value': '"title"'}; {'id': '94', 'type': 'call', 'children': ['95', '98']}, {'id': '95', 'type': 'attribute', 'children': ['96', '97']}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '97', 'type': 'identifier', 'children': [], 'value': '_get_title'}; {'id': '98', 'type': 'argument_list', 'children': ['99']}, {'id': '99', 'type': 'subscript', 'children': ['100', '101']}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 's'}, {'id': '101', 'type': 'string', 'children': [], 'value': '"title"'}; {'id': '102', 'type': 'if_statement', 'children': ['103', '110']}, {'id': '103', 'type': 'comparison_operator', 'children': ['104', '107'], 'value': '=='}; {'id': '104', 'type': 'subscript', 'children': ['105', '106']}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 's'}; {'id': '106', 'type': 'string', 'children': [], 'value': '"endpoint"'}, {'id': '107', 'type': 'attribute', 'children': ['108', '109']}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'request'}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'endpoint'}; {'id': '110', 'type': 'block', 'children': ['111', '117']}, {'id': '111', 'type': 'expression_statement', 'children': ['112']}; {'id': '112', 'type': 'assignment', 'children': ['113', '116']}, {'id': '113', 'type': 'subscript', 'children': ['114', '115']}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 's'}, {'id': '115', 'type': 'string', 'children': [], 'value': '"active"'}; {'id': '116', 'type': 'True', 'children': []}, {'id': '117', 'type': 'expression_statement', 'children': ['118']}; {'id': '118', 'type': 'assignment', 'children': ['119', '124']}, {'id': '119', 'type': 'subscript', 'children': ['120', '123']}; {'id': '120', 'type': 'subscript', 'children': ['121', '122']}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'menu'}; {'id': '122', 'type': 'string', 'children': [], 'value': '"kwargs"'}, {'id': '123', 'type': 'string', 'children': [], 'value': '"active"'}; {'id': '124', 'type': 'True', 'children': []}, {'id': '125', 'type': 'expression_statement', 'children': ['126']}; {'id': '126', 'type': 'assignment', 'children': ['127', '130']}, {'id': '127', 'type': 'subscript', 'children': ['128', '129']}; {'id': '128', 'type': 'identifier', 'children': [], 'value': 's'}, {'id': '129', 'type': 'string', 'children': [], 'value': '"visible"'}; {'id': '130', 'type': 'call', 'children': ['131', '134']}, {'id': '131', 'type': 'attribute', 'children': ['132', '133']}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '133', 'type': 'identifier', 'children': [], 'value': '_test_visibility'}; {'id': '134', 'type': 'argument_list', 'children': ['135']}, {'id': '135', 'type': 'subscript', 'children': ['136', '137']}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 's'}, {'id': '137', 'type': 'string', 'children': [], 'value': '"visible"'}; {'id': '138', 'type': 'expression_statement', 'children': ['139']}, {'id': '139', 'type': 'augmented_assignment', 'children': ['140', '141'], 'value': '+='}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'menu_index'}, {'id': '141', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '142', 'type': 'expression_statement', 'children': ['143']}, {'id': '143', 'type': 'assignment', 'children': ['144', '147']}; {'id': '144', 'type': 'subscript', 'children': ['145', '146']}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 's'}; {'id': '146', 'type': 'string', 'children': [], 'value': '"_id"'}, {'id': '147', 'type': 'call', 'children': ['148', '149']}; {'id': '148', 'type': 'identifier', 'children': [], 'value': 'str'}, {'id': '149', 'type': 'argument_list', 'children': ['150']}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 'menu_index'}, {'id': '151', 'type': 'expression_statement', 'children': ['152']}; {'id': '152', 'type': 'call', 'children': ['153', '156']}, {'id': '153', 'type': 'attribute', 'children': ['154', '155']}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'subnav'}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '156', 'type': 'argument_list', 'children': ['157']}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 's'}; {'id': '158', 'type': 'expression_statement', 'children': ['159']}, {'id': '159', 'type': 'assignment', 'children': ['160', '161']}; {'id': '160', 'type': 'identifier', 'children': [], 'value': '_kwargs'}, {'id': '161', 'type': 'subscript', 'children': ['162', '163']}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'menu'}, {'id': '163', 'type': 'string', 'children': [], 'value': '"kwargs"'}; {'id': '164', 'type': 'if_statement', 'children': ['165', '168', '206']}, {'id': '165', 'type': 'subscript', 'children': ['166', '167']}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'menu'}, {'id': '167', 'type': 'string', 'children': [], 'value': '"title"'}; {'id': '168', 'type': 'block', 'children': ['169', '199']}, {'id': '169', 'type': 'expression_statement', 'children': ['170']}; {'id': '170', 'type': 'call', 'children': ['171', '174']}, {'id': '171', 'type': 'attribute', 'children': ['172', '173']}; {'id': '172', 'type': 'identifier', 'children': [], 'value': '_kwargs'}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'update'}; {'id': '174', 'type': 'argument_list', 'children': ['175']}, {'id': '175', 'type': 'dictionary', 'children': ['176', '184', '189']}; {'id': '176', 'type': 'pair', 'children': ['177', '178']}, {'id': '177', 'type': 'string', 'children': [], 'value': '"subnav"'}; {'id': '178', 'type': 'call', 'children': ['179', '182']}, {'id': '179', 'type': 'attribute', 'children': ['180', '181']}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '181', 'type': 'identifier', 'children': [], 'value': '_sort'}; {'id': '182', 'type': 'argument_list', 'children': ['183']}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 'subnav'}; {'id': '184', 'type': 'pair', 'children': ['185', '186']}, {'id': '185', 'type': 'string', 'children': [], 'value': '"order"'}; {'id': '186', 'type': 'subscript', 'children': ['187', '188']}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'menu'}; {'id': '188', 'type': 'string', 'children': [], 'value': '"order"'}, {'id': '189', 'type': 'pair', 'children': ['190', '191']}; {'id': '190', 'type': 'string', 'children': [], 'value': '"title"'}, {'id': '191', 'type': 'call', 'children': ['192', '195']}; {'id': '192', 'type': 'attribute', 'children': ['193', '194']}, {'id': '193', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '194', 'type': 'identifier', 'children': [], 'value': '_get_title'}, {'id': '195', 'type': 'argument_list', 'children': ['196']}; {'id': '196', 'type': 'subscript', 'children': ['197', '198']}, {'id': '197', 'type': 'identifier', 'children': [], 'value': 'menu'}; {'id': '198', 'type': 'string', 'children': [], 'value': '"title"'}, {'id': '199', 'type': 'expression_statement', 'children': ['200']}; {'id': '200', 'type': 'call', 'children': ['201', '204']}, {'id': '201', 'type': 'attribute', 'children': ['202', '203']}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'menu_list'}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '204', 'type': 'argument_list', 'children': ['205']}, {'id': '205', 'type': 'identifier', 'children': [], 'value': '_kwargs'}; {'id': '206', 'type': 'else_clause', 'children': ['207']}, {'id': '207', 'type': 'block', 'children': ['208']}; {'id': '208', 'type': 'expression_statement', 'children': ['209']}, {'id': '209', 'type': 'augmented_assignment', 'children': ['210', '211'], 'value': '+='}; {'id': '210', 'type': 'identifier', 'children': [], 'value': 'menu_list'}, {'id': '211', 'type': 'identifier', 'children': [], 'value': 'subnav'}; {'id': '212', 'type': 'expression_statement', 'children': ['213']}, {'id': '213', 'type': 'augmented_assignment', 'children': ['214', '215'], 'value': '+='}; {'id': '214', 'type': 'identifier', 'children': [], 'value': 'menu_index'}, {'id': '215', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '216', 'type': 'return_statement', 'children': ['217']}, {'id': '217', 'type': 'call', 'children': ['218', '221']}; {'id': '218', 'type': 'attribute', 'children': ['219', '220']}, {'id': '219', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '220', 'type': 'identifier', 'children': [], 'value': '_sort'}, {'id': '221', 'type': 'argument_list', 'children': ['222']} | def render(self):
menu_list = []
menu_index = 0
for _, menu in copy.deepcopy(self.MENU).items():
subnav = []
menu["kwargs"]["_id"] = str(menu_index)
menu["kwargs"]["active"] = False
if "visible" in menu["kwargs"]:
menu["kwargs"]["visible"] = self._test_visibility(menu["kwargs"]["visible"])
for s in menu["subnav"]:
if s["title"]:
s["title"] = self._get_title(s["title"])
if s["endpoint"] == request.endpoint:
s["active"] = True
menu["kwargs"]["active"] = True
s["visible"] = self._test_visibility(s["visible"])
menu_index += 1
s["_id"] = str(menu_index)
subnav.append(s)
_kwargs = menu["kwargs"]
if menu["title"]:
_kwargs.update({
"subnav": self._sort(subnav),
"order": menu["order"],
"title": self._get_title(menu["title"])
})
menu_list.append(_kwargs)
else:
menu_list += subnav
menu_index += 1
return self._sort(menu_list) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '21']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'add_item'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '6', '9', '12', '15', '18']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'url'}; {'id': '6', 'type': 'default_parameter', 'children': ['7', '8']}, {'id': '7', 'type': 'identifier', 'children': [], 'value': 'title'}; {'id': '8', 'type': 'None', 'children': []}, {'id': '9', 'type': 'default_parameter', 'children': ['10', '11']}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'selection'}, {'id': '11', 'type': 'None', 'children': []}; {'id': '12', 'type': 'default_parameter', 'children': ['13', '14']}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'jsonp'}; {'id': '14', 'type': 'None', 'children': []}, {'id': '15', 'type': 'default_parameter', 'children': ['16', '17']}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'redirect'}, {'id': '17', 'type': 'None', 'children': []}; {'id': '18', 'type': 'default_parameter', 'children': ['19', '20']}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'response_info'}; {'id': '20', 'type': 'False', 'children': []}, {'id': '21', 'type': 'block', 'children': ['22', '39', '58', '69', '80', '91', '105', '112', '123']}; {'id': '22', 'type': 'expression_statement', 'children': ['23']}, {'id': '23', 'type': 'assignment', 'children': ['24', '25']}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'parameters'}, {'id': '25', 'type': 'dictionary', 'children': ['26', '31', '36']}; {'id': '26', 'type': 'pair', 'children': ['27', '28']}, {'id': '27', 'type': 'string', 'children': [], 'value': "'username'"}; {'id': '28', 'type': 'attribute', 'children': ['29', '30']}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'user'}, {'id': '31', 'type': 'pair', 'children': ['32', '33']}; {'id': '32', 'type': 'string', 'children': [], 'value': "'password'"}, {'id': '33', 'type': 'attribute', 'children': ['34', '35']}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'password'}; {'id': '36', 'type': 'pair', 'children': ['37', '38']}, {'id': '37', 'type': 'string', 'children': [], 'value': "'url'"}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'url'}, {'id': '39', 'type': 'if_statement', 'children': ['40', '43', '50']}; {'id': '40', 'type': 'comparison_operator', 'children': ['41', '42'], 'value': 'is'}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'title'}; {'id': '42', 'type': 'None', 'children': []}, {'id': '43', 'type': 'block', 'children': ['44']}; {'id': '44', 'type': 'expression_statement', 'children': ['45']}, {'id': '45', 'type': 'assignment', 'children': ['46', '49']}; {'id': '46', 'type': 'subscript', 'children': ['47', '48']}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'parameters'}; {'id': '48', 'type': 'string', 'children': [], 'value': "'title'"}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'title'}; {'id': '50', 'type': 'else_clause', 'children': ['51']}, {'id': '51', 'type': 'block', 'children': ['52']}; {'id': '52', 'type': 'expression_statement', 'children': ['53']}, {'id': '53', 'type': 'assignment', 'children': ['54', '57']}; {'id': '54', 'type': 'subscript', 'children': ['55', '56']}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'parameters'}; {'id': '56', 'type': 'string', 'children': [], 'value': "'auto-title'"}, {'id': '57', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '58', 'type': 'if_statement', 'children': ['59', '62']}, {'id': '59', 'type': 'comparison_operator', 'children': ['60', '61'], 'value': 'is'}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'selection'}, {'id': '61', 'type': 'None', 'children': []}; {'id': '62', 'type': 'block', 'children': ['63']}, {'id': '63', 'type': 'expression_statement', 'children': ['64']}; {'id': '64', 'type': 'assignment', 'children': ['65', '68']}, {'id': '65', 'type': 'subscript', 'children': ['66', '67']}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'parameters'}, {'id': '67', 'type': 'string', 'children': [], 'value': "'selection'"}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'selection'}, {'id': '69', 'type': 'if_statement', 'children': ['70', '73']}; {'id': '70', 'type': 'comparison_operator', 'children': ['71', '72'], 'value': 'is'}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'redirect'}; {'id': '72', 'type': 'None', 'children': []}, {'id': '73', 'type': 'block', 'children': ['74']}; {'id': '74', 'type': 'expression_statement', 'children': ['75']}, {'id': '75', 'type': 'assignment', 'children': ['76', '79']}; {'id': '76', 'type': 'subscript', 'children': ['77', '78']}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'parameters'}; {'id': '78', 'type': 'string', 'children': [], 'value': "'redirect'"}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'redirect'}; {'id': '80', 'type': 'if_statement', 'children': ['81', '84']}, {'id': '81', 'type': 'comparison_operator', 'children': ['82', '83'], 'value': 'is'}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'jsonp'}, {'id': '83', 'type': 'None', 'children': []}; {'id': '84', 'type': 'block', 'children': ['85']}, {'id': '85', 'type': 'expression_statement', 'children': ['86']}; {'id': '86', 'type': 'assignment', 'children': ['87', '90']}, {'id': '87', 'type': 'subscript', 'children': ['88', '89']}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'parameters'}, {'id': '89', 'type': 'string', 'children': [], 'value': "'jsonp'"}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'jsonp'}, {'id': '91', 'type': 'expression_statement', 'children': ['92']}; {'id': '92', 'type': 'assignment', 'children': ['93', '96']}, {'id': '93', 'type': 'pattern_list', 'children': ['94', '95']}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'status'}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'headers'}; {'id': '96', 'type': 'call', 'children': ['97', '100']}, {'id': '97', 'type': 'attribute', 'children': ['98', '99']}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '99', 'type': 'identifier', 'children': [], 'value': '_query'}; {'id': '100', 'type': 'argument_list', 'children': ['101', '104']}, {'id': '101', 'type': 'attribute', 'children': ['102', '103']}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'addurl'}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'parameters'}, {'id': '105', 'type': 'if_statement', 'children': ['106', '109']}; {'id': '106', 'type': 'comparison_operator', 'children': ['107', '108'], 'value': 'is'}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'jsonp'}; {'id': '108', 'type': 'None', 'children': []}, {'id': '109', 'type': 'block', 'children': ['110']}; {'id': '110', 'type': 'return_statement', 'children': ['111']}, {'id': '111', 'type': 'identifier', 'children': [], 'value': 'status'}; {'id': '112', 'type': 'expression_statement', 'children': ['113']}, {'id': '113', 'type': 'assignment', 'children': ['114', '115']}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'statustxt'}, {'id': '115', 'type': 'subscript', 'children': ['116', '119']}; {'id': '116', 'type': 'attribute', 'children': ['117', '118']}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '118', 'type': 'identifier', 'children': [], 'value': 'add_status_codes'}, {'id': '119', 'type': 'call', 'children': ['120', '121']}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'int'}, {'id': '121', 'type': 'argument_list', 'children': ['122']}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'status'}, {'id': '123', 'type': 'if_statement', 'children': ['124', '125', '139']}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'response_info'}, {'id': '125', 'type': 'block', 'children': ['126']}; {'id': '126', 'type': 'return_statement', 'children': ['127']}, {'id': '127', 'type': 'tuple', 'children': ['128', '132', '133', '136']}; {'id': '128', 'type': 'call', 'children': ['129', '130']}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'int'}; {'id': '130', 'type': 'argument_list', 'children': ['131']}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'status'}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'statustxt'}, {'id': '133', 'type': 'subscript', 'children': ['134', '135']}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'headers'}, {'id': '135', 'type': 'string', 'children': [], 'value': "'title'"}; {'id': '136', 'type': 'subscript', 'children': ['137', '138']}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'headers'}; {'id': '138', 'type': 'string', 'children': [], 'value': "'location'"}, {'id': '139', 'type': 'else_clause', 'children': ['140']}; {'id': '140', 'type': 'block', 'children': ['141']}, {'id': '141', 'type': 'return_statement', 'children': ['142']}; {'id': '142', 'type': 'tuple', 'children': ['143', '147']}, {'id': '143', 'type': 'call', 'children': ['144', '145']}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'int'}, {'id': '145', 'type': 'argument_list', 'children': ['146']}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'status'}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'statustxt'} | def add_item(self, url, title=None, selection=None,
jsonp=None, redirect=None, response_info=False):
parameters = {
'username' : self.user,
'password' : self.password,
'url' : url,
}
if title is not None:
parameters['title'] = title
else:
parameters['auto-title'] = 1
if selection is not None:
parameters['selection'] = selection
if redirect is not None:
parameters['redirect'] = redirect
if jsonp is not None:
parameters['jsonp'] = jsonp
status, headers = self._query(self.addurl, parameters)
if jsonp is not None:
return status
statustxt = self.add_status_codes[int(status)]
if response_info:
return (int(status), statustxt, headers['title'], headers['location'])
else:
return (int(status), statustxt) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '5']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': '_determine_representative_chains'}, {'id': '3', 'type': 'parameters', 'children': ['4']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'block', 'children': ['6', '8', '12', '18', '150', '171', '177']}; {'id': '6', 'type': 'expression_statement', 'children': ['7']}, {'id': '7', 'type': 'string', 'children': [], 'value': "''' Quotient the chains to get equivalence classes of chains. These will be used for the actual mapping.'''"}; {'id': '8', 'type': 'expression_statement', 'children': ['9']}, {'id': '9', 'type': 'assignment', 'children': ['10', '11']}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'equivalence_fiber'}, {'id': '11', 'type': 'dictionary', 'children': []}; {'id': '12', 'type': 'expression_statement', 'children': ['13']}, {'id': '13', 'type': 'assignment', 'children': ['14', '15']}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'matched_chains'}, {'id': '15', 'type': 'call', 'children': ['16', '17']}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'set'}, {'id': '17', 'type': 'argument_list', 'children': []}; {'id': '18', 'type': 'for_statement', 'children': ['19', '22', '29']}, {'id': '19', 'type': 'pattern_list', 'children': ['20', '21']}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'chain_id'}, {'id': '21', 'type': 'identifier', 'children': [], 'value': 'equivalent_chains'}; {'id': '22', 'type': 'call', 'children': ['23', '28']}, {'id': '23', 'type': 'attribute', 'children': ['24', '27']}; {'id': '24', 'type': 'attribute', 'children': ['25', '26']}, {'id': '25', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'identical_sequences'}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'iteritems'}; {'id': '28', 'type': 'argument_list', 'children': []}, {'id': '29', 'type': 'block', 'children': ['30', '37', '43', '91', '95', '128']}; {'id': '30', 'type': 'expression_statement', 'children': ['31']}, {'id': '31', 'type': 'call', 'children': ['32', '35']}; {'id': '32', 'type': 'attribute', 'children': ['33', '34']}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'matched_chains'}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'add'}, {'id': '35', 'type': 'argument_list', 'children': ['36']}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'chain_id'}, {'id': '37', 'type': 'expression_statement', 'children': ['38']}; {'id': '38', 'type': 'assignment', 'children': ['39', '40']}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'equivalent_chain_ids'}; {'id': '40', 'type': 'call', 'children': ['41', '42']}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'set'}; {'id': '42', 'type': 'argument_list', 'children': []}, {'id': '43', 'type': 'for_statement', 'children': ['44', '45', '46']}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'equivalent_chain'}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'equivalent_chains'}; {'id': '46', 'type': 'block', 'children': ['47', '55', '82']}, {'id': '47', 'type': 'assert_statement', 'children': ['48']}; {'id': '48', 'type': 'parenthesized_expression', 'children': ['49']}, {'id': '49', 'type': 'comparison_operator', 'children': ['50', '54'], 'value': '=='}; {'id': '50', 'type': 'call', 'children': ['51', '52']}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '52', 'type': 'argument_list', 'children': ['53']}, {'id': '53', 'type': 'identifier', 'children': [], 'value': 'equivalent_chain'}; {'id': '54', 'type': 'integer', 'children': [], 'value': '6'}, {'id': '55', 'type': 'assert_statement', 'children': ['56']}; {'id': '56', 'type': 'parenthesized_expression', 'children': ['57']}, {'id': '57', 'type': 'boolean_operator', 'children': ['58', '70'], 'value': 'or'}; {'id': '58', 'type': 'parenthesized_expression', 'children': ['59']}, {'id': '59', 'type': 'comparison_operator', 'children': ['60', '65'], 'value': '=='}; {'id': '60', 'type': 'subscript', 'children': ['61', '62']}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'equivalent_chain'}; {'id': '62', 'type': 'slice', 'children': ['63', '64']}, {'id': '63', 'type': 'colon', 'children': []}; {'id': '64', 'type': 'integer', 'children': [], 'value': '5'}, {'id': '65', 'type': 'binary_operator', 'children': ['66', '67'], 'value': '%'}; {'id': '66', 'type': 'string', 'children': [], 'value': "'%s_'"}, {'id': '67', 'type': 'attribute', 'children': ['68', '69']}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'pdb_id'}; {'id': '70', 'type': 'parenthesized_expression', 'children': ['71']}, {'id': '71', 'type': 'comparison_operator', 'children': ['72', '77'], 'value': '=='}; {'id': '72', 'type': 'subscript', 'children': ['73', '74']}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'equivalent_chain'}; {'id': '74', 'type': 'slice', 'children': ['75', '76']}, {'id': '75', 'type': 'colon', 'children': []}; {'id': '76', 'type': 'integer', 'children': [], 'value': '5'}, {'id': '77', 'type': 'binary_operator', 'children': ['78', '79'], 'value': '%'}; {'id': '78', 'type': 'string', 'children': [], 'value': "'%s:'"}, {'id': '79', 'type': 'attribute', 'children': ['80', '81']}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'pdb_id'}; {'id': '82', 'type': 'expression_statement', 'children': ['83']}, {'id': '83', 'type': 'call', 'children': ['84', '87']}; {'id': '84', 'type': 'attribute', 'children': ['85', '86']}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'equivalent_chain_ids'}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'add'}, {'id': '87', 'type': 'argument_list', 'children': ['88']}; {'id': '88', 'type': 'subscript', 'children': ['89', '90']}, {'id': '89', 'type': 'identifier', 'children': [], 'value': 'equivalent_chain'}; {'id': '90', 'type': 'integer', 'children': [], 'value': '5'}, {'id': '91', 'type': 'expression_statement', 'children': ['92']}; {'id': '92', 'type': 'assignment', 'children': ['93', '94']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'found'}; {'id': '94', 'type': 'False', 'children': []}, {'id': '95', 'type': 'for_statement', 'children': ['96', '97', '98']}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'equivalent_chain_id'}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'equivalent_chain_ids'}; {'id': '98', 'type': 'block', 'children': ['99']}, {'id': '99', 'type': 'if_statement', 'children': ['100', '106']}; {'id': '100', 'type': 'call', 'children': ['101', '104']}, {'id': '101', 'type': 'attribute', 'children': ['102', '103']}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'equivalence_fiber'}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '104', 'type': 'argument_list', 'children': ['105']}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'equivalent_chain_id'}; {'id': '106', 'type': 'block', 'children': ['107', '111', '127']}, {'id': '107', 'type': 'expression_statement', 'children': ['108']}; {'id': '108', 'type': 'assignment', 'children': ['109', '110']}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'found'}; {'id': '110', 'type': 'True', 'children': []}, {'id': '111', 'type': 'assert_statement', 'children': ['112']}; {'id': '112', 'type': 'parenthesized_expression', 'children': ['113']}, {'id': '113', 'type': 'comparison_operator', 'children': ['114', '117'], 'value': '=='}; {'id': '114', 'type': 'subscript', 'children': ['115', '116']}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'equivalence_fiber'}; {'id': '116', 'type': 'identifier', 'children': [], 'value': 'equivalent_chain_id'}, {'id': '117', 'type': 'call', 'children': ['118', '121']}; {'id': '118', 'type': 'attribute', 'children': ['119', '120']}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'equivalent_chain_ids'}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'union'}, {'id': '121', 'type': 'argument_list', 'children': ['122']}; {'id': '122', 'type': 'call', 'children': ['123', '124']}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'set'}; {'id': '124', 'type': 'argument_list', 'children': ['125']}, {'id': '125', 'type': 'list', 'children': ['126'], 'value': '[chain_id]'}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'chain_id'}, {'id': '127', 'type': 'break_statement', 'children': []}; {'id': '128', 'type': 'if_statement', 'children': ['129', '131']}, {'id': '129', 'type': 'not_operator', 'children': ['130']}; {'id': '130', 'type': 'identifier', 'children': [], 'value': 'found'}, {'id': '131', 'type': 'block', 'children': ['132', '141']}; {'id': '132', 'type': 'expression_statement', 'children': ['133']}, {'id': '133', 'type': 'assignment', 'children': ['134', '137']}; {'id': '134', 'type': 'subscript', 'children': ['135', '136']}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'equivalence_fiber'}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'chain_id'}, {'id': '137', 'type': 'call', 'children': ['138', '139']}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'set'}, {'id': '139', 'type': 'argument_list', 'children': ['140']}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'equivalent_chain_ids'}, {'id': '141', 'type': 'expression_statement', 'children': ['142']}; {'id': '142', 'type': 'call', 'children': ['143', '148']}, {'id': '143', 'type': 'attribute', 'children': ['144', '147']}; {'id': '144', 'type': 'subscript', 'children': ['145', '146']}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'equivalence_fiber'}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'chain_id'}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'add'}; {'id': '148', 'type': 'argument_list', 'children': ['149']}, {'id': '149', 'type': 'identifier', 'children': [], 'value': 'chain_id'}; {'id': '150', 'type': 'for_statement', 'children': ['151', '152', '155']}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'c'}; {'id': '152', 'type': 'attribute', 'children': ['153', '154']}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'chains'}, {'id': '155', 'type': 'block', 'children': ['156']}; {'id': '156', 'type': 'if_statement', 'children': ['157', '160']}, {'id': '157', 'type': 'comparison_operator', 'children': ['158', '159'], 'value': 'not'}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'c'}, {'id': '159', 'type': 'identifier', 'children': [], 'value': 'matched_chains'}; {'id': '160', 'type': 'block', 'children': ['161']}, {'id': '161', 'type': 'expression_statement', 'children': ['162']}; {'id': '162', 'type': 'assignment', 'children': ['163', '166']}, {'id': '163', 'type': 'subscript', 'children': ['164', '165']}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'equivalence_fiber'}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'c'}; {'id': '166', 'type': 'call', 'children': ['167', '168']}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'set'}; {'id': '168', 'type': 'argument_list', 'children': ['169']}, {'id': '169', 'type': 'list', 'children': ['170'], 'value': '[c]'}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'c'}, {'id': '171', 'type': 'expression_statement', 'children': ['172']}; {'id': '172', 'type': 'assignment', 'children': ['173', '176']}, {'id': '173', 'type': 'attribute', 'children': ['174', '175']}; {'id': '174', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '175', 'type': 'identifier', 'children': [], 'value': 'equivalence_fiber'}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'equivalence_fiber'}, {'id': '177', 'type': 'expression_statement', 'children': ['178']}; {'id': '178', 'type': 'assignment', 'children': ['179', '182']}, {'id': '179', 'type': 'attribute', 'children': ['180', '181']}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'representative_chains'}; {'id': '182', 'type': 'call', 'children': ['183', '186']}, {'id': '183', 'type': 'attribute', 'children': ['184', '185']}; {'id': '184', 'type': 'identifier', 'children': [], 'value': 'equivalence_fiber'}, {'id': '185', 'type': 'identifier', 'children': [], 'value': 'keys'} | def _determine_representative_chains(self):
''' Quotient the chains to get equivalence classes of chains. These will be used for the actual mapping.'''
equivalence_fiber = {}
matched_chains = set()
for chain_id, equivalent_chains in self.identical_sequences.iteritems():
matched_chains.add(chain_id)
equivalent_chain_ids = set()
for equivalent_chain in equivalent_chains:
assert(len(equivalent_chain) == 6)
assert((equivalent_chain[:5] == '%s_' % self.pdb_id) or (equivalent_chain[:5] == '%s:' % self.pdb_id))
equivalent_chain_ids.add(equivalent_chain[5])
found = False
for equivalent_chain_id in equivalent_chain_ids:
if equivalence_fiber.get(equivalent_chain_id):
found = True
assert(equivalence_fiber[equivalent_chain_id] == equivalent_chain_ids.union(set([chain_id])))
break
if not found:
equivalence_fiber[chain_id] = set(equivalent_chain_ids)
equivalence_fiber[chain_id].add(chain_id)
for c in self.chains:
if c not in matched_chains:
equivalence_fiber[c] = set([c])
self.equivalence_fiber = equivalence_fiber
self.representative_chains = equivalence_fiber.keys() |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '10']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': '_align_with_substrings'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'default_parameter', 'children': ['6', '7']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'chains_to_skip'}, {'id': '7', 'type': 'call', 'children': ['8', '9']}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'set'}, {'id': '9', 'type': 'argument_list', 'children': []}; {'id': '10', 'type': 'block', 'children': ['11', '13', '186', '195', '204', '332']}, {'id': '11', 'type': 'expression_statement', 'children': ['12']}; {'id': '12', 'type': 'string', 'children': [], 'value': "'''Simple substring-based matching'''"}, {'id': '13', 'type': 'for_statement', 'children': ['14', '15', '18']}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'c'}, {'id': '15', 'type': 'attribute', 'children': ['16', '17']}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'representative_chains'}; {'id': '18', 'type': 'block', 'children': ['19']}, {'id': '19', 'type': 'if_statement', 'children': ['20', '23']}; {'id': '20', 'type': 'comparison_operator', 'children': ['21', '22'], 'value': 'not'}, {'id': '21', 'type': 'identifier', 'children': [], 'value': 'c'}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'chains_to_skip'}, {'id': '23', 'type': 'block', 'children': ['24', '32', '36', '178']}; {'id': '24', 'type': 'expression_statement', 'children': ['25']}, {'id': '25', 'type': 'assignment', 'children': ['26', '27']}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'fasta_sequence'}, {'id': '27', 'type': 'subscript', 'children': ['28', '31']}; {'id': '28', 'type': 'attribute', 'children': ['29', '30']}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'fasta'}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'c'}; {'id': '32', 'type': 'expression_statement', 'children': ['33']}, {'id': '33', 'type': 'assignment', 'children': ['34', '35']}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'substring_matches'}, {'id': '35', 'type': 'dictionary', 'children': []}; {'id': '36', 'type': 'for_statement', 'children': ['37', '40', '50']}, {'id': '37', 'type': 'pattern_list', 'children': ['38', '39']}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'uniparc_id'}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'uniparc_sequence'}; {'id': '40', 'type': 'call', 'children': ['41', '42']}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'sorted'}; {'id': '42', 'type': 'argument_list', 'children': ['43']}, {'id': '43', 'type': 'call', 'children': ['44', '49']}; {'id': '44', 'type': 'attribute', 'children': ['45', '48']}, {'id': '45', 'type': 'attribute', 'children': ['46', '47']}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'uniparc_sequences'}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'iteritems'}, {'id': '49', 'type': 'argument_list', 'children': []}; {'id': '50', 'type': 'block', 'children': ['51', '58', '67']}, {'id': '51', 'type': 'expression_statement', 'children': ['52']}; {'id': '52', 'type': 'assignment', 'children': ['53', '54']}, {'id': '53', 'type': 'identifier', 'children': [], 'value': 'uniparc_sequence'}; {'id': '54', 'type': 'call', 'children': ['55', '56']}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'str'}; {'id': '56', 'type': 'argument_list', 'children': ['57']}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'uniparc_sequence'}; {'id': '58', 'type': 'expression_statement', 'children': ['59']}, {'id': '59', 'type': 'assignment', 'children': ['60', '61']}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'idx'}, {'id': '61', 'type': 'call', 'children': ['62', '65']}; {'id': '62', 'type': 'attribute', 'children': ['63', '64']}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'uniparc_sequence'}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'find'}, {'id': '65', 'type': 'argument_list', 'children': ['66']}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'fasta_sequence'}, {'id': '67', 'type': 'if_statement', 'children': ['68', '72', '79', '143']}; {'id': '68', 'type': 'comparison_operator', 'children': ['69', '70'], 'value': '!='}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'idx'}; {'id': '70', 'type': 'unary_operator', 'children': ['71'], 'value': '-'}, {'id': '71', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '72', 'type': 'block', 'children': ['73']}, {'id': '73', 'type': 'expression_statement', 'children': ['74']}; {'id': '74', 'type': 'assignment', 'children': ['75', '78']}, {'id': '75', 'type': 'subscript', 'children': ['76', '77']}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'substring_matches'}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'uniparc_id'}; {'id': '78', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '79', 'type': 'elif_clause', 'children': ['80', '86']}; {'id': '80', 'type': 'comparison_operator', 'children': ['81', '85'], 'value': '>'}, {'id': '81', 'type': 'call', 'children': ['82', '83']}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '83', 'type': 'argument_list', 'children': ['84']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'fasta_sequence'}, {'id': '85', 'type': 'integer', 'children': [], 'value': '30'}; {'id': '86', 'type': 'block', 'children': ['87', '102']}, {'id': '87', 'type': 'expression_statement', 'children': ['88']}; {'id': '88', 'type': 'assignment', 'children': ['89', '90']}, {'id': '89', 'type': 'identifier', 'children': [], 'value': 'idx'}; {'id': '90', 'type': 'call', 'children': ['91', '94']}, {'id': '91', 'type': 'attribute', 'children': ['92', '93']}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'uniparc_sequence'}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'find'}; {'id': '94', 'type': 'argument_list', 'children': ['95']}, {'id': '95', 'type': 'subscript', 'children': ['96', '97']}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'fasta_sequence'}, {'id': '97', 'type': 'slice', 'children': ['98', '99', '100']}; {'id': '98', 'type': 'integer', 'children': [], 'value': '5'}, {'id': '99', 'type': 'colon', 'children': []}; {'id': '100', 'type': 'unary_operator', 'children': ['101'], 'value': '-'}, {'id': '101', 'type': 'integer', 'children': [], 'value': '5'}; {'id': '102', 'type': 'if_statement', 'children': ['103', '107', '114']}, {'id': '103', 'type': 'comparison_operator', 'children': ['104', '105'], 'value': '!='}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'idx'}, {'id': '105', 'type': 'unary_operator', 'children': ['106'], 'value': '-'}; {'id': '106', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '107', 'type': 'block', 'children': ['108']}; {'id': '108', 'type': 'expression_statement', 'children': ['109']}, {'id': '109', 'type': 'assignment', 'children': ['110', '113']}; {'id': '110', 'type': 'subscript', 'children': ['111', '112']}, {'id': '111', 'type': 'identifier', 'children': [], 'value': 'substring_matches'}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'uniparc_id'}, {'id': '113', 'type': 'integer', 'children': [], 'value': '5'}; {'id': '114', 'type': 'else_clause', 'children': ['115']}, {'id': '115', 'type': 'block', 'children': ['116', '131']}; {'id': '116', 'type': 'expression_statement', 'children': ['117']}, {'id': '117', 'type': 'assignment', 'children': ['118', '119']}; {'id': '118', 'type': 'identifier', 'children': [], 'value': 'idx'}, {'id': '119', 'type': 'call', 'children': ['120', '123']}; {'id': '120', 'type': 'attribute', 'children': ['121', '122']}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'uniparc_sequence'}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'find'}, {'id': '123', 'type': 'argument_list', 'children': ['124']}; {'id': '124', 'type': 'subscript', 'children': ['125', '126']}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'fasta_sequence'}; {'id': '126', 'type': 'slice', 'children': ['127', '128', '129']}, {'id': '127', 'type': 'integer', 'children': [], 'value': '7'}; {'id': '128', 'type': 'colon', 'children': []}, {'id': '129', 'type': 'unary_operator', 'children': ['130'], 'value': '-'}; {'id': '130', 'type': 'integer', 'children': [], 'value': '7'}, {'id': '131', 'type': 'if_statement', 'children': ['132', '136']}; {'id': '132', 'type': 'comparison_operator', 'children': ['133', '134'], 'value': '!='}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'idx'}; {'id': '134', 'type': 'unary_operator', 'children': ['135'], 'value': '-'}, {'id': '135', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '136', 'type': 'block', 'children': ['137']}, {'id': '137', 'type': 'expression_statement', 'children': ['138']}; {'id': '138', 'type': 'assignment', 'children': ['139', '142']}, {'id': '139', 'type': 'subscript', 'children': ['140', '141']}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'substring_matches'}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'uniparc_id'}; {'id': '142', 'type': 'integer', 'children': [], 'value': '7'}, {'id': '143', 'type': 'elif_clause', 'children': ['144', '150']}; {'id': '144', 'type': 'comparison_operator', 'children': ['145', '149'], 'value': '>'}, {'id': '145', 'type': 'call', 'children': ['146', '147']}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '147', 'type': 'argument_list', 'children': ['148']}; {'id': '148', 'type': 'identifier', 'children': [], 'value': 'fasta_sequence'}, {'id': '149', 'type': 'integer', 'children': [], 'value': '15'}; {'id': '150', 'type': 'block', 'children': ['151', '166']}, {'id': '151', 'type': 'expression_statement', 'children': ['152']}; {'id': '152', 'type': 'assignment', 'children': ['153', '154']}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 'idx'}; {'id': '154', 'type': 'call', 'children': ['155', '158']}, {'id': '155', 'type': 'attribute', 'children': ['156', '157']}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'uniparc_sequence'}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'find'}; {'id': '158', 'type': 'argument_list', 'children': ['159']}, {'id': '159', 'type': 'subscript', 'children': ['160', '161']}; {'id': '160', 'type': 'identifier', 'children': [], 'value': 'fasta_sequence'}, {'id': '161', 'type': 'slice', 'children': ['162', '163', '164']}; {'id': '162', 'type': 'integer', 'children': [], 'value': '3'}, {'id': '163', 'type': 'colon', 'children': []}; {'id': '164', 'type': 'unary_operator', 'children': ['165'], 'value': '-'}, {'id': '165', 'type': 'integer', 'children': [], 'value': '3'}; {'id': '166', 'type': 'if_statement', 'children': ['167', '171']}, {'id': '167', 'type': 'comparison_operator', 'children': ['168', '169'], 'value': '!='}; {'id': '168', 'type': 'identifier', 'children': [], 'value': 'idx'}, {'id': '169', 'type': 'unary_operator', 'children': ['170'], 'value': '-'}; {'id': '170', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '171', 'type': 'block', 'children': ['172']}; {'id': '172', 'type': 'expression_statement', 'children': ['173']}, {'id': '173', 'type': 'assignment', 'children': ['174', '177']}; {'id': '174', 'type': 'subscript', 'children': ['175', '176']}, {'id': '175', 'type': 'identifier', 'children': [], 'value': 'substring_matches'}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'uniparc_id'}, {'id': '177', 'type': 'integer', 'children': [], 'value': '3'}; {'id': '178', 'type': 'expression_statement', 'children': ['179']}, {'id': '179', 'type': 'assignment', 'children': ['180', '185']}; {'id': '180', 'type': 'subscript', 'children': ['181', '184']}, {'id': '181', 'type': 'attribute', 'children': ['182', '183']}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 'substring_matches'}; {'id': '184', 'type': 'identifier', 'children': [], 'value': 'c'}, {'id': '185', 'type': 'identifier', 'children': [], 'value': 'substring_matches'}; {'id': '186', 'type': 'expression_statement', 'children': ['187']}, {'id': '187', 'type': 'call', 'children': ['188', '191']}; {'id': '188', 'type': 'attribute', 'children': ['189', '190']}, {'id': '189', 'type': 'identifier', 'children': [], 'value': 'colortext'}; {'id': '190', 'type': 'identifier', 'children': [], 'value': 'pcyan'}, {'id': '191', 'type': 'argument_list', 'children': ['192']}; {'id': '192', 'type': 'binary_operator', 'children': ['193', '194'], 'value': '*'}, {'id': '193', 'type': 'string', 'children': [], 'value': "'*'"}; {'id': '194', 'type': 'integer', 'children': [], 'value': '100'}, {'id': '195', 'type': 'expression_statement', 'children': ['196']}; {'id': '196', 'type': 'call', 'children': ['197', '200']}, {'id': '197', 'type': 'attribute', 'children': ['198', '199']}; {'id': '198', 'type': 'identifier', 'children': [], 'value': 'pprint'}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'pprint'}; {'id': '200', 'type': 'argument_list', 'children': ['201']}, {'id': '201', 'type': 'attribute', 'children': ['202', '203']}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'substring_matches'}; {'id': '204', 'type': 'if_statement', 'children': ['205', '208']}, {'id': '205', 'type': 'attribute', 'children': ['206', '207']}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '207', 'type': 'identifier', 'children': [], 'value': 'restrict_to_uniparc_values'}; {'id': '208', 'type': 'block', 'children': ['209']}, {'id': '209', 'type': 'for_statement', 'children': ['210', '211', '214']}; {'id': '210', 'type': 'identifier', 'children': [], 'value': 'c'}, {'id': '211', 'type': 'attribute', 'children': ['212', '213']}; {'id': '212', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '213', 'type': 'identifier', 'children': [], 'value': 'representative_chains'}; {'id': '214', 'type': 'block', 'children': ['215']}, {'id': '215', 'type': 'if_statement', 'children': ['216', '244']}; {'id': '216', 'type': 'comparison_operator', 'children': ['217', '243'], 'value': '>'}, {'id': '217', 'type': 'call', 'children': ['218', '236']}; {'id': '218', 'type': 'attribute', 'children': ['219', '235']}, {'id': '219', 'type': 'call', 'children': ['220', '221']}; {'id': '220', 'type': 'identifier', 'children': [], 'value': 'set'}, {'id': '221', 'type': 'argument_list', 'children': ['222']}; {'id': '222', 'type': 'call', 'children': ['223', '224']}, {'id': '223', 'type': 'identifier', 'children': [], 'value': 'map'}; {'id': '224', 'type': 'argument_list', 'children': ['225', '226']}, {'id': '225', 'type': 'identifier', 'children': [], 'value': 'str'}; {'id': '226', 'type': 'call', 'children': ['227', '234']}, {'id': '227', 'type': 'attribute', 'children': ['228', '233']}; {'id': '228', 'type': 'subscript', 'children': ['229', '232']}, {'id': '229', 'type': 'attribute', 'children': ['230', '231']}; {'id': '230', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '231', 'type': 'identifier', 'children': [], 'value': 'substring_matches'}; {'id': '232', 'type': 'identifier', 'children': [], 'value': 'c'}, {'id': '233', 'type': 'identifier', 'children': [], 'value': 'keys'}; {'id': '234', 'type': 'argument_list', 'children': []}, {'id': '235', 'type': 'identifier', 'children': [], 'value': 'intersection'}; {'id': '236', 'type': 'argument_list', 'children': ['237']}, {'id': '237', 'type': 'call', 'children': ['238', '239']}; {'id': '238', 'type': 'identifier', 'children': [], 'value': 'set'}, {'id': '239', 'type': 'argument_list', 'children': ['240']}; {'id': '240', 'type': 'attribute', 'children': ['241', '242']}, {'id': '241', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '242', 'type': 'identifier', 'children': [], 'value': 'restrict_to_uniparc_values'}, {'id': '243', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '244', 'type': 'block', 'children': ['245', '283', '324']}, {'id': '245', 'type': 'expression_statement', 'children': ['246']}; {'id': '246', 'type': 'assignment', 'children': ['247', '248']}, {'id': '247', 'type': 'identifier', 'children': [], 'value': 'restricted_matches'}; {'id': '248', 'type': 'call', 'children': ['249', '250']}, {'id': '249', 'type': 'identifier', 'children': [], 'value': 'dict'}; {'id': '250', 'type': 'generator_expression', 'children': ['251', '263', '274']}, {'id': '251', 'type': 'tuple', 'children': ['252', '256']}; {'id': '252', 'type': 'call', 'children': ['253', '254']}, {'id': '253', 'type': 'identifier', 'children': [], 'value': 'str'}; {'id': '254', 'type': 'argument_list', 'children': ['255']}, {'id': '255', 'type': 'identifier', 'children': [], 'value': 'k'}; {'id': '256', 'type': 'subscript', 'children': ['257', '262']}, {'id': '257', 'type': 'subscript', 'children': ['258', '261']}; {'id': '258', 'type': 'attribute', 'children': ['259', '260']}, {'id': '259', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '260', 'type': 'identifier', 'children': [], 'value': 'substring_matches'}, {'id': '261', 'type': 'identifier', 'children': [], 'value': 'c'}; {'id': '262', 'type': 'identifier', 'children': [], 'value': 'k'}, {'id': '263', 'type': 'for_in_clause', 'children': ['264', '265']}; {'id': '264', 'type': 'identifier', 'children': [], 'value': 'k'}, {'id': '265', 'type': 'call', 'children': ['266', '273']}; {'id': '266', 'type': 'attribute', 'children': ['267', '272']}, {'id': '267', 'type': 'subscript', 'children': ['268', '271']}; {'id': '268', 'type': 'attribute', 'children': ['269', '270']}, {'id': '269', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '270', 'type': 'identifier', 'children': [], 'value': 'substring_matches'}, {'id': '271', 'type': 'identifier', 'children': [], 'value': 'c'}; {'id': '272', 'type': 'identifier', 'children': [], 'value': 'keys'}, {'id': '273', 'type': 'argument_list', 'children': []}; {'id': '274', 'type': 'if_clause', 'children': ['275']}, {'id': '275', 'type': 'comparison_operator', 'children': ['276', '280'], 'value': 'in'}; {'id': '276', 'type': 'call', 'children': ['277', '278']}, {'id': '277', 'type': 'identifier', 'children': [], 'value': 'str'}; {'id': '278', 'type': 'argument_list', 'children': ['279']}, {'id': '279', 'type': 'identifier', 'children': [], 'value': 'k'}; {'id': '280', 'type': 'attribute', 'children': ['281', '282']}, {'id': '281', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '282', 'type': 'identifier', 'children': [], 'value': 'restrict_to_uniparc_values'}, {'id': '283', 'type': 'if_statement', 'children': ['284', '297']}; {'id': '284', 'type': 'comparison_operator', 'children': ['285', '289'], 'value': '!='}, {'id': '285', 'type': 'call', 'children': ['286', '287']}; {'id': '286', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '287', 'type': 'argument_list', 'children': ['288']}; {'id': '288', 'type': 'identifier', 'children': [], 'value': 'restricted_matches'}, {'id': '289', 'type': 'call', 'children': ['290', '291']}; {'id': '290', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '291', 'type': 'argument_list', 'children': ['292']}; {'id': '292', 'type': 'subscript', 'children': ['293', '296']}, {'id': '293', 'type': 'attribute', 'children': ['294', '295']}; {'id': '294', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '295', 'type': 'identifier', 'children': [], 'value': 'substring_matches'}; {'id': '296', 'type': 'identifier', 'children': [], 'value': 'c'}, {'id': '297', 'type': 'block', 'children': ['298']}; {'id': '298', 'type': 'expression_statement', 'children': ['299']}, {'id': '299', 'type': 'assignment', 'children': ['300', '301']}; {'id': '300', 'type': 'identifier', 'children': [], 'value': 'removed_matches'}, {'id': '301', 'type': 'call', 'children': ['302', '303']}; {'id': '302', 'type': 'identifier', 'children': [], 'value': 'sorted'}, {'id': '303', 'type': 'argument_list', 'children': ['304']}; {'id': '304', 'type': 'call', 'children': ['305', '319']}, {'id': '305', 'type': 'attribute', 'children': ['306', '318']}; {'id': '306', 'type': 'call', 'children': ['307', '308']}, {'id': '307', 'type': 'identifier', 'children': [], 'value': 'set'}; {'id': '308', 'type': 'argument_list', 'children': ['309']}, {'id': '309', 'type': 'call', 'children': ['310', '317']}; {'id': '310', 'type': 'attribute', 'children': ['311', '316']}, {'id': '311', 'type': 'subscript', 'children': ['312', '315']}; {'id': '312', 'type': 'attribute', 'children': ['313', '314']}, {'id': '313', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '314', 'type': 'identifier', 'children': [], 'value': 'substring_matches'}, {'id': '315', 'type': 'identifier', 'children': [], 'value': 'c'}; {'id': '316', 'type': 'identifier', 'children': [], 'value': 'keys'}, {'id': '317', 'type': 'argument_list', 'children': []}; {'id': '318', 'type': 'identifier', 'children': [], 'value': 'difference'}, {'id': '319', 'type': 'argument_list', 'children': ['320']}; {'id': '320', 'type': 'call', 'children': ['321', '322']}, {'id': '321', 'type': 'identifier', 'children': [], 'value': 'set'}; {'id': '322', 'type': 'argument_list', 'children': ['323']}, {'id': '323', 'type': 'identifier', 'children': [], 'value': 'restricted_matches'}; {'id': '324', 'type': 'expression_statement', 'children': ['325']}, {'id': '325', 'type': 'assignment', 'children': ['326', '331']}; {'id': '326', 'type': 'subscript', 'children': ['327', '330']}, {'id': '327', 'type': 'attribute', 'children': ['328', '329']}; {'id': '328', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '329', 'type': 'identifier', 'children': [], 'value': 'substring_matches'}; {'id': '330', 'type': 'identifier', 'children': [], 'value': 'c'}, {'id': '331', 'type': 'identifier', 'children': [], 'value': 'restricted_matches'}; {'id': '332', 'type': 'for_statement', 'children': ['333', '336', '343']}, {'id': '333', 'type': 'pattern_list', 'children': ['334', '335']}; {'id': '334', 'type': 'identifier', 'children': [], 'value': 'c_1'}, {'id': '335', 'type': 'identifier', 'children': [], 'value': 'related_chains'}; {'id': '336', 'type': 'call', 'children': ['337', '342']}, {'id': '337', 'type': 'attribute', 'children': ['338', '341']}; {'id': '338', 'type': 'attribute', 'children': ['339', '340']}, {'id': '339', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '340', 'type': 'identifier', 'children': [], 'value': 'equivalence_fiber'}, {'id': '341', 'type': 'identifier', 'children': [], 'value': 'iteritems'}; {'id': '342', 'type': 'argument_list', 'children': []}, {'id': '343', 'type': 'block', 'children': ['344']}; {'id': '344', 'type': 'for_statement', 'children': ['345', '346', '347']}, {'id': '345', 'type': 'identifier', 'children': [], 'value': 'c_2'}; {'id': '346', 'type': 'identifier', 'children': [], 'value': 'related_chains'}, {'id': '347', 'type': 'block', 'children': ['348']}; {'id': '348', 'type': 'expression_statement', 'children': ['349']}, {'id': '349', 'type': 'assignment', 'children': ['350', '355']}; {'id': '350', 'type': 'subscript', 'children': ['351', '354']}, {'id': '351', 'type': 'attribute', 'children': ['352', '353']}; {'id': '352', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '353', 'type': 'identifier', 'children': [], 'value': 'substring_matches'}; {'id': '354', 'type': 'identifier', 'children': [], 'value': 'c_2'}, {'id': '355', 'type': 'subscript', 'children': ['356', '359']}; {'id': '356', 'type': 'attribute', 'children': ['357', '358']}, {'id': '357', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '358', 'type': 'identifier', 'children': [], 'value': 'substring_matches'}, {'id': '359', 'type': 'identifier', 'children': [], 'value': 'c_1'} | def _align_with_substrings(self, chains_to_skip = set()):
'''Simple substring-based matching'''
for c in self.representative_chains:
if c not in chains_to_skip:
fasta_sequence = self.fasta[c]
substring_matches = {}
for uniparc_id, uniparc_sequence in sorted(self.uniparc_sequences.iteritems()):
uniparc_sequence = str(uniparc_sequence)
idx = uniparc_sequence.find(fasta_sequence)
if idx != -1:
substring_matches[uniparc_id] = 0
elif len(fasta_sequence) > 30:
idx = uniparc_sequence.find(fasta_sequence[5:-5])
if idx != -1:
substring_matches[uniparc_id] = 5
else:
idx = uniparc_sequence.find(fasta_sequence[7:-7])
if idx != -1:
substring_matches[uniparc_id] = 7
elif len(fasta_sequence) > 15:
idx = uniparc_sequence.find(fasta_sequence[3:-3])
if idx != -1:
substring_matches[uniparc_id] = 3
self.substring_matches[c] = substring_matches
colortext.pcyan('*' * 100)
pprint.pprint(self.substring_matches)
if self.restrict_to_uniparc_values:
for c in self.representative_chains:
if set(map(str, self.substring_matches[c].keys())).intersection(set(self.restrict_to_uniparc_values)) > 0:
restricted_matches = dict((str(k), self.substring_matches[c][k]) for k in self.substring_matches[c].keys() if str(k) in self.restrict_to_uniparc_values)
if len(restricted_matches) != len(self.substring_matches[c]):
removed_matches = sorted(set(self.substring_matches[c].keys()).difference(set(restricted_matches)))
self.substring_matches[c] = restricted_matches
for c_1, related_chains in self.equivalence_fiber.iteritems():
for c_2 in related_chains:
self.substring_matches[c_2] = self.substring_matches[c_1] |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '9']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'get_chain_mutations'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '6', '7', '8']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'pdb_id_1'}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'chain_1'}, {'id': '7', 'type': 'identifier', 'children': [], 'value': 'pdb_id_2'}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'chain_2'}, {'id': '9', 'type': 'block', 'children': ['10', '12', '21', '30', '42', '54', '66', '88', '110', '125', '140', '155', '170', '177', '184', '190', '204', '218', '224', '234', '240', '259', '280', '294', '298', '304', '456']}; {'id': '10', 'type': 'expression_statement', 'children': ['11']}, {'id': '11', 'type': 'string', 'children': [], 'value': "'''Returns a list of tuples each containing a SEQRES Mutation object and an ATOM Mutation object representing the\n mutations from pdb_id_1, chain_1 to pdb_id_2, chain_2.\n SequenceMaps are constructed in this function between the chains based on the alignment.\n PDBMutationPair are returned as they are hashable and amenable to Set construction to eliminate duplicates.\n '''"}; {'id': '12', 'type': 'expression_statement', 'children': ['13']}, {'id': '13', 'type': 'assignment', 'children': ['14', '15']}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'p1'}, {'id': '15', 'type': 'call', 'children': ['16', '19']}; {'id': '16', 'type': 'attribute', 'children': ['17', '18']}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'add_pdb'}, {'id': '19', 'type': 'argument_list', 'children': ['20']}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'pdb_id_1'}, {'id': '21', 'type': 'expression_statement', 'children': ['22']}; {'id': '22', 'type': 'assignment', 'children': ['23', '24']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'p2'}; {'id': '24', 'type': 'call', 'children': ['25', '28']}, {'id': '25', 'type': 'attribute', 'children': ['26', '27']}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'add_pdb'}; {'id': '28', 'type': 'argument_list', 'children': ['29']}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'pdb_id_2'}; {'id': '30', 'type': 'expression_statement', 'children': ['31']}, {'id': '31', 'type': 'assignment', 'children': ['32', '35']}; {'id': '32', 'type': 'pattern_list', 'children': ['33', '34']}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'sifts_1'}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'pdb_1'}, {'id': '35', 'type': 'expression_list', 'children': ['36', '39']}; {'id': '36', 'type': 'subscript', 'children': ['37', '38']}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'p1'}; {'id': '38', 'type': 'string', 'children': [], 'value': "'sifts'"}, {'id': '39', 'type': 'subscript', 'children': ['40', '41']}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'p1'}, {'id': '41', 'type': 'string', 'children': [], 'value': "'pdb'"}; {'id': '42', 'type': 'expression_statement', 'children': ['43']}, {'id': '43', 'type': 'assignment', 'children': ['44', '47']}; {'id': '44', 'type': 'pattern_list', 'children': ['45', '46']}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'sifts_2'}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'pdb_2'}, {'id': '47', 'type': 'expression_list', 'children': ['48', '51']}; {'id': '48', 'type': 'subscript', 'children': ['49', '50']}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'p2'}; {'id': '50', 'type': 'string', 'children': [], 'value': "'sifts'"}, {'id': '51', 'type': 'subscript', 'children': ['52', '53']}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'p2'}, {'id': '53', 'type': 'string', 'children': [], 'value': "'pdb'"}; {'id': '54', 'type': 'expression_statement', 'children': ['55']}, {'id': '55', 'type': 'assignment', 'children': ['56', '57']}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'seqres_to_atom_sequence_maps_1'}, {'id': '57', 'type': 'call', 'children': ['58', '63']}; {'id': '58', 'type': 'attribute', 'children': ['59', '62']}, {'id': '59', 'type': 'attribute', 'children': ['60', '61']}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'sifts_1'}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'seqres_to_atom_sequence_maps'}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '63', 'type': 'argument_list', 'children': ['64', '65']}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'chain_1'}, {'id': '65', 'type': 'dictionary', 'children': []}; {'id': '66', 'type': 'expression_statement', 'children': ['67']}, {'id': '67', 'type': 'assignment', 'children': ['68', '71']}; {'id': '68', 'type': 'pattern_list', 'children': ['69', '70']}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'seqres_1'}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'atom_1'}, {'id': '71', 'type': 'expression_list', 'children': ['72', '80']}; {'id': '72', 'type': 'call', 'children': ['73', '78']}, {'id': '73', 'type': 'attribute', 'children': ['74', '77']}; {'id': '74', 'type': 'attribute', 'children': ['75', '76']}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'pdb_1'}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'seqres_sequences'}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '78', 'type': 'argument_list', 'children': ['79']}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'chain_1'}; {'id': '80', 'type': 'call', 'children': ['81', '86']}, {'id': '81', 'type': 'attribute', 'children': ['82', '85']}; {'id': '82', 'type': 'attribute', 'children': ['83', '84']}, {'id': '83', 'type': 'identifier', 'children': [], 'value': 'pdb_1'}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'atom_sequences'}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '86', 'type': 'argument_list', 'children': ['87']}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'chain_1'}; {'id': '88', 'type': 'expression_statement', 'children': ['89']}, {'id': '89', 'type': 'assignment', 'children': ['90', '93']}; {'id': '90', 'type': 'pattern_list', 'children': ['91', '92']}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'seqres_2'}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'atom_2'}, {'id': '93', 'type': 'expression_list', 'children': ['94', '102']}; {'id': '94', 'type': 'call', 'children': ['95', '100']}, {'id': '95', 'type': 'attribute', 'children': ['96', '99']}; {'id': '96', 'type': 'attribute', 'children': ['97', '98']}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'pdb_2'}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'seqres_sequences'}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '100', 'type': 'argument_list', 'children': ['101']}, {'id': '101', 'type': 'identifier', 'children': [], 'value': 'chain_2'}; {'id': '102', 'type': 'call', 'children': ['103', '108']}, {'id': '103', 'type': 'attribute', 'children': ['104', '107']}; {'id': '104', 'type': 'attribute', 'children': ['105', '106']}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'pdb_2'}; {'id': '106', 'type': 'identifier', 'children': [], 'value': 'atom_sequences'}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '108', 'type': 'argument_list', 'children': ['109']}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'chain_2'}; {'id': '110', 'type': 'if_statement', 'children': ['111', '113']}, {'id': '111', 'type': 'not_operator', 'children': ['112']}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'seqres_1'}, {'id': '113', 'type': 'block', 'children': ['114']}; {'id': '114', 'type': 'raise_statement', 'children': ['115']}, {'id': '115', 'type': 'call', 'children': ['116', '117']}; {'id': '116', 'type': 'identifier', 'children': [], 'value': 'Exception'}, {'id': '117', 'type': 'argument_list', 'children': ['118']}; {'id': '118', 'type': 'call', 'children': ['119', '122']}, {'id': '119', 'type': 'attribute', 'children': ['120', '121']}; {'id': '120', 'type': 'string', 'children': [], 'value': "'No SEQRES sequence for chain {0} of {1}.'"}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '122', 'type': 'argument_list', 'children': ['123', '124']}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'chain_1'}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'pdb_1'}, {'id': '125', 'type': 'if_statement', 'children': ['126', '128']}; {'id': '126', 'type': 'not_operator', 'children': ['127']}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'atom_1'}; {'id': '128', 'type': 'block', 'children': ['129']}, {'id': '129', 'type': 'raise_statement', 'children': ['130']}; {'id': '130', 'type': 'call', 'children': ['131', '132']}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'Exception'}; {'id': '132', 'type': 'argument_list', 'children': ['133']}, {'id': '133', 'type': 'call', 'children': ['134', '137']}; {'id': '134', 'type': 'attribute', 'children': ['135', '136']}, {'id': '135', 'type': 'string', 'children': [], 'value': "'No ATOM sequence for chain {0} of {1}.'"}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'format'}, {'id': '137', 'type': 'argument_list', 'children': ['138', '139']}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'chain_1'}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'pdb_1'}; {'id': '140', 'type': 'if_statement', 'children': ['141', '143']}, {'id': '141', 'type': 'not_operator', 'children': ['142']}; {'id': '142', 'type': 'identifier', 'children': [], 'value': 'seqres_2'}, {'id': '143', 'type': 'block', 'children': ['144']}; {'id': '144', 'type': 'raise_statement', 'children': ['145']}, {'id': '145', 'type': 'call', 'children': ['146', '147']}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'Exception'}, {'id': '147', 'type': 'argument_list', 'children': ['148']}; {'id': '148', 'type': 'call', 'children': ['149', '152']}, {'id': '149', 'type': 'attribute', 'children': ['150', '151']}; {'id': '150', 'type': 'string', 'children': [], 'value': "'No SEQRES sequence for chain {0} of {1}.'"}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '152', 'type': 'argument_list', 'children': ['153', '154']}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 'chain_2'}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'pdb_2'}, {'id': '155', 'type': 'if_statement', 'children': ['156', '158']}; {'id': '156', 'type': 'not_operator', 'children': ['157']}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'atom_2'}; {'id': '158', 'type': 'block', 'children': ['159']}, {'id': '159', 'type': 'raise_statement', 'children': ['160']}; {'id': '160', 'type': 'call', 'children': ['161', '162']}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'Exception'}; {'id': '162', 'type': 'argument_list', 'children': ['163']}, {'id': '163', 'type': 'call', 'children': ['164', '167']}; {'id': '164', 'type': 'attribute', 'children': ['165', '166']}, {'id': '165', 'type': 'string', 'children': [], 'value': "'No ATOM sequence for chain {0} of {1}.'"}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'format'}, {'id': '167', 'type': 'argument_list', 'children': ['168', '169']}; {'id': '168', 'type': 'identifier', 'children': [], 'value': 'chain_2'}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'pdb_2'}; {'id': '170', 'type': 'expression_statement', 'children': ['171']}, {'id': '171', 'type': 'assignment', 'children': ['172', '173']}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'seqres_str_1'}, {'id': '173', 'type': 'call', 'children': ['174', '175']}; {'id': '174', 'type': 'identifier', 'children': [], 'value': 'str'}, {'id': '175', 'type': 'argument_list', 'children': ['176']}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'seqres_1'}, {'id': '177', 'type': 'expression_statement', 'children': ['178']}; {'id': '178', 'type': 'assignment', 'children': ['179', '180']}, {'id': '179', 'type': 'identifier', 'children': [], 'value': 'seqres_str_2'}; {'id': '180', 'type': 'call', 'children': ['181', '182']}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'str'}; {'id': '182', 'type': 'argument_list', 'children': ['183']}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 'seqres_2'}; {'id': '184', 'type': 'expression_statement', 'children': ['185']}, {'id': '185', 'type': 'assignment', 'children': ['186', '187']}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'sa'}, {'id': '187', 'type': 'call', 'children': ['188', '189']}; {'id': '188', 'type': 'identifier', 'children': [], 'value': 'SequenceAligner'}, {'id': '189', 'type': 'argument_list', 'children': []}; {'id': '190', 'type': 'expression_statement', 'children': ['191']}, {'id': '191', 'type': 'call', 'children': ['192', '195']}; {'id': '192', 'type': 'attribute', 'children': ['193', '194']}, {'id': '193', 'type': 'identifier', 'children': [], 'value': 'sa'}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'add_sequence'}, {'id': '195', 'type': 'argument_list', 'children': ['196', '203']}; {'id': '196', 'type': 'call', 'children': ['197', '200']}, {'id': '197', 'type': 'attribute', 'children': ['198', '199']}; {'id': '198', 'type': 'string', 'children': [], 'value': "'{0}_{1}'"}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '200', 'type': 'argument_list', 'children': ['201', '202']}, {'id': '201', 'type': 'identifier', 'children': [], 'value': 'pdb_id_1'}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'chain_1'}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'seqres_str_1'}; {'id': '204', 'type': 'expression_statement', 'children': ['205']}, {'id': '205', 'type': 'call', 'children': ['206', '209']}; {'id': '206', 'type': 'attribute', 'children': ['207', '208']}, {'id': '207', 'type': 'identifier', 'children': [], 'value': 'sa'}; {'id': '208', 'type': 'identifier', 'children': [], 'value': 'add_sequence'}, {'id': '209', 'type': 'argument_list', 'children': ['210', '217']}; {'id': '210', 'type': 'call', 'children': ['211', '214']}, {'id': '211', 'type': 'attribute', 'children': ['212', '213']}; {'id': '212', 'type': 'string', 'children': [], 'value': "'{0}_{1}'"}, {'id': '213', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '214', 'type': 'argument_list', 'children': ['215', '216']}, {'id': '215', 'type': 'identifier', 'children': [], 'value': 'pdb_id_2'}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'chain_2'}, {'id': '217', 'type': 'identifier', 'children': [], 'value': 'seqres_str_2'}; {'id': '218', 'type': 'expression_statement', 'children': ['219']}, {'id': '219', 'type': 'call', 'children': ['220', '223']}; {'id': '220', 'type': 'attribute', 'children': ['221', '222']}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'sa'}; {'id': '222', 'type': 'identifier', 'children': [], 'value': 'align'}, {'id': '223', 'type': 'argument_list', 'children': []}; {'id': '224', 'type': 'expression_statement', 'children': ['225']}, {'id': '225', 'type': 'assignment', 'children': ['226', '229']}; {'id': '226', 'type': 'pattern_list', 'children': ['227', '228']}, {'id': '227', 'type': 'identifier', 'children': [], 'value': 'seqres_residue_mapping'}; {'id': '228', 'type': 'identifier', 'children': [], 'value': 'seqres_match_mapping'}, {'id': '229', 'type': 'call', 'children': ['230', '233']}; {'id': '230', 'type': 'attribute', 'children': ['231', '232']}, {'id': '231', 'type': 'identifier', 'children': [], 'value': 'sa'}; {'id': '232', 'type': 'identifier', 'children': [], 'value': 'get_residue_mapping'}, {'id': '233', 'type': 'argument_list', 'children': []}; {'id': '234', 'type': 'expression_statement', 'children': ['235']}, {'id': '235', 'type': 'assignment', 'children': ['236', '237']}; {'id': '236', 'type': 'identifier', 'children': [], 'value': 'seqres_sequence_map'}, {'id': '237', 'type': 'call', 'children': ['238', '239']}; {'id': '238', 'type': 'identifier', 'children': [], 'value': 'SequenceMap'}, {'id': '239', 'type': 'argument_list', 'children': []}; {'id': '240', 'type': 'assert_statement', 'children': ['241']}, {'id': '241', 'type': 'parenthesized_expression', 'children': ['242']}; {'id': '242', 'type': 'comparison_operator', 'children': ['243', '251'], 'value': '=='}, {'id': '243', 'type': 'call', 'children': ['244', '245']}; {'id': '244', 'type': 'identifier', 'children': [], 'value': 'sorted'}, {'id': '245', 'type': 'argument_list', 'children': ['246']}; {'id': '246', 'type': 'call', 'children': ['247', '250']}, {'id': '247', 'type': 'attribute', 'children': ['248', '249']}; {'id': '248', 'type': 'identifier', 'children': [], 'value': 'seqres_residue_mapping'}, {'id': '249', 'type': 'identifier', 'children': [], 'value': 'keys'}; {'id': '250', 'type': 'argument_list', 'children': []}, {'id': '251', 'type': 'call', 'children': ['252', '253']}; {'id': '252', 'type': 'identifier', 'children': [], 'value': 'sorted'}, {'id': '253', 'type': 'argument_list', 'children': ['254']}; {'id': '254', 'type': 'call', 'children': ['255', '258']}, {'id': '255', 'type': 'attribute', 'children': ['256', '257']}; {'id': '256', 'type': 'identifier', 'children': [], 'value': 'seqres_match_mapping'}, {'id': '257', 'type': 'identifier', 'children': [], 'value': 'keys'}; {'id': '258', 'type': 'argument_list', 'children': []}, {'id': '259', 'type': 'for_statement', 'children': ['260', '263', '268']}; {'id': '260', 'type': 'pattern_list', 'children': ['261', '262']}, {'id': '261', 'type': 'identifier', 'children': [], 'value': 'k'}; {'id': '262', 'type': 'identifier', 'children': [], 'value': 'v'}, {'id': '263', 'type': 'call', 'children': ['264', '267']}; {'id': '264', 'type': 'attribute', 'children': ['265', '266']}, {'id': '265', 'type': 'identifier', 'children': [], 'value': 'seqres_residue_mapping'}; {'id': '266', 'type': 'identifier', 'children': [], 'value': 'iteritems'}, {'id': '267', 'type': 'argument_list', 'children': []}; {'id': '268', 'type': 'block', 'children': ['269']}, {'id': '269', 'type': 'expression_statement', 'children': ['270']}; {'id': '270', 'type': 'call', 'children': ['271', '274']}, {'id': '271', 'type': 'attribute', 'children': ['272', '273']}; {'id': '272', 'type': 'identifier', 'children': [], 'value': 'seqres_sequence_map'}, {'id': '273', 'type': 'identifier', 'children': [], 'value': 'add'}; {'id': '274', 'type': 'argument_list', 'children': ['275', '276', '277']}, {'id': '275', 'type': 'identifier', 'children': [], 'value': 'k'}; {'id': '276', 'type': 'identifier', 'children': [], 'value': 'v'}, {'id': '277', 'type': 'subscript', 'children': ['278', '279']}; {'id': '278', 'type': 'identifier', 'children': [], 'value': 'seqres_match_mapping'}, {'id': '279', 'type': 'identifier', 'children': [], 'value': 'k'}; {'id': '280', 'type': 'expression_statement', 'children': ['281']}, {'id': '281', 'type': 'assignment', 'children': ['282', '293']}; {'id': '282', 'type': 'subscript', 'children': ['283', '290']}, {'id': '283', 'type': 'subscript', 'children': ['284', '287']}; {'id': '284', 'type': 'attribute', 'children': ['285', '286']}, {'id': '285', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '286', 'type': 'identifier', 'children': [], 'value': 'seqres_sequence_maps'}, {'id': '287', 'type': 'tuple', 'children': ['288', '289']}; {'id': '288', 'type': 'identifier', 'children': [], 'value': 'pdb_id_1'}, {'id': '289', 'type': 'identifier', 'children': [], 'value': 'chain_1'}; {'id': '290', 'type': 'tuple', 'children': ['291', '292']}, {'id': '291', 'type': 'identifier', 'children': [], 'value': 'pdb_id_2'}; {'id': '292', 'type': 'identifier', 'children': [], 'value': 'chain_2'}, {'id': '293', 'type': 'identifier', 'children': [], 'value': 'seqres_sequence_map'}; {'id': '294', 'type': 'expression_statement', 'children': ['295']}, {'id': '295', 'type': 'assignment', 'children': ['296', '297']}; {'id': '296', 'type': 'identifier', 'children': [], 'value': 'mutations'}, {'id': '297', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '298', 'type': 'expression_statement', 'children': ['299']}, {'id': '299', 'type': 'assignment', 'children': ['300', '301']}; {'id': '300', 'type': 'identifier', 'children': [], 'value': 'clustal_symbols'}, {'id': '301', 'type': 'attribute', 'children': ['302', '303']}; {'id': '302', 'type': 'identifier', 'children': [], 'value': 'SubstitutionScore'}, {'id': '303', 'type': 'identifier', 'children': [], 'value': 'clustal_symbols'}; {'id': '304', 'type': 'for_statement', 'children': ['305', '308', '313']}, {'id': '305', 'type': 'pattern_list', 'children': ['306', '307']}; {'id': '306', 'type': 'identifier', 'children': [], 'value': 'seqres_res_id'}, {'id': '307', 'type': 'identifier', 'children': [], 'value': 'v'}; {'id': '308', 'type': 'call', 'children': ['309', '312']}, {'id': '309', 'type': 'attribute', 'children': ['310', '311']}; {'id': '310', 'type': 'identifier', 'children': [], 'value': 'seqres_match_mapping'}, {'id': '311', 'type': 'identifier', 'children': [], 'value': 'iteritems'}; {'id': '312', 'type': 'argument_list', 'children': []}, {'id': '313', 'type': 'block', 'children': ['314']}; {'id': '314', 'type': 'if_statement', 'children': ['315', '322']}, {'id': '315', 'type': 'comparison_operator', 'children': ['316', '321'], 'value': '!='}; {'id': '316', 'type': 'subscript', 'children': ['317', '318']}, {'id': '317', 'type': 'identifier', 'children': [], 'value': 'clustal_symbols'}; {'id': '318', 'type': 'attribute', 'children': ['319', '320']}, {'id': '319', 'type': 'identifier', 'children': [], 'value': 'v'}; {'id': '320', 'type': 'identifier', 'children': [], 'value': 'clustal'}, {'id': '321', 'type': 'string', 'children': [], 'value': "'*'"}; {'id': '322', 'type': 'block', 'children': ['323', '329', '337', '341', '350', '406', '422', '426', '445']}, {'id': '323', 'type': 'expression_statement', 'children': ['324']}; {'id': '324', 'type': 'assignment', 'children': ['325', '326']}, {'id': '325', 'type': 'identifier', 'children': [], 'value': 'seqres_wt_residue'}; {'id': '326', 'type': 'subscript', 'children': ['327', '328']}, {'id': '327', 'type': 'identifier', 'children': [], 'value': 'seqres_1'}; {'id': '328', 'type': 'identifier', 'children': [], 'value': 'seqres_res_id'}, {'id': '329', 'type': 'expression_statement', 'children': ['330']}; {'id': '330', 'type': 'assignment', 'children': ['331', '332']}, {'id': '331', 'type': 'identifier', 'children': [], 'value': 'seqres_mutant_residue'}; {'id': '332', 'type': 'subscript', 'children': ['333', '334']}, {'id': '333', 'type': 'identifier', 'children': [], 'value': 'seqres_2'}; {'id': '334', 'type': 'subscript', 'children': ['335', '336']}, {'id': '335', 'type': 'identifier', 'children': [], 'value': 'seqres_residue_mapping'}; {'id': '336', 'type': 'identifier', 'children': [], 'value': 'seqres_res_id'}, {'id': '337', 'type': 'expression_statement', 'children': ['338']}; {'id': '338', 'type': 'assignment', 'children': ['339', '340']}, {'id': '339', 'type': 'identifier', 'children': [], 'value': 'atom_res_id'}; {'id': '340', 'type': 'None', 'children': []}, {'id': '341', 'type': 'expression_statement', 'children': ['342']}; {'id': '342', 'type': 'assignment', 'children': ['343', '344']}, {'id': '343', 'type': 'identifier', 'children': [], 'value': 'atom_chain_res_id'}; {'id': '344', 'type': 'call', 'children': ['345', '348']}, {'id': '345', 'type': 'attribute', 'children': ['346', '347']}; {'id': '346', 'type': 'identifier', 'children': [], 'value': 'seqres_to_atom_sequence_maps_1'}, {'id': '347', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '348', 'type': 'argument_list', 'children': ['349']}, {'id': '349', 'type': 'identifier', 'children': [], 'value': 'seqres_res_id'}; {'id': '350', 'type': 'try_statement', 'children': ['351', '392']}, {'id': '351', 'type': 'block', 'children': ['352']}; {'id': '352', 'type': 'if_statement', 'children': ['353', '354']}, {'id': '353', 'type': 'identifier', 'children': [], 'value': 'atom_chain_res_id'}; {'id': '354', 'type': 'block', 'children': ['355', '362', '368', '376', '385']}, {'id': '355', 'type': 'assert_statement', 'children': ['356']}; {'id': '356', 'type': 'parenthesized_expression', 'children': ['357']}, {'id': '357', 'type': 'comparison_operator', 'children': ['358', '361'], 'value': '=='}; {'id': '358', 'type': 'subscript', 'children': ['359', '360']}, {'id': '359', 'type': 'identifier', 'children': [], 'value': 'atom_chain_res_id'}; {'id': '360', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '361', 'type': 'identifier', 'children': [], 'value': 'chain_1'}; {'id': '362', 'type': 'expression_statement', 'children': ['363']}, {'id': '363', 'type': 'assignment', 'children': ['364', '365']}; {'id': '364', 'type': 'identifier', 'children': [], 'value': 'atom_residue'}, {'id': '365', 'type': 'subscript', 'children': ['366', '367']}; {'id': '366', 'type': 'identifier', 'children': [], 'value': 'atom_1'}, {'id': '367', 'type': 'identifier', 'children': [], 'value': 'atom_chain_res_id'}; {'id': '368', 'type': 'expression_statement', 'children': ['369']}, {'id': '369', 'type': 'assignment', 'children': ['370', '371']}; {'id': '370', 'type': 'identifier', 'children': [], 'value': 'atom_res_id'}, {'id': '371', 'type': 'subscript', 'children': ['372', '373']}; {'id': '372', 'type': 'identifier', 'children': [], 'value': 'atom_chain_res_id'}, {'id': '373', 'type': 'slice', 'children': ['374', '375']}; {'id': '374', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '375', 'type': 'colon', 'children': []}; {'id': '376', 'type': 'assert_statement', 'children': ['377']}, {'id': '377', 'type': 'parenthesized_expression', 'children': ['378']}; {'id': '378', 'type': 'comparison_operator', 'children': ['379', '382'], 'value': '=='}, {'id': '379', 'type': 'attribute', 'children': ['380', '381']}; {'id': '380', 'type': 'identifier', 'children': [], 'value': 'atom_residue'}, {'id': '381', 'type': 'identifier', 'children': [], 'value': 'ResidueAA'}; {'id': '382', 'type': 'attribute', 'children': ['383', '384']}, {'id': '383', 'type': 'identifier', 'children': [], 'value': 'seqres_wt_residue'}; {'id': '384', 'type': 'identifier', 'children': [], 'value': 'ResidueAA'}, {'id': '385', 'type': 'assert_statement', 'children': ['386']}; {'id': '386', 'type': 'parenthesized_expression', 'children': ['387']}, {'id': '387', 'type': 'comparison_operator', 'children': ['388', '391'], 'value': '=='}; {'id': '388', 'type': 'attribute', 'children': ['389', '390']}, {'id': '389', 'type': 'identifier', 'children': [], 'value': 'atom_residue'}; {'id': '390', 'type': 'identifier', 'children': [], 'value': 'ResidueID'}, {'id': '391', 'type': 'identifier', 'children': [], 'value': 'atom_res_id'}; {'id': '392', 'type': 'except_clause', 'children': ['393']}, {'id': '393', 'type': 'block', 'children': ['394', '398']}; {'id': '394', 'type': 'expression_statement', 'children': ['395']}, {'id': '395', 'type': 'assignment', 'children': ['396', '397']}; {'id': '396', 'type': 'identifier', 'children': [], 'value': 'atom_res_id'}, {'id': '397', 'type': 'None', 'children': []}; {'id': '398', 'type': 'if_statement', 'children': ['399', '404']}, {'id': '399', 'type': 'comparison_operator', 'children': ['400', '403'], 'value': '!='}; {'id': '400', 'type': 'attribute', 'children': ['401', '402']}, {'id': '401', 'type': 'identifier', 'children': [], 'value': 'seqres_wt_residue'}; {'id': '402', 'type': 'identifier', 'children': [], 'value': 'ResidueAA'}, {'id': '403', 'type': 'string', 'children': [], 'value': "'X'"}; {'id': '404', 'type': 'block', 'children': ['405']}, {'id': '405', 'type': 'raise_statement', 'children': []}; {'id': '406', 'type': 'expression_statement', 'children': ['407']}, {'id': '407', 'type': 'assignment', 'children': ['408', '409']}; {'id': '408', 'type': 'identifier', 'children': [], 'value': 'seqres_mutation'}, {'id': '409', 'type': 'call', 'children': ['410', '411']}; {'id': '410', 'type': 'identifier', 'children': [], 'value': 'ChainMutation'}, {'id': '411', 'type': 'argument_list', 'children': ['412', '415', '416', '419']}; {'id': '412', 'type': 'attribute', 'children': ['413', '414']}, {'id': '413', 'type': 'identifier', 'children': [], 'value': 'seqres_wt_residue'}; {'id': '414', 'type': 'identifier', 'children': [], 'value': 'ResidueAA'}, {'id': '415', 'type': 'identifier', 'children': [], 'value': 'seqres_res_id'}; {'id': '416', 'type': 'attribute', 'children': ['417', '418']}, {'id': '417', 'type': 'identifier', 'children': [], 'value': 'seqres_mutant_residue'}; {'id': '418', 'type': 'identifier', 'children': [], 'value': 'ResidueAA'}, {'id': '419', 'type': 'keyword_argument', 'children': ['420', '421']}; {'id': '420', 'type': 'identifier', 'children': [], 'value': 'Chain'}, {'id': '421', 'type': 'identifier', 'children': [], 'value': 'chain_1'}; {'id': '422', 'type': 'expression_statement', 'children': ['423']}, {'id': '423', 'type': 'assignment', 'children': ['424', '425']}; {'id': '424', 'type': 'identifier', 'children': [], 'value': 'atom_mutation'}, {'id': '425', 'type': 'None', 'children': []}; {'id': '426', 'type': 'if_statement', 'children': ['427', '428']}, {'id': '427', 'type': 'identifier', 'children': [], 'value': 'atom_res_id'}; {'id': '428', 'type': 'block', 'children': ['429']}, {'id': '429', 'type': 'expression_statement', 'children': ['430']}; {'id': '430', 'type': 'assignment', 'children': ['431', '432']}, {'id': '431', 'type': 'identifier', 'children': [], 'value': 'atom_mutation'}; {'id': '432', 'type': 'call', 'children': ['433', '434']}, {'id': '433', 'type': 'identifier', 'children': [], 'value': 'ChainMutation'}; {'id': '434', 'type': 'argument_list', 'children': ['435', '438', '439', '442']}, {'id': '435', 'type': 'attribute', 'children': ['436', '437']}; {'id': '436', 'type': 'identifier', 'children': [], 'value': 'seqres_wt_residue'}, {'id': '437', 'type': 'identifier', 'children': [], 'value': 'ResidueAA'}; {'id': '438', 'type': 'identifier', 'children': [], 'value': 'atom_res_id'}, {'id': '439', 'type': 'attribute', 'children': ['440', '441']}; {'id': '440', 'type': 'identifier', 'children': [], 'value': 'seqres_mutant_residue'}, {'id': '441', 'type': 'identifier', 'children': [], 'value': 'ResidueAA'}; {'id': '442', 'type': 'keyword_argument', 'children': ['443', '444']}, {'id': '443', 'type': 'identifier', 'children': [], 'value': 'Chain'}; {'id': '444', 'type': 'identifier', 'children': [], 'value': 'chain_1'}, {'id': '445', 'type': 'expression_statement', 'children': ['446']}; {'id': '446', 'type': 'call', 'children': ['447', '450']}, {'id': '447', 'type': 'attribute', 'children': ['448', '449']}; {'id': '448', 'type': 'identifier', 'children': [], 'value': 'mutations'}, {'id': '449', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '450', 'type': 'argument_list', 'children': ['451']}, {'id': '451', 'type': 'call', 'children': ['452', '453']}; {'id': '452', 'type': 'identifier', 'children': [], 'value': 'PDBMutationPair'}, {'id': '453', 'type': 'argument_list', 'children': ['454', '455']}; {'id': '454', 'type': 'identifier', 'children': [], 'value': 'seqres_mutation'}, {'id': '455', 'type': 'identifier', 'children': [], 'value': 'atom_mutation'}; {'id': '456', 'type': 'return_statement', 'children': ['457']}, {'id': '457', 'type': 'identifier', 'children': [], 'value': 'mutations'} | def get_chain_mutations(self, pdb_id_1, chain_1, pdb_id_2, chain_2):
'''Returns a list of tuples each containing a SEQRES Mutation object and an ATOM Mutation object representing the
mutations from pdb_id_1, chain_1 to pdb_id_2, chain_2.
SequenceMaps are constructed in this function between the chains based on the alignment.
PDBMutationPair are returned as they are hashable and amenable to Set construction to eliminate duplicates.
'''
p1 = self.add_pdb(pdb_id_1)
p2 = self.add_pdb(pdb_id_2)
sifts_1, pdb_1 = p1['sifts'], p1['pdb']
sifts_2, pdb_2 = p2['sifts'], p2['pdb']
seqres_to_atom_sequence_maps_1 = sifts_1.seqres_to_atom_sequence_maps.get(chain_1, {})
seqres_1, atom_1 = pdb_1.seqres_sequences.get(chain_1), pdb_1.atom_sequences.get(chain_1)
seqres_2, atom_2 = pdb_2.seqres_sequences.get(chain_2), pdb_2.atom_sequences.get(chain_2)
if not seqres_1: raise Exception('No SEQRES sequence for chain {0} of {1}.'.format(chain_1, pdb_1))
if not atom_1: raise Exception('No ATOM sequence for chain {0} of {1}.'.format(chain_1, pdb_1))
if not seqres_2: raise Exception('No SEQRES sequence for chain {0} of {1}.'.format(chain_2, pdb_2))
if not atom_2: raise Exception('No ATOM sequence for chain {0} of {1}.'.format(chain_2, pdb_2))
seqres_str_1 = str(seqres_1)
seqres_str_2 = str(seqres_2)
sa = SequenceAligner()
sa.add_sequence('{0}_{1}'.format(pdb_id_1, chain_1), seqres_str_1)
sa.add_sequence('{0}_{1}'.format(pdb_id_2, chain_2), seqres_str_2)
sa.align()
seqres_residue_mapping, seqres_match_mapping = sa.get_residue_mapping()
seqres_sequence_map = SequenceMap()
assert(sorted(seqres_residue_mapping.keys()) == sorted(seqres_match_mapping.keys()))
for k, v in seqres_residue_mapping.iteritems():
seqres_sequence_map.add(k, v, seqres_match_mapping[k])
self.seqres_sequence_maps[(pdb_id_1, chain_1)][(pdb_id_2, chain_2)] = seqres_sequence_map
mutations = []
clustal_symbols = SubstitutionScore.clustal_symbols
for seqres_res_id, v in seqres_match_mapping.iteritems():
if clustal_symbols[v.clustal] != '*':
seqres_wt_residue = seqres_1[seqres_res_id]
seqres_mutant_residue = seqres_2[seqres_residue_mapping[seqres_res_id]]
atom_res_id = None
atom_chain_res_id = seqres_to_atom_sequence_maps_1.get(seqres_res_id)
try:
if atom_chain_res_id:
assert(atom_chain_res_id[0] == chain_1)
atom_residue = atom_1[atom_chain_res_id]
atom_res_id = atom_chain_res_id[1:]
assert(atom_residue.ResidueAA == seqres_wt_residue.ResidueAA)
assert(atom_residue.ResidueID == atom_res_id)
except:
atom_res_id = None
if seqres_wt_residue.ResidueAA != 'X':
raise
seqres_mutation = ChainMutation(seqres_wt_residue.ResidueAA, seqres_res_id,seqres_mutant_residue.ResidueAA, Chain = chain_1)
atom_mutation = None
if atom_res_id:
atom_mutation = ChainMutation(seqres_wt_residue.ResidueAA, atom_res_id, seqres_mutant_residue.ResidueAA, Chain = chain_1)
mutations.append(PDBMutationPair(seqres_mutation, atom_mutation))
return mutations |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '6']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'make'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'apps'}; {'id': '6', 'type': 'block', 'children': ['7', '368']}, {'id': '7', 'type': 'for_statement', 'children': ['8', '11', '33']}; {'id': '8', 'type': 'tuple_pattern', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'appname'}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'app'}, {'id': '11', 'type': 'call', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'sorted'}, {'id': '13', 'type': 'argument_list', 'children': ['14', '19']}; {'id': '14', 'type': 'call', 'children': ['15', '18']}, {'id': '15', 'type': 'attribute', 'children': ['16', '17']}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'apps'}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'items'}; {'id': '18', 'type': 'argument_list', 'children': []}, {'id': '19', 'type': 'keyword_argument', 'children': ['20', '21']}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'key'}, {'id': '21', 'type': 'lambda', 'children': ['22', '24']}; {'id': '22', 'type': 'lambda_parameters', 'children': ['23']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'x'}; {'id': '24', 'type': 'tuple', 'children': ['25', '30']}, {'id': '25', 'type': 'attribute', 'children': ['26', '29']}; {'id': '26', 'type': 'subscript', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'x'}; {'id': '28', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'priority'}; {'id': '30', 'type': 'subscript', 'children': ['31', '32']}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'x'}; {'id': '32', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '33', 'type': 'block', 'children': ['34', '42']}; {'id': '34', 'type': 'expression_statement', 'children': ['35']}, {'id': '35', 'type': 'call', 'children': ['36', '39']}; {'id': '36', 'type': 'attribute', 'children': ['37', '38']}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'logger'}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'info'}, {'id': '39', 'type': 'argument_list', 'children': ['40', '41']}; {'id': '40', 'type': 'string', 'children': [], 'value': "'Getting report results from %r'"}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'appname'}; {'id': '42', 'type': 'for_statement', 'children': ['43', '44', '47']}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'report_data'}; {'id': '44', 'type': 'attribute', 'children': ['45', '46']}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'app'}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'report_data'}, {'id': '47', 'type': 'block', 'children': ['48', '58', '354']}; {'id': '48', 'type': 'if_statement', 'children': ['49', '56']}, {'id': '49', 'type': 'comparison_operator', 'children': ['50', '53'], 'value': '!='}; {'id': '50', 'type': 'attribute', 'children': ['51', '52']}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'report_data'}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'subreport'}, {'id': '53', 'type': 'attribute', 'children': ['54', '55']}; {'id': '54', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '56', 'type': 'block', 'children': ['57']}, {'id': '57', 'type': 'continue_statement', 'children': []}; {'id': '58', 'type': 'if_statement', 'children': ['59', '64', '188', '271']}, {'id': '59', 'type': 'comparison_operator', 'children': ['60', '63'], 'value': '=='}; {'id': '60', 'type': 'attribute', 'children': ['61', '62']}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'report_data'}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'function'}, {'id': '63', 'type': 'string', 'children': [], 'value': "'total'"}; {'id': '64', 'type': 'block', 'children': ['65']}, {'id': '65', 'type': 'for_statement', 'children': ['66', '67', '68']}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'opt'}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'report_data'}; {'id': '68', 'type': 'block', 'children': ['69', '78', '87', '96', '105', '119', '133', '139', '174']}, {'id': '69', 'type': 'expression_statement', 'children': ['70']}; {'id': '70', 'type': 'assignment', 'children': ['71', '72']}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'match'}; {'id': '72', 'type': 'call', 'children': ['73', '76']}, {'id': '73', 'type': 'attribute', 'children': ['74', '75']}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'report_data'}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'parse_report_data'}; {'id': '76', 'type': 'argument_list', 'children': ['77']}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'opt'}; {'id': '78', 'type': 'expression_statement', 'children': ['79']}, {'id': '79', 'type': 'assignment', 'children': ['80', '81']}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'cond'}, {'id': '81', 'type': 'call', 'children': ['82', '85']}; {'id': '82', 'type': 'attribute', 'children': ['83', '84']}, {'id': '83', 'type': 'identifier', 'children': [], 'value': 'match'}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'group'}, {'id': '85', 'type': 'argument_list', 'children': ['86']}; {'id': '86', 'type': 'string', 'children': [], 'value': "'condition'"}, {'id': '87', 'type': 'expression_statement', 'children': ['88']}; {'id': '88', 'type': 'assignment', 'children': ['89', '90']}, {'id': '89', 'type': 'identifier', 'children': [], 'value': 'valfld'}; {'id': '90', 'type': 'call', 'children': ['91', '94']}, {'id': '91', 'type': 'attribute', 'children': ['92', '93']}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'match'}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'group'}; {'id': '94', 'type': 'argument_list', 'children': ['95']}, {'id': '95', 'type': 'string', 'children': [], 'value': "'valfld'"}; {'id': '96', 'type': 'expression_statement', 'children': ['97']}, {'id': '97', 'type': 'assignment', 'children': ['98', '99']}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'unit'}, {'id': '99', 'type': 'call', 'children': ['100', '103']}; {'id': '100', 'type': 'attribute', 'children': ['101', '102']}, {'id': '101', 'type': 'identifier', 'children': [], 'value': 'match'}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'group'}, {'id': '103', 'type': 'argument_list', 'children': ['104']}; {'id': '104', 'type': 'string', 'children': [], 'value': "'unit'"}, {'id': '105', 'type': 'expression_statement', 'children': ['106']}; {'id': '106', 'type': 'assignment', 'children': ['107', '108']}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'itemtitle'}; {'id': '108', 'type': 'call', 'children': ['109', '117']}, {'id': '109', 'type': 'attribute', 'children': ['110', '116']}; {'id': '110', 'type': 'call', 'children': ['111', '114']}, {'id': '111', 'type': 'attribute', 'children': ['112', '113']}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'match'}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'group'}; {'id': '114', 'type': 'argument_list', 'children': ['115']}, {'id': '115', 'type': 'string', 'children': [], 'value': "'fields'"}; {'id': '116', 'type': 'identifier', 'children': [], 'value': 'strip'}, {'id': '117', 'type': 'argument_list', 'children': ['118']}; {'id': '118', 'type': 'string', 'children': [], 'value': '\'"\''}, {'id': '119', 'type': 'expression_statement', 'children': ['120']}; {'id': '120', 'type': 'assignment', 'children': ['121', '122']}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'total'}; {'id': '122', 'type': 'call', 'children': ['123', '130']}, {'id': '123', 'type': 'attribute', 'children': ['124', '129']}; {'id': '124', 'type': 'subscript', 'children': ['125', '128']}, {'id': '125', 'type': 'attribute', 'children': ['126', '127']}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'report_data'}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'rules'}; {'id': '128', 'type': 'identifier', 'children': [], 'value': 'opt'}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'total_events'}; {'id': '130', 'type': 'argument_list', 'children': ['131', '132']}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'cond'}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'valfld'}, {'id': '133', 'type': 'if_statement', 'children': ['134', '137']}; {'id': '134', 'type': 'comparison_operator', 'children': ['135', '136'], 'value': '=='}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'total'}; {'id': '136', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '137', 'type': 'block', 'children': ['138']}; {'id': '138', 'type': 'continue_statement', 'children': []}, {'id': '139', 'type': 'if_statement', 'children': ['140', '143', '165']}; {'id': '140', 'type': 'comparison_operator', 'children': ['141', '142'], 'value': 'is'}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'unit'}; {'id': '142', 'type': 'None', 'children': []}, {'id': '143', 'type': 'block', 'children': ['144', '155']}; {'id': '144', 'type': 'expression_statement', 'children': ['145']}, {'id': '145', 'type': 'assignment', 'children': ['146', '149']}; {'id': '146', 'type': 'pattern_list', 'children': ['147', '148']}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'total'}; {'id': '148', 'type': 'identifier', 'children': [], 'value': 'unit'}, {'id': '149', 'type': 'call', 'children': ['150', '151']}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 'get_value_unit'}, {'id': '151', 'type': 'argument_list', 'children': ['152', '153', '154']}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'total'}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 'unit'}; {'id': '154', 'type': 'string', 'children': [], 'value': "'T'"}, {'id': '155', 'type': 'expression_statement', 'children': ['156']}; {'id': '156', 'type': 'assignment', 'children': ['157', '158']}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'total'}; {'id': '158', 'type': 'call', 'children': ['159', '162']}, {'id': '159', 'type': 'attribute', 'children': ['160', '161']}; {'id': '160', 'type': 'string', 'children': [], 'value': "'{0} {1}'"}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '162', 'type': 'argument_list', 'children': ['163', '164']}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'total'}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'unit'}, {'id': '165', 'type': 'else_clause', 'children': ['166']}; {'id': '166', 'type': 'block', 'children': ['167']}, {'id': '167', 'type': 'expression_statement', 'children': ['168']}; {'id': '168', 'type': 'assignment', 'children': ['169', '170']}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'total'}; {'id': '170', 'type': 'call', 'children': ['171', '172']}, {'id': '171', 'type': 'identifier', 'children': [], 'value': 'str'}; {'id': '172', 'type': 'argument_list', 'children': ['173']}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'total'}; {'id': '174', 'type': 'expression_statement', 'children': ['175']}, {'id': '175', 'type': 'call', 'children': ['176', '181']}; {'id': '176', 'type': 'attribute', 'children': ['177', '180']}, {'id': '177', 'type': 'attribute', 'children': ['178', '179']}; {'id': '178', 'type': 'identifier', 'children': [], 'value': 'report_data'}, {'id': '179', 'type': 'identifier', 'children': [], 'value': 'results'}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '181', 'type': 'argument_list', 'children': ['182']}; {'id': '182', 'type': 'call', 'children': ['183', '184']}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 'tuple'}; {'id': '184', 'type': 'argument_list', 'children': ['185']}, {'id': '185', 'type': 'list', 'children': ['186', '187'], 'value': '[total, itemtitle]'}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'total'}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'itemtitle'}; {'id': '188', 'type': 'elif_clause', 'children': ['189', '194']}, {'id': '189', 'type': 'comparison_operator', 'children': ['190', '193'], 'value': '=='}; {'id': '190', 'type': 'attribute', 'children': ['191', '192']}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'report_data'}; {'id': '192', 'type': 'identifier', 'children': [], 'value': 'function'}, {'id': '193', 'type': 'string', 'children': [], 'value': "'top'"}; {'id': '194', 'type': 'block', 'children': ['195', '204']}, {'id': '195', 'type': 'expression_statement', 'children': ['196']}; {'id': '196', 'type': 'assignment', 'children': ['197', '198']}, {'id': '197', 'type': 'identifier', 'children': [], 'value': 'k'}; {'id': '198', 'type': 'call', 'children': ['199', '200']}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'int'}; {'id': '200', 'type': 'argument_list', 'children': ['201']}, {'id': '201', 'type': 'attribute', 'children': ['202', '203']}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'report_data'}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'topnum'}; {'id': '204', 'type': 'for_statement', 'children': ['205', '206', '207']}, {'id': '205', 'type': 'identifier', 'children': [], 'value': 'opt'}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'report_data'}, {'id': '207', 'type': 'block', 'children': ['208', '217', '226', '235', '246', '262']}; {'id': '208', 'type': 'expression_statement', 'children': ['209']}, {'id': '209', 'type': 'assignment', 'children': ['210', '211']}; {'id': '210', 'type': 'identifier', 'children': [], 'value': 'match'}, {'id': '211', 'type': 'call', 'children': ['212', '215']}; {'id': '212', 'type': 'attribute', 'children': ['213', '214']}, {'id': '213', 'type': 'identifier', 'children': [], 'value': 'report_data'}; {'id': '214', 'type': 'identifier', 'children': [], 'value': 'parse_report_data'}, {'id': '215', 'type': 'argument_list', 'children': ['216']}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'opt'}, {'id': '217', 'type': 'expression_statement', 'children': ['218']}; {'id': '218', 'type': 'assignment', 'children': ['219', '220']}, {'id': '219', 'type': 'identifier', 'children': [], 'value': 'valfld'}; {'id': '220', 'type': 'call', 'children': ['221', '224']}, {'id': '221', 'type': 'attribute', 'children': ['222', '223']}; {'id': '222', 'type': 'identifier', 'children': [], 'value': 'match'}, {'id': '223', 'type': 'identifier', 'children': [], 'value': 'group'}; {'id': '224', 'type': 'argument_list', 'children': ['225']}, {'id': '225', 'type': 'string', 'children': [], 'value': "'valfld'"}; {'id': '226', 'type': 'expression_statement', 'children': ['227']}, {'id': '227', 'type': 'assignment', 'children': ['228', '229']}; {'id': '228', 'type': 'identifier', 'children': [], 'value': 'field'}, {'id': '229', 'type': 'call', 'children': ['230', '233']}; {'id': '230', 'type': 'attribute', 'children': ['231', '232']}, {'id': '231', 'type': 'identifier', 'children': [], 'value': 'match'}; {'id': '232', 'type': 'identifier', 'children': [], 'value': 'group'}, {'id': '233', 'type': 'argument_list', 'children': ['234']}; {'id': '234', 'type': 'string', 'children': [], 'value': "'fields'"}, {'id': '235', 'type': 'expression_statement', 'children': ['236']}; {'id': '236', 'type': 'assignment', 'children': ['237', '238']}, {'id': '237', 'type': 'identifier', 'children': [], 'value': 'usemax'}; {'id': '238', 'type': 'comparison_operator', 'children': ['239', '245'], 'value': 'is'}, {'id': '239', 'type': 'call', 'children': ['240', '243']}; {'id': '240', 'type': 'attribute', 'children': ['241', '242']}, {'id': '241', 'type': 'identifier', 'children': [], 'value': 'match'}; {'id': '242', 'type': 'identifier', 'children': [], 'value': 'group'}, {'id': '243', 'type': 'argument_list', 'children': ['244']}; {'id': '244', 'type': 'string', 'children': [], 'value': "'add2res'"}, {'id': '245', 'type': 'None', 'children': []}; {'id': '246', 'type': 'expression_statement', 'children': ['247']}, {'id': '247', 'type': 'assignment', 'children': ['248', '249']}; {'id': '248', 'type': 'identifier', 'children': [], 'value': 'toplist'}, {'id': '249', 'type': 'call', 'children': ['250', '257']}; {'id': '250', 'type': 'attribute', 'children': ['251', '256']}, {'id': '251', 'type': 'subscript', 'children': ['252', '255']}; {'id': '252', 'type': 'attribute', 'children': ['253', '254']}, {'id': '253', 'type': 'identifier', 'children': [], 'value': 'report_data'}; {'id': '254', 'type': 'identifier', 'children': [], 'value': 'rules'}, {'id': '255', 'type': 'identifier', 'children': [], 'value': 'opt'}; {'id': '256', 'type': 'identifier', 'children': [], 'value': 'top_events'}, {'id': '257', 'type': 'argument_list', 'children': ['258', '259', '260', '261']}; {'id': '258', 'type': 'identifier', 'children': [], 'value': 'k'}, {'id': '259', 'type': 'identifier', 'children': [], 'value': 'valfld'}; {'id': '260', 'type': 'identifier', 'children': [], 'value': 'usemax'}, {'id': '261', 'type': 'identifier', 'children': [], 'value': 'field'}; {'id': '262', 'type': 'expression_statement', 'children': ['263']}, {'id': '263', 'type': 'call', 'children': ['264', '269']}; {'id': '264', 'type': 'attribute', 'children': ['265', '268']}, {'id': '265', 'type': 'attribute', 'children': ['266', '267']}; {'id': '266', 'type': 'identifier', 'children': [], 'value': 'report_data'}, {'id': '267', 'type': 'identifier', 'children': [], 'value': 'results'}; {'id': '268', 'type': 'identifier', 'children': [], 'value': 'extend'}, {'id': '269', 'type': 'argument_list', 'children': ['270']}; {'id': '270', 'type': 'identifier', 'children': [], 'value': 'toplist'}, {'id': '271', 'type': 'elif_clause', 'children': ['272', '277']}; {'id': '272', 'type': 'comparison_operator', 'children': ['273', '276'], 'value': '=='}, {'id': '273', 'type': 'attribute', 'children': ['274', '275']}; {'id': '274', 'type': 'identifier', 'children': [], 'value': 'report_data'}, {'id': '275', 'type': 'identifier', 'children': [], 'value': 'function'}; {'id': '276', 'type': 'string', 'children': [], 'value': "'table'"}, {'id': '277', 'type': 'block', 'children': ['278', '293']}; {'id': '278', 'type': 'expression_statement', 'children': ['279']}, {'id': '279', 'type': 'assignment', 'children': ['280', '281']}; {'id': '280', 'type': 'identifier', 'children': [], 'value': 'cols'}, {'id': '281', 'type': 'call', 'children': ['282', '283']}; {'id': '282', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '283', 'type': 'argument_list', 'children': ['284']}; {'id': '284', 'type': 'call', 'children': ['285', '288']}, {'id': '285', 'type': 'attribute', 'children': ['286', '287']}; {'id': '286', 'type': 'identifier', 'children': [], 'value': 're'}, {'id': '287', 'type': 'identifier', 'children': [], 'value': 'split'}; {'id': '288', 'type': 'argument_list', 'children': ['289', '290']}, {'id': '289', 'type': 'string', 'children': [], 'value': "'\\s*,\\s*'"}; {'id': '290', 'type': 'attribute', 'children': ['291', '292']}, {'id': '291', 'type': 'identifier', 'children': [], 'value': 'report_data'}; {'id': '292', 'type': 'identifier', 'children': [], 'value': 'headers'}, {'id': '293', 'type': 'for_statement', 'children': ['294', '295', '296']}; {'id': '294', 'type': 'identifier', 'children': [], 'value': 'opt'}, {'id': '295', 'type': 'identifier', 'children': [], 'value': 'report_data'}; {'id': '296', 'type': 'block', 'children': ['297', '306', '315', '330', '345']}, {'id': '297', 'type': 'expression_statement', 'children': ['298']}; {'id': '298', 'type': 'assignment', 'children': ['299', '300']}, {'id': '299', 'type': 'identifier', 'children': [], 'value': 'match'}; {'id': '300', 'type': 'call', 'children': ['301', '304']}, {'id': '301', 'type': 'attribute', 'children': ['302', '303']}; {'id': '302', 'type': 'identifier', 'children': [], 'value': 'report_data'}, {'id': '303', 'type': 'identifier', 'children': [], 'value': 'parse_report_data'}; {'id': '304', 'type': 'argument_list', 'children': ['305']}, {'id': '305', 'type': 'identifier', 'children': [], 'value': 'opt'}; {'id': '306', 'type': 'expression_statement', 'children': ['307']}, {'id': '307', 'type': 'assignment', 'children': ['308', '309']}; {'id': '308', 'type': 'identifier', 'children': [], 'value': 'cond'}, {'id': '309', 'type': 'call', 'children': ['310', '313']}; {'id': '310', 'type': 'attribute', 'children': ['311', '312']}, {'id': '311', 'type': 'identifier', 'children': [], 'value': 'match'}; {'id': '312', 'type': 'identifier', 'children': [], 'value': 'group'}, {'id': '313', 'type': 'argument_list', 'children': ['314']}; {'id': '314', 'type': 'string', 'children': [], 'value': "'condition'"}, {'id': '315', 'type': 'expression_statement', 'children': ['316']}; {'id': '316', 'type': 'assignment', 'children': ['317', '318']}, {'id': '317', 'type': 'identifier', 'children': [], 'value': 'fields'}; {'id': '318', 'type': 'call', 'children': ['319', '322']}, {'id': '319', 'type': 'attribute', 'children': ['320', '321']}; {'id': '320', 'type': 'identifier', 'children': [], 'value': 're'}, {'id': '321', 'type': 'identifier', 'children': [], 'value': 'split'}; {'id': '322', 'type': 'argument_list', 'children': ['323', '324']}, {'id': '323', 'type': 'string', 'children': [], 'value': "'\\s*,\\s*'"}; {'id': '324', 'type': 'call', 'children': ['325', '328']}, {'id': '325', 'type': 'attribute', 'children': ['326', '327']}; {'id': '326', 'type': 'identifier', 'children': [], 'value': 'match'}, {'id': '327', 'type': 'identifier', 'children': [], 'value': 'group'}; {'id': '328', 'type': 'argument_list', 'children': ['329']}, {'id': '329', 'type': 'string', 'children': [], 'value': "'fields'"}; {'id': '330', 'type': 'expression_statement', 'children': ['331']}, {'id': '331', 'type': 'assignment', 'children': ['332', '333']}; {'id': '332', 'type': 'identifier', 'children': [], 'value': 'tablelist'}, {'id': '333', 'type': 'call', 'children': ['334', '341']}; {'id': '334', 'type': 'attribute', 'children': ['335', '340']}, {'id': '335', 'type': 'subscript', 'children': ['336', '339']}; {'id': '336', 'type': 'attribute', 'children': ['337', '338']}, {'id': '337', 'type': 'identifier', 'children': [], 'value': 'report_data'}; {'id': '338', 'type': 'identifier', 'children': [], 'value': 'rules'}, {'id': '339', 'type': 'identifier', 'children': [], 'value': 'opt'}; {'id': '340', 'type': 'identifier', 'children': [], 'value': 'list_events'}, {'id': '341', 'type': 'argument_list', 'children': ['342', '343', '344']}; {'id': '342', 'type': 'identifier', 'children': [], 'value': 'cond'}, {'id': '343', 'type': 'identifier', 'children': [], 'value': 'cols'}; {'id': '344', 'type': 'identifier', 'children': [], 'value': 'fields'}, {'id': '345', 'type': 'expression_statement', 'children': ['346']}; {'id': '346', 'type': 'call', 'children': ['347', '352']}, {'id': '347', 'type': 'attribute', 'children': ['348', '351']}; {'id': '348', 'type': 'attribute', 'children': ['349', '350']}, {'id': '349', 'type': 'identifier', 'children': [], 'value': 'report_data'}; {'id': '350', 'type': 'identifier', 'children': [], 'value': 'results'}, {'id': '351', 'type': 'identifier', 'children': [], 'value': 'extend'}; {'id': '352', 'type': 'argument_list', 'children': ['353']}, {'id': '353', 'type': 'identifier', 'children': [], 'value': 'tablelist'}; {'id': '354', 'type': 'if_statement', 'children': ['355', '358']}, {'id': '355', 'type': 'attribute', 'children': ['356', '357']}; {'id': '356', 'type': 'identifier', 'children': [], 'value': 'report_data'}, {'id': '357', 'type': 'identifier', 'children': [], 'value': 'results'}; {'id': '358', 'type': 'block', 'children': ['359']}, {'id': '359', 'type': 'expression_statement', 'children': ['360']}; {'id': '360', 'type': 'call', 'children': ['361', '366']}, {'id': '361', 'type': 'attribute', 'children': ['362', '365']}; {'id': '362', 'type': 'attribute', 'children': ['363', '364']}, {'id': '363', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '364', 'type': 'identifier', 'children': [], 'value': 'report_data'}, {'id': '365', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '366', 'type': 'argument_list', 'children': ['367']}, {'id': '367', 'type': 'identifier', 'children': [], 'value': 'report_data'}; {'id': '368', 'type': 'for_statement', 'children': ['369', '370', '373']}, {'id': '369', 'type': 'identifier', 'children': [], 'value': 'report_data'}; {'id': '370', 'type': 'attribute', 'children': ['371', '372']}, {'id': '371', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '372', 'type': 'identifier', 'children': [], 'value': 'report_data'}, {'id': '373', 'type': 'block', 'children': ['374']}; {'id': '374', 'type': 'if_statement', 'children': ['375', '380']}, {'id': '375', 'type': 'comparison_operator', 'children': ['376', '379'], 'value': '=='}; {'id': '376', 'type': 'attribute', 'children': ['377', '378']}, {'id': '377', 'type': 'identifier', 'children': [], 'value': 'report_data'}; {'id': '378', 'type': 'identifier', 'children': [], 'value': 'function'}, {'id': '379', 'type': 'string', 'children': [], 'value': "'top'"}; {'id': '380', 'type': 'block', 'children': ['381', '403', '407', '435']}, {'id': '381', 'type': 'expression_statement', 'children': ['382']}; {'id': '382', 'type': 'assignment', 'children': ['383', '386']}, {'id': '383', 'type': 'attribute', 'children': ['384', '385']}; {'id': '384', 'type': 'identifier', 'children': [], 'value': 'report_data'}, {'id': '385', 'type': 'identifier', 'children': [], 'value': 'results'}; {'id': '386', 'type': 'call', 'children': ['387', '388']}, {'id': '387', 'type': 'identifier', 'children': [], 'value': 'sorted'}; {'id': '388', 'type': 'argument_list', 'children': ['389', '392', '400']}, {'id': '389', 'type': 'attribute', 'children': ['390', '391']}; {'id': '390', 'type': 'identifier', 'children': [], 'value': 'report_data'}, {'id': '391', 'type': 'identifier', 'children': [], 'value': 'results'}; {'id': '392', 'type': 'keyword_argument', 'children': ['393', '394']}, {'id': '393', 'type': 'identifier', 'children': [], 'value': 'key'}; {'id': '394', 'type': 'lambda', 'children': ['395', '397']}, {'id': '395', 'type': 'lambda_parameters', 'children': ['396']}; {'id': '396', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '397', 'type': 'subscript', 'children': ['398', '399']}; {'id': '398', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '399', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '400', 'type': 'keyword_argument', 'children': ['401', '402']}, {'id': '401', 'type': 'identifier', 'children': [], 'value': 'reverse'}; {'id': '402', 'type': 'True', 'children': []}, {'id': '403', 'type': 'expression_statement', 'children': ['404']}; {'id': '404', 'type': 'assignment', 'children': ['405', '406']}, {'id': '405', 'type': 'identifier', 'children': [], 'value': 'unit'}; {'id': '406', 'type': 'None', 'children': []}, {'id': '407', 'type': 'for_statement', 'children': ['408', '409', '410']}; {'id': '408', 'type': 'identifier', 'children': [], 'value': 'opt'}, {'id': '409', 'type': 'identifier', 'children': [], 'value': 'report_data'}; {'id': '410', 'type': 'block', 'children': ['411', '420', '429']}, {'id': '411', 'type': 'expression_statement', 'children': ['412']}; {'id': '412', 'type': 'assignment', 'children': ['413', '414']}, {'id': '413', 'type': 'identifier', 'children': [], 'value': 'match'}; {'id': '414', 'type': 'call', 'children': ['415', '418']}, {'id': '415', 'type': 'attribute', 'children': ['416', '417']}; {'id': '416', 'type': 'identifier', 'children': [], 'value': 'report_data'}, {'id': '417', 'type': 'identifier', 'children': [], 'value': 'parse_report_data'}; {'id': '418', 'type': 'argument_list', 'children': ['419']}, {'id': '419', 'type': 'identifier', 'children': [], 'value': 'opt'}; {'id': '420', 'type': 'expression_statement', 'children': ['421']}, {'id': '421', 'type': 'assignment', 'children': ['422', '423']}; {'id': '422', 'type': 'identifier', 'children': [], 'value': 'unit'}, {'id': '423', 'type': 'call', 'children': ['424', '427']}; {'id': '424', 'type': 'attribute', 'children': ['425', '426']}, {'id': '425', 'type': 'identifier', 'children': [], 'value': 'match'}; {'id': '426', 'type': 'identifier', 'children': [], 'value': 'group'}, {'id': '427', 'type': 'argument_list', 'children': ['428']}; {'id': '428', 'type': 'string', 'children': [], 'value': "'unit'"}, {'id': '429', 'type': 'if_statement', 'children': ['430', '433']}; {'id': '430', 'type': 'comparison_operator', 'children': ['431', '432'], 'value': 'is'}, {'id': '431', 'type': 'identifier', 'children': [], 'value': 'unit'}; {'id': '432', 'type': 'None', 'children': []}, {'id': '433', 'type': 'block', 'children': ['434']}; {'id': '434', 'type': 'break_statement', 'children': []}, {'id': '435', 'type': 'for_statement', 'children': ['436', '437', '440']}; {'id': '436', 'type': 'identifier', 'children': [], 'value': 'res'}, {'id': '437', 'type': 'attribute', 'children': ['438', '439']}; {'id': '438', 'type': 'identifier', 'children': [], 'value': 'report_data'}, {'id': '439', 'type': 'identifier', 'children': [], 'value': 'results'}; {'id': '440', 'type': 'block', 'children': ['441']}, {'id': '441', 'type': 'if_statement', 'children': ['442', '445', '471']}; {'id': '442', 'type': 'comparison_operator', 'children': ['443', '444'], 'value': 'is'}, {'id': '443', 'type': 'identifier', 'children': [], 'value': 'unit'}; {'id': '444', 'type': 'None', 'children': []}, {'id': '445', 'type': 'block', 'children': ['446', '459']}; {'id': '446', 'type': 'expression_statement', 'children': ['447']}, {'id': '447', 'type': 'assignment', 'children': ['448', '451']}; {'id': '448', 'type': 'pattern_list', 'children': ['449', '450']}, {'id': '449', 'type': 'identifier', 'children': [], 'value': 'v'}; {'id': '450', 'type': 'identifier', 'children': [], 'value': 'u'}, {'id': '451', 'type': 'call', 'children': ['452', '453']}; {'id': '452', 'type': 'identifier', 'children': [], 'value': 'get_value_unit'}, {'id': '453', 'type': 'argument_list', 'children': ['454', '457', '458']}; {'id': '454', 'type': 'subscript', 'children': ['455', '456']}, {'id': '455', 'type': 'identifier', 'children': [], 'value': 'res'}; {'id': '456', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '457', 'type': 'identifier', 'children': [], 'value': 'unit'}; {'id': '458', 'type': 'string', 'children': [], 'value': "'T'"}, {'id': '459', 'type': 'expression_statement', 'children': ['460']}; {'id': '460', 'type': 'assignment', 'children': ['461', '464']}, {'id': '461', 'type': 'subscript', 'children': ['462', '463']}; {'id': '462', 'type': 'identifier', 'children': [], 'value': 'res'}, {'id': '463', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '464', 'type': 'call', 'children': ['465', '468']}, {'id': '465', 'type': 'attribute', 'children': ['466', '467']}; {'id': '466', 'type': 'string', 'children': [], 'value': "'{0} {1}'"}, {'id': '467', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '468', 'type': 'argument_list', 'children': ['469', '470']}, {'id': '469', 'type': 'identifier', 'children': [], 'value': 'v'}; {'id': '470', 'type': 'identifier', 'children': [], 'value': 'u'}, {'id': '471', 'type': 'else_clause', 'children': ['472']}; {'id': '472', 'type': 'block', 'children': ['473']}, {'id': '473', 'type': 'expression_statement', 'children': ['474']}; {'id': '474', 'type': 'assignment', 'children': ['475', '478']}, {'id': '475', 'type': 'subscript', 'children': ['476', '477']}; {'id': '476', 'type': 'identifier', 'children': [], 'value': 'res'}, {'id': '477', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '478', 'type': 'call', 'children': ['479', '480']}, {'id': '479', 'type': 'identifier', 'children': [], 'value': 'str'}; {'id': '480', 'type': 'argument_list', 'children': ['481']}, {'id': '481', 'type': 'subscript', 'children': ['482', '483']}; {'id': '482', 'type': 'identifier', 'children': [], 'value': 'res'}, {'id': '483', 'type': 'integer', 'children': [], 'value': '0'} | def make(self, apps):
for (appname, app) in sorted(apps.items(), key=lambda x: (x[1].priority, x[0])):
logger.info('Getting report results from %r', appname)
for report_data in app.report_data:
if report_data.subreport != self.name:
continue
if report_data.function == 'total':
for opt in report_data:
match = report_data.parse_report_data(opt)
cond = match.group('condition')
valfld = match.group('valfld')
unit = match.group('unit')
itemtitle = match.group('fields').strip('"')
total = report_data.rules[opt].total_events(cond, valfld)
if total == 0:
continue
if unit is not None:
total, unit = get_value_unit(total, unit, 'T')
total = '{0} {1}'.format(total, unit)
else:
total = str(total)
report_data.results.append(tuple([total, itemtitle]))
elif report_data.function == 'top':
k = int(report_data.topnum)
for opt in report_data:
match = report_data.parse_report_data(opt)
valfld = match.group('valfld')
field = match.group('fields')
usemax = match.group('add2res') is None
toplist = report_data.rules[opt].top_events(k, valfld, usemax, field)
report_data.results.extend(toplist)
elif report_data.function == 'table':
cols = len(re.split('\s*,\s*', report_data.headers))
for opt in report_data:
match = report_data.parse_report_data(opt)
cond = match.group('condition')
fields = re.split('\s*,\s*', match.group('fields'))
tablelist = report_data.rules[opt].list_events(cond, cols, fields)
report_data.results.extend(tablelist)
if report_data.results:
self.report_data.append(report_data)
for report_data in self.report_data:
if report_data.function == 'top':
report_data.results = sorted(report_data.results, key=lambda x: x[0], reverse=True)
unit = None
for opt in report_data:
match = report_data.parse_report_data(opt)
unit = match.group('unit')
if unit is not None:
break
for res in report_data.results:
if unit is not None:
v, u = get_value_unit(res[0], unit, 'T')
res[0] = '{0} {1}'.format(v, u)
else:
res[0] = str(res[0]) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '7']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'get_report_parts'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '6']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'apps'}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'formats'}, {'id': '7', 'type': 'block', 'children': ['8', '41', '48', '139', '143', '179', '212', '221', '225', '300']}; {'id': '8', 'type': 'for_statement', 'children': ['9', '10', '11']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'fmt'}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'formats'}, {'id': '11', 'type': 'block', 'children': ['12', '27']}; {'id': '12', 'type': 'expression_statement', 'children': ['13']}, {'id': '13', 'type': 'assignment', 'children': ['14', '15']}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'width'}, {'id': '15', 'type': 'conditional_expression', 'children': ['16', '17', '20'], 'value': 'if'}; {'id': '16', 'type': 'integer', 'children': [], 'value': '100'}, {'id': '17', 'type': 'comparison_operator', 'children': ['18', '19'], 'value': 'is'}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'fmt'}, {'id': '19', 'type': 'None', 'children': []}; {'id': '20', 'type': 'subscript', 'children': ['21', '26']}, {'id': '21', 'type': 'call', 'children': ['22', '25']}; {'id': '22', 'type': 'attribute', 'children': ['23', '24']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'tui'}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'get_terminal_size'}, {'id': '25', 'type': 'argument_list', 'children': []}; {'id': '26', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '27', 'type': 'for_statement', 'children': ['28', '29', '32']}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'sr'}, {'id': '29', 'type': 'attribute', 'children': ['30', '31']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'subreports'}; {'id': '32', 'type': 'block', 'children': ['33']}, {'id': '33', 'type': 'expression_statement', 'children': ['34']}; {'id': '34', 'type': 'call', 'children': ['35', '38']}, {'id': '35', 'type': 'attribute', 'children': ['36', '37']}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'sr'}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'make_format'}; {'id': '38', 'type': 'argument_list', 'children': ['39', '40']}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'fmt'}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'width'}, {'id': '41', 'type': 'expression_statement', 'children': ['42']}; {'id': '42', 'type': 'call', 'children': ['43', '46']}, {'id': '43', 'type': 'attribute', 'children': ['44', '45']}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'logger'}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'debug'}; {'id': '46', 'type': 'argument_list', 'children': ['47']}, {'id': '47', 'type': 'string', 'children': [], 'value': "'Build a map for arguments and run\\'s statistics ...'"}; {'id': '48', 'type': 'expression_statement', 'children': ['49']}, {'id': '49', 'type': 'assignment', 'children': ['50', '51']}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'value_mapping'}, {'id': '51', 'type': 'dictionary', 'children': ['52', '57', '78', '92', '106', '136']}; {'id': '52', 'type': 'pair', 'children': ['53', '54']}, {'id': '53', 'type': 'string', 'children': [], 'value': "'title'"}; {'id': '54', 'type': 'attribute', 'children': ['55', '56']}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'title'}, {'id': '57', 'type': 'pair', 'children': ['58', '59']}; {'id': '58', 'type': 'string', 'children': [], 'value': "'patterns'"}, {'id': '59', 'type': 'boolean_operator', 'children': ['60', '77'], 'value': 'or'}; {'id': '60', 'type': 'call', 'children': ['61', '64']}, {'id': '61', 'type': 'attribute', 'children': ['62', '63']}; {'id': '62', 'type': 'string', 'children': [], 'value': "', '"}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'join'}; {'id': '64', 'type': 'argument_list', 'children': ['65']}, {'id': '65', 'type': 'list_comprehension', 'children': ['66', '70']}; {'id': '66', 'type': 'call', 'children': ['67', '68']}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'repr'}; {'id': '68', 'type': 'argument_list', 'children': ['69']}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'pattern'}; {'id': '70', 'type': 'for_in_clause', 'children': ['71', '72']}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'pattern'}; {'id': '72', 'type': 'attribute', 'children': ['73', '76']}, {'id': '73', 'type': 'attribute', 'children': ['74', '75']}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'args'}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'patterns'}, {'id': '77', 'type': 'None', 'children': []}; {'id': '78', 'type': 'pair', 'children': ['79', '80']}, {'id': '79', 'type': 'string', 'children': [], 'value': "'pattern_files'"}; {'id': '80', 'type': 'boolean_operator', 'children': ['81', '91'], 'value': 'or'}, {'id': '81', 'type': 'call', 'children': ['82', '85']}; {'id': '82', 'type': 'attribute', 'children': ['83', '84']}, {'id': '83', 'type': 'string', 'children': [], 'value': "', '"}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'join'}, {'id': '85', 'type': 'argument_list', 'children': ['86']}; {'id': '86', 'type': 'attribute', 'children': ['87', '90']}, {'id': '87', 'type': 'attribute', 'children': ['88', '89']}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '89', 'type': 'identifier', 'children': [], 'value': 'args'}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'pattern_files'}, {'id': '91', 'type': 'None', 'children': []}; {'id': '92', 'type': 'pair', 'children': ['93', '94']}, {'id': '93', 'type': 'string', 'children': [], 'value': "'hosts'"}; {'id': '94', 'type': 'boolean_operator', 'children': ['95', '105'], 'value': 'or'}, {'id': '95', 'type': 'call', 'children': ['96', '99']}; {'id': '96', 'type': 'attribute', 'children': ['97', '98']}, {'id': '97', 'type': 'string', 'children': [], 'value': "', '"}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'join'}, {'id': '99', 'type': 'argument_list', 'children': ['100']}; {'id': '100', 'type': 'attribute', 'children': ['101', '104']}, {'id': '101', 'type': 'attribute', 'children': ['102', '103']}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'args'}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'hosts'}, {'id': '105', 'type': 'None', 'children': []}; {'id': '106', 'type': 'pair', 'children': ['107', '108']}, {'id': '107', 'type': 'string', 'children': [], 'value': "'apps'"}; {'id': '108', 'type': 'call', 'children': ['109', '112']}, {'id': '109', 'type': 'attribute', 'children': ['110', '111']}; {'id': '110', 'type': 'string', 'children': [], 'value': "u', '"}, {'id': '111', 'type': 'identifier', 'children': [], 'value': 'join'}; {'id': '112', 'type': 'argument_list', 'children': ['113']}, {'id': '113', 'type': 'list_comprehension', 'children': ['114', '123', '130']}; {'id': '114', 'type': 'binary_operator', 'children': ['115', '116'], 'value': '%'}, {'id': '115', 'type': 'string', 'children': [], 'value': "u'%s(%d)'"}; {'id': '116', 'type': 'tuple', 'children': ['117', '120']}, {'id': '117', 'type': 'attribute', 'children': ['118', '119']}; {'id': '118', 'type': 'identifier', 'children': [], 'value': 'app'}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '120', 'type': 'attribute', 'children': ['121', '122']}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'app'}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'matches'}, {'id': '123', 'type': 'for_in_clause', 'children': ['124', '125']}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'app'}, {'id': '125', 'type': 'call', 'children': ['126', '129']}; {'id': '126', 'type': 'attribute', 'children': ['127', '128']}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'apps'}; {'id': '128', 'type': 'identifier', 'children': [], 'value': 'values'}, {'id': '129', 'type': 'argument_list', 'children': []}; {'id': '130', 'type': 'if_clause', 'children': ['131']}, {'id': '131', 'type': 'comparison_operator', 'children': ['132', '135'], 'value': '>'}; {'id': '132', 'type': 'attribute', 'children': ['133', '134']}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'app'}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'matches'}, {'id': '135', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '136', 'type': 'pair', 'children': ['137', '138']}, {'id': '137', 'type': 'string', 'children': [], 'value': "'version'"}; {'id': '138', 'type': 'identifier', 'children': [], 'value': '__version__'}, {'id': '139', 'type': 'expression_statement', 'children': ['140']}; {'id': '140', 'type': 'assignment', 'children': ['141', '142']}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'filters'}; {'id': '142', 'type': 'list', 'children': [], 'value': '[]'}, {'id': '143', 'type': 'for_statement', 'children': ['144', '145', '150']}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'flt'}, {'id': '145', 'type': 'attribute', 'children': ['146', '149']}; {'id': '146', 'type': 'attribute', 'children': ['147', '148']}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '148', 'type': 'identifier', 'children': [], 'value': 'args'}, {'id': '149', 'type': 'identifier', 'children': [], 'value': 'filters'}; {'id': '150', 'type': 'block', 'children': ['151']}, {'id': '151', 'type': 'expression_statement', 'children': ['152']}; {'id': '152', 'type': 'call', 'children': ['153', '156']}, {'id': '153', 'type': 'attribute', 'children': ['154', '155']}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'filters'}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '156', 'type': 'argument_list', 'children': ['157']}, {'id': '157', 'type': 'call', 'children': ['158', '161']}; {'id': '158', 'type': 'attribute', 'children': ['159', '160']}, {'id': '159', 'type': 'string', 'children': [], 'value': "' AND '"}; {'id': '160', 'type': 'identifier', 'children': [], 'value': 'join'}, {'id': '161', 'type': 'argument_list', 'children': ['162']}; {'id': '162', 'type': 'list_comprehension', 'children': ['163', '170']}, {'id': '163', 'type': 'binary_operator', 'children': ['164', '165'], 'value': '%'}; {'id': '164', 'type': 'string', 'children': [], 'value': "'%s=%r'"}, {'id': '165', 'type': 'tuple', 'children': ['166', '167']}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'k'}, {'id': '167', 'type': 'attribute', 'children': ['168', '169']}; {'id': '168', 'type': 'identifier', 'children': [], 'value': 'v'}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'pattern'}; {'id': '170', 'type': 'for_in_clause', 'children': ['171', '174']}, {'id': '171', 'type': 'pattern_list', 'children': ['172', '173']}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'k'}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'v'}; {'id': '174', 'type': 'call', 'children': ['175', '178']}, {'id': '175', 'type': 'attribute', 'children': ['176', '177']}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'flt'}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'items'}; {'id': '178', 'type': 'argument_list', 'children': []}, {'id': '179', 'type': 'if_statement', 'children': ['180', '181', '199']}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'filters'}, {'id': '181', 'type': 'block', 'children': ['182']}; {'id': '182', 'type': 'expression_statement', 'children': ['183']}, {'id': '183', 'type': 'assignment', 'children': ['184', '187']}; {'id': '184', 'type': 'subscript', 'children': ['185', '186']}, {'id': '185', 'type': 'identifier', 'children': [], 'value': 'value_mapping'}; {'id': '186', 'type': 'string', 'children': [], 'value': "'filters'"}, {'id': '187', 'type': 'call', 'children': ['188', '191']}; {'id': '188', 'type': 'attribute', 'children': ['189', '190']}, {'id': '189', 'type': 'string', 'children': [], 'value': "' OR '"}; {'id': '190', 'type': 'identifier', 'children': [], 'value': 'join'}, {'id': '191', 'type': 'argument_list', 'children': ['192']}; {'id': '192', 'type': 'list_comprehension', 'children': ['193', '196']}, {'id': '193', 'type': 'binary_operator', 'children': ['194', '195'], 'value': '%'}; {'id': '194', 'type': 'string', 'children': [], 'value': "'(%s)'"}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'item'}; {'id': '196', 'type': 'for_in_clause', 'children': ['197', '198']}, {'id': '197', 'type': 'identifier', 'children': [], 'value': 'item'}; {'id': '198', 'type': 'identifier', 'children': [], 'value': 'filters'}, {'id': '199', 'type': 'else_clause', 'children': ['200']}; {'id': '200', 'type': 'block', 'children': ['201']}, {'id': '201', 'type': 'expression_statement', 'children': ['202']}; {'id': '202', 'type': 'assignment', 'children': ['203', '206']}, {'id': '203', 'type': 'subscript', 'children': ['204', '205']}; {'id': '204', 'type': 'identifier', 'children': [], 'value': 'value_mapping'}, {'id': '205', 'type': 'string', 'children': [], 'value': "'filters'"}; {'id': '206', 'type': 'conditional_expression', 'children': ['207', '210', '211'], 'value': 'if'}, {'id': '207', 'type': 'subscript', 'children': ['208', '209']}; {'id': '208', 'type': 'identifier', 'children': [], 'value': 'filters'}, {'id': '209', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '210', 'type': 'identifier', 'children': [], 'value': 'filters'}, {'id': '211', 'type': 'None', 'children': []}; {'id': '212', 'type': 'expression_statement', 'children': ['213']}, {'id': '213', 'type': 'call', 'children': ['214', '217']}; {'id': '214', 'type': 'attribute', 'children': ['215', '216']}, {'id': '215', 'type': 'identifier', 'children': [], 'value': 'value_mapping'}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'update'}, {'id': '217', 'type': 'argument_list', 'children': ['218']}; {'id': '218', 'type': 'attribute', 'children': ['219', '220']}, {'id': '219', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '220', 'type': 'identifier', 'children': [], 'value': 'stats'}, {'id': '221', 'type': 'expression_statement', 'children': ['222']}; {'id': '222', 'type': 'assignment', 'children': ['223', '224']}, {'id': '223', 'type': 'identifier', 'children': [], 'value': 'report'}; {'id': '224', 'type': 'list', 'children': [], 'value': '[]'}, {'id': '225', 'type': 'for_statement', 'children': ['226', '227', '228']}; {'id': '226', 'type': 'identifier', 'children': [], 'value': 'fmt'}, {'id': '227', 'type': 'identifier', 'children': [], 'value': 'formats'}; {'id': '228', 'type': 'block', 'children': ['229']}, {'id': '229', 'type': 'if_statement', 'children': ['230', '233', '253', '277']}; {'id': '230', 'type': 'comparison_operator', 'children': ['231', '232'], 'value': '=='}, {'id': '231', 'type': 'identifier', 'children': [], 'value': 'fmt'}; {'id': '232', 'type': 'string', 'children': [], 'value': "'text'"}, {'id': '233', 'type': 'block', 'children': ['234', '241']}; {'id': '234', 'type': 'expression_statement', 'children': ['235']}, {'id': '235', 'type': 'call', 'children': ['236', '239']}; {'id': '236', 'type': 'attribute', 'children': ['237', '238']}, {'id': '237', 'type': 'identifier', 'children': [], 'value': 'logger'}; {'id': '238', 'type': 'identifier', 'children': [], 'value': 'info'}, {'id': '239', 'type': 'argument_list', 'children': ['240']}; {'id': '240', 'type': 'string', 'children': [], 'value': "'appends a text page report'"}, {'id': '241', 'type': 'expression_statement', 'children': ['242']}; {'id': '242', 'type': 'call', 'children': ['243', '246']}, {'id': '243', 'type': 'attribute', 'children': ['244', '245']}; {'id': '244', 'type': 'identifier', 'children': [], 'value': 'report'}, {'id': '245', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '246', 'type': 'argument_list', 'children': ['247']}, {'id': '247', 'type': 'call', 'children': ['248', '251']}; {'id': '248', 'type': 'attribute', 'children': ['249', '250']}, {'id': '249', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '250', 'type': 'identifier', 'children': [], 'value': 'make_text_page'}, {'id': '251', 'type': 'argument_list', 'children': ['252']}; {'id': '252', 'type': 'identifier', 'children': [], 'value': 'value_mapping'}, {'id': '253', 'type': 'elif_clause', 'children': ['254', '257']}; {'id': '254', 'type': 'comparison_operator', 'children': ['255', '256'], 'value': '=='}, {'id': '255', 'type': 'identifier', 'children': [], 'value': 'fmt'}; {'id': '256', 'type': 'string', 'children': [], 'value': "'html'"}, {'id': '257', 'type': 'block', 'children': ['258', '265']}; {'id': '258', 'type': 'expression_statement', 'children': ['259']}, {'id': '259', 'type': 'call', 'children': ['260', '263']}; {'id': '260', 'type': 'attribute', 'children': ['261', '262']}, {'id': '261', 'type': 'identifier', 'children': [], 'value': 'logger'}; {'id': '262', 'type': 'identifier', 'children': [], 'value': 'info'}, {'id': '263', 'type': 'argument_list', 'children': ['264']}; {'id': '264', 'type': 'string', 'children': [], 'value': "'appends a html page report'"}, {'id': '265', 'type': 'expression_statement', 'children': ['266']}; {'id': '266', 'type': 'call', 'children': ['267', '270']}, {'id': '267', 'type': 'attribute', 'children': ['268', '269']}; {'id': '268', 'type': 'identifier', 'children': [], 'value': 'report'}, {'id': '269', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '270', 'type': 'argument_list', 'children': ['271']}, {'id': '271', 'type': 'call', 'children': ['272', '275']}; {'id': '272', 'type': 'attribute', 'children': ['273', '274']}, {'id': '273', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '274', 'type': 'identifier', 'children': [], 'value': 'make_html_page'}, {'id': '275', 'type': 'argument_list', 'children': ['276']}; {'id': '276', 'type': 'identifier', 'children': [], 'value': 'value_mapping'}, {'id': '277', 'type': 'elif_clause', 'children': ['278', '281']}; {'id': '278', 'type': 'comparison_operator', 'children': ['279', '280'], 'value': '=='}, {'id': '279', 'type': 'identifier', 'children': [], 'value': 'fmt'}; {'id': '280', 'type': 'string', 'children': [], 'value': "'csv'"}, {'id': '281', 'type': 'block', 'children': ['282', '289']}; {'id': '282', 'type': 'expression_statement', 'children': ['283']}, {'id': '283', 'type': 'call', 'children': ['284', '287']}; {'id': '284', 'type': 'attribute', 'children': ['285', '286']}, {'id': '285', 'type': 'identifier', 'children': [], 'value': 'logger'}; {'id': '286', 'type': 'identifier', 'children': [], 'value': 'info'}, {'id': '287', 'type': 'argument_list', 'children': ['288']}; {'id': '288', 'type': 'string', 'children': [], 'value': "'extends with a list of csv subreports'"}, {'id': '289', 'type': 'expression_statement', 'children': ['290']}; {'id': '290', 'type': 'call', 'children': ['291', '294']}, {'id': '291', 'type': 'attribute', 'children': ['292', '293']}; {'id': '292', 'type': 'identifier', 'children': [], 'value': 'report'}, {'id': '293', 'type': 'identifier', 'children': [], 'value': 'extend'}; {'id': '294', 'type': 'argument_list', 'children': ['295']}, {'id': '295', 'type': 'call', 'children': ['296', '299']}; {'id': '296', 'type': 'attribute', 'children': ['297', '298']}, {'id': '297', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '298', 'type': 'identifier', 'children': [], 'value': 'make_csv_tables'}, {'id': '299', 'type': 'argument_list', 'children': []}; {'id': '300', 'type': 'return_statement', 'children': ['301']}, {'id': '301', 'type': 'identifier', 'children': [], 'value': 'report'} | def get_report_parts(self, apps, formats):
for fmt in formats:
width = 100 if fmt is not None else tui.get_terminal_size()[0]
for sr in self.subreports:
sr.make_format(fmt, width)
logger.debug('Build a map for arguments and run\'s statistics ...')
value_mapping = {
'title': self.title,
'patterns': ', '.join([repr(pattern) for pattern in self.args.patterns]) or None,
'pattern_files': ', '.join(self.args.pattern_files) or None,
'hosts': ', '.join(self.args.hosts) or None,
'apps': u', '.join([
u'%s(%d)' % (app.name, app.matches) for app in apps.values() if app.matches > 0
]),
'version': __version__
}
filters = []
for flt in self.args.filters:
filters.append(' AND '.join(['%s=%r' % (k, v.pattern) for k, v in flt.items()]))
if filters:
value_mapping['filters'] = ' OR '.join(['(%s)' % item for item in filters])
else:
value_mapping['filters'] = filters[0] if filters else None
value_mapping.update(self.stats)
report = []
for fmt in formats:
if fmt == 'text':
logger.info('appends a text page report')
report.append(self.make_text_page(value_mapping))
elif fmt == 'html':
logger.info('appends a html page report')
report.append(self.make_html_page(value_mapping))
elif fmt == 'csv':
logger.info('extends with a list of csv subreports')
report.extend(self.make_csv_tables())
return report |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '9']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': '_convert'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '6', '7', '8']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'chain_id'}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'residue_id'}, {'id': '7', 'type': 'identifier', 'children': [], 'value': 'from_scheme'}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'to_scheme'}, {'id': '9', 'type': 'block', 'children': ['10', '12', '50', '105', '160', '198']}; {'id': '10', 'type': 'expression_statement', 'children': ['11']}, {'id': '11', 'type': 'string', 'children': [], 'value': "'''The actual 'private' conversion function.'''"}; {'id': '12', 'type': 'if_statement', 'children': ['13', '16']}, {'id': '13', 'type': 'comparison_operator', 'children': ['14', '15'], 'value': '=='}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'from_scheme'}, {'id': '15', 'type': 'string', 'children': [], 'value': "'rosetta'"}; {'id': '16', 'type': 'block', 'children': ['17', '31']}, {'id': '17', 'type': 'expression_statement', 'children': ['18']}; {'id': '18', 'type': 'assignment', 'children': ['19', '20']}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'atom_id'}; {'id': '20', 'type': 'subscript', 'children': ['21', '30']}, {'id': '21', 'type': 'call', 'children': ['22', '27']}; {'id': '22', 'type': 'attribute', 'children': ['23', '26']}, {'id': '23', 'type': 'attribute', 'children': ['24', '25']}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '25', 'type': 'identifier', 'children': [], 'value': 'rosetta_to_atom_sequence_maps'}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '27', 'type': 'argument_list', 'children': ['28', '29']}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'chain_id'}, {'id': '29', 'type': 'dictionary', 'children': []}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'residue_id'}, {'id': '31', 'type': 'if_statement', 'children': ['32', '35', '38']}; {'id': '32', 'type': 'comparison_operator', 'children': ['33', '34'], 'value': '=='}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'to_scheme'}; {'id': '34', 'type': 'string', 'children': [], 'value': "'atom'"}, {'id': '35', 'type': 'block', 'children': ['36']}; {'id': '36', 'type': 'return_statement', 'children': ['37']}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'atom_id'}; {'id': '38', 'type': 'else_clause', 'children': ['39']}, {'id': '39', 'type': 'block', 'children': ['40']}; {'id': '40', 'type': 'return_statement', 'children': ['41']}, {'id': '41', 'type': 'call', 'children': ['42', '45']}; {'id': '42', 'type': 'attribute', 'children': ['43', '44']}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '44', 'type': 'identifier', 'children': [], 'value': '_convert'}, {'id': '45', 'type': 'argument_list', 'children': ['46', '47', '48', '49']}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'chain_id'}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'atom_id'}; {'id': '48', 'type': 'string', 'children': [], 'value': "'atom'"}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'to_scheme'}; {'id': '50', 'type': 'if_statement', 'children': ['51', '54']}, {'id': '51', 'type': 'comparison_operator', 'children': ['52', '53'], 'value': '=='}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'from_scheme'}, {'id': '53', 'type': 'string', 'children': [], 'value': "'atom'"}; {'id': '54', 'type': 'block', 'children': ['55']}, {'id': '55', 'type': 'if_statement', 'children': ['56', '59', '72']}; {'id': '56', 'type': 'comparison_operator', 'children': ['57', '58'], 'value': '=='}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'to_scheme'}; {'id': '58', 'type': 'string', 'children': [], 'value': "'rosetta'"}, {'id': '59', 'type': 'block', 'children': ['60']}; {'id': '60', 'type': 'return_statement', 'children': ['61']}, {'id': '61', 'type': 'subscript', 'children': ['62', '71']}; {'id': '62', 'type': 'call', 'children': ['63', '68']}, {'id': '63', 'type': 'attribute', 'children': ['64', '67']}; {'id': '64', 'type': 'attribute', 'children': ['65', '66']}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'atom_to_rosetta_sequence_maps'}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '68', 'type': 'argument_list', 'children': ['69', '70']}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'chain_id'}; {'id': '70', 'type': 'dictionary', 'children': []}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'residue_id'}; {'id': '72', 'type': 'else_clause', 'children': ['73']}, {'id': '73', 'type': 'block', 'children': ['74', '88', '95']}; {'id': '74', 'type': 'expression_statement', 'children': ['75']}, {'id': '75', 'type': 'assignment', 'children': ['76', '77']}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'seqres_id'}, {'id': '77', 'type': 'subscript', 'children': ['78', '87']}; {'id': '78', 'type': 'call', 'children': ['79', '84']}, {'id': '79', 'type': 'attribute', 'children': ['80', '83']}; {'id': '80', 'type': 'attribute', 'children': ['81', '82']}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'atom_to_seqres_sequence_maps'}, {'id': '83', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '84', 'type': 'argument_list', 'children': ['85', '86']}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'chain_id'}; {'id': '86', 'type': 'dictionary', 'children': []}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'residue_id'}; {'id': '88', 'type': 'if_statement', 'children': ['89', '92']}, {'id': '89', 'type': 'comparison_operator', 'children': ['90', '91'], 'value': '=='}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'to_scheme'}, {'id': '91', 'type': 'string', 'children': [], 'value': "'seqres'"}; {'id': '92', 'type': 'block', 'children': ['93']}, {'id': '93', 'type': 'return_statement', 'children': ['94']}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'seqres_id'}, {'id': '95', 'type': 'return_statement', 'children': ['96']}; {'id': '96', 'type': 'call', 'children': ['97', '100']}, {'id': '97', 'type': 'attribute', 'children': ['98', '99']}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'convert'}; {'id': '100', 'type': 'argument_list', 'children': ['101', '102', '103', '104']}, {'id': '101', 'type': 'identifier', 'children': [], 'value': 'chain_id'}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'seqres_id'}, {'id': '103', 'type': 'string', 'children': [], 'value': "'seqres'"}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'to_scheme'}, {'id': '105', 'type': 'if_statement', 'children': ['106', '109']}; {'id': '106', 'type': 'comparison_operator', 'children': ['107', '108'], 'value': '=='}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'from_scheme'}; {'id': '108', 'type': 'string', 'children': [], 'value': "'seqres'"}, {'id': '109', 'type': 'block', 'children': ['110']}; {'id': '110', 'type': 'if_statement', 'children': ['111', '114', '127']}, {'id': '111', 'type': 'comparison_operator', 'children': ['112', '113'], 'value': '=='}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'to_scheme'}, {'id': '113', 'type': 'string', 'children': [], 'value': "'uniparc'"}; {'id': '114', 'type': 'block', 'children': ['115']}, {'id': '115', 'type': 'return_statement', 'children': ['116']}; {'id': '116', 'type': 'subscript', 'children': ['117', '126']}, {'id': '117', 'type': 'call', 'children': ['118', '123']}; {'id': '118', 'type': 'attribute', 'children': ['119', '122']}, {'id': '119', 'type': 'attribute', 'children': ['120', '121']}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'seqres_to_uniparc_sequence_maps'}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '123', 'type': 'argument_list', 'children': ['124', '125']}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'chain_id'}, {'id': '125', 'type': 'dictionary', 'children': []}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'residue_id'}, {'id': '127', 'type': 'else_clause', 'children': ['128']}; {'id': '128', 'type': 'block', 'children': ['129', '143', '150']}, {'id': '129', 'type': 'expression_statement', 'children': ['130']}; {'id': '130', 'type': 'assignment', 'children': ['131', '132']}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'atom_id'}; {'id': '132', 'type': 'subscript', 'children': ['133', '142']}, {'id': '133', 'type': 'call', 'children': ['134', '139']}; {'id': '134', 'type': 'attribute', 'children': ['135', '138']}, {'id': '135', 'type': 'attribute', 'children': ['136', '137']}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'seqres_to_atom_sequence_maps'}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '139', 'type': 'argument_list', 'children': ['140', '141']}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'chain_id'}, {'id': '141', 'type': 'dictionary', 'children': []}; {'id': '142', 'type': 'identifier', 'children': [], 'value': 'residue_id'}, {'id': '143', 'type': 'if_statement', 'children': ['144', '147']}; {'id': '144', 'type': 'comparison_operator', 'children': ['145', '146'], 'value': '=='}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'to_scheme'}; {'id': '146', 'type': 'string', 'children': [], 'value': "'atom'"}, {'id': '147', 'type': 'block', 'children': ['148']}; {'id': '148', 'type': 'return_statement', 'children': ['149']}, {'id': '149', 'type': 'identifier', 'children': [], 'value': 'atom_id'}; {'id': '150', 'type': 'return_statement', 'children': ['151']}, {'id': '151', 'type': 'call', 'children': ['152', '155']}; {'id': '152', 'type': 'attribute', 'children': ['153', '154']}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'convert'}, {'id': '155', 'type': 'argument_list', 'children': ['156', '157', '158', '159']}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'chain_id'}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'atom_id'}; {'id': '158', 'type': 'string', 'children': [], 'value': "'atom'"}, {'id': '159', 'type': 'identifier', 'children': [], 'value': 'to_scheme'}; {'id': '160', 'type': 'if_statement', 'children': ['161', '164']}, {'id': '161', 'type': 'comparison_operator', 'children': ['162', '163'], 'value': '=='}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'from_scheme'}, {'id': '163', 'type': 'string', 'children': [], 'value': "'uniparc'"}; {'id': '164', 'type': 'block', 'children': ['165', '179']}, {'id': '165', 'type': 'expression_statement', 'children': ['166']}; {'id': '166', 'type': 'assignment', 'children': ['167', '168']}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'seqres_id'}; {'id': '168', 'type': 'subscript', 'children': ['169', '178']}, {'id': '169', 'type': 'call', 'children': ['170', '175']}; {'id': '170', 'type': 'attribute', 'children': ['171', '174']}, {'id': '171', 'type': 'attribute', 'children': ['172', '173']}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'uniparc_to_seqres_sequence_maps'}; {'id': '174', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '175', 'type': 'argument_list', 'children': ['176', '177']}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'chain_id'}, {'id': '177', 'type': 'dictionary', 'children': []}; {'id': '178', 'type': 'identifier', 'children': [], 'value': 'residue_id'}, {'id': '179', 'type': 'if_statement', 'children': ['180', '183', '186']}; {'id': '180', 'type': 'comparison_operator', 'children': ['181', '182'], 'value': '=='}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'to_scheme'}; {'id': '182', 'type': 'string', 'children': [], 'value': "'seqres'"}, {'id': '183', 'type': 'block', 'children': ['184']}; {'id': '184', 'type': 'return_statement', 'children': ['185']}, {'id': '185', 'type': 'identifier', 'children': [], 'value': 'seqres_id'}; {'id': '186', 'type': 'else_clause', 'children': ['187']}, {'id': '187', 'type': 'block', 'children': ['188']}; {'id': '188', 'type': 'return_statement', 'children': ['189']}, {'id': '189', 'type': 'call', 'children': ['190', '193']}; {'id': '190', 'type': 'attribute', 'children': ['191', '192']}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '192', 'type': 'identifier', 'children': [], 'value': '_convert'}, {'id': '193', 'type': 'argument_list', 'children': ['194', '195', '196', '197']}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'chain_id'}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'seqres_id'}; {'id': '196', 'type': 'string', 'children': [], 'value': "'seqres'"}, {'id': '197', 'type': 'identifier', 'children': [], 'value': 'to_scheme'}; {'id': '198', 'type': 'raise_statement', 'children': ['199']}, {'id': '199', 'type': 'call', 'children': ['200', '201']}; {'id': '200', 'type': 'identifier', 'children': [], 'value': 'Exception'}, {'id': '201', 'type': 'argument_list', 'children': ['202']} | def _convert(self, chain_id, residue_id, from_scheme, to_scheme):
'''The actual 'private' conversion function.'''
if from_scheme == 'rosetta':
atom_id = self.rosetta_to_atom_sequence_maps.get(chain_id, {})[residue_id]
if to_scheme == 'atom':
return atom_id
else:
return self._convert(chain_id, atom_id, 'atom', to_scheme)
if from_scheme == 'atom':
if to_scheme == 'rosetta':
return self.atom_to_rosetta_sequence_maps.get(chain_id, {})[residue_id]
else:
seqres_id = self.atom_to_seqres_sequence_maps.get(chain_id, {})[residue_id]
if to_scheme == 'seqres':
return seqres_id
return self.convert(chain_id, seqres_id, 'seqres', to_scheme)
if from_scheme == 'seqres':
if to_scheme == 'uniparc':
return self.seqres_to_uniparc_sequence_maps.get(chain_id, {})[residue_id]
else:
atom_id = self.seqres_to_atom_sequence_maps.get(chain_id, {})[residue_id]
if to_scheme == 'atom':
return atom_id
return self.convert(chain_id, atom_id, 'atom', to_scheme)
if from_scheme == 'uniparc':
seqres_id = self.uniparc_to_seqres_sequence_maps.get(chain_id, {})[residue_id]
if to_scheme == 'seqres':
return seqres_id
else:
return self._convert(chain_id, seqres_id, 'seqres', to_scheme)
raise Exception("We should never reach this line.") |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '5']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': '_create_sequences'}, {'id': '3', 'type': 'parameters', 'children': ['4']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'block', 'children': ['6', '8', '40', '71', '86', '96', '106', '149', '153', '259', '336']}; {'id': '6', 'type': 'expression_statement', 'children': ['7']}, {'id': '7', 'type': 'string', 'children': [], 'value': "'''Get all of the Sequences - Rosetta, ATOM, SEQRES, FASTA, UniParc.'''"}; {'id': '8', 'type': 'try_statement', 'children': ['9', '31']}, {'id': '9', 'type': 'block', 'children': ['10']}; {'id': '10', 'type': 'expression_statement', 'children': ['11']}, {'id': '11', 'type': 'call', 'children': ['12', '17']}; {'id': '12', 'type': 'attribute', 'children': ['13', '16']}, {'id': '13', 'type': 'attribute', 'children': ['14', '15']}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'pdb'}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'construct_pdb_to_rosetta_residue_map'}, {'id': '17', 'type': 'argument_list', 'children': ['18', '21', '26']}; {'id': '18', 'type': 'attribute', 'children': ['19', '20']}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'rosetta_scripts_path'}, {'id': '21', 'type': 'keyword_argument', 'children': ['22', '23']}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'rosetta_database_path'}, {'id': '23', 'type': 'attribute', 'children': ['24', '25']}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '25', 'type': 'identifier', 'children': [], 'value': 'rosetta_database_path'}; {'id': '26', 'type': 'keyword_argument', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'cache_dir'}; {'id': '28', 'type': 'attribute', 'children': ['29', '30']}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'cache_dir'}, {'id': '31', 'type': 'except_clause', 'children': ['32', '33']}; {'id': '32', 'type': 'identifier', 'children': [], 'value': 'PDBMissingMainchainAtomsException'}, {'id': '33', 'type': 'block', 'children': ['34']}; {'id': '34', 'type': 'expression_statement', 'children': ['35']}, {'id': '35', 'type': 'assignment', 'children': ['36', '39']}; {'id': '36', 'type': 'attribute', 'children': ['37', '38']}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'pdb_to_rosetta_residue_map_error'}, {'id': '39', 'type': 'True', 'children': []}; {'id': '40', 'type': 'if_statement', 'children': ['41', '46', '57']}, {'id': '41', 'type': 'comparison_operator', 'children': ['42', '45'], 'value': 'not'}; {'id': '42', 'type': 'attribute', 'children': ['43', '44']}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'pdb_id'}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'do_not_use_the_sequence_aligner'}; {'id': '46', 'type': 'block', 'children': ['47']}, {'id': '47', 'type': 'expression_statement', 'children': ['48']}; {'id': '48', 'type': 'assignment', 'children': ['49', '52']}, {'id': '49', 'type': 'attribute', 'children': ['50', '51']}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'uniparc_sequences'}; {'id': '52', 'type': 'attribute', 'children': ['53', '56']}, {'id': '53', 'type': 'attribute', 'children': ['54', '55']}; {'id': '54', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'PDB_UniParc_SA'}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'uniparc_sequences'}, {'id': '57', 'type': 'else_clause', 'children': ['58']}; {'id': '58', 'type': 'block', 'children': ['59']}, {'id': '59', 'type': 'expression_statement', 'children': ['60']}; {'id': '60', 'type': 'assignment', 'children': ['61', '64']}, {'id': '61', 'type': 'attribute', 'children': ['62', '63']}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'uniparc_sequences'}; {'id': '64', 'type': 'call', 'children': ['65', '70']}, {'id': '65', 'type': 'attribute', 'children': ['66', '69']}; {'id': '66', 'type': 'attribute', 'children': ['67', '68']}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'sifts'}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'get_uniparc_sequences'}; {'id': '70', 'type': 'argument_list', 'children': []}, {'id': '71', 'type': 'expression_statement', 'children': ['72']}; {'id': '72', 'type': 'assignment', 'children': ['73', '76']}, {'id': '73', 'type': 'attribute', 'children': ['74', '75']}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'fasta_sequences'}; {'id': '76', 'type': 'call', 'children': ['77', '82']}, {'id': '77', 'type': 'attribute', 'children': ['78', '81']}; {'id': '78', 'type': 'attribute', 'children': ['79', '80']}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'FASTA'}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'get_sequences'}; {'id': '82', 'type': 'argument_list', 'children': ['83']}, {'id': '83', 'type': 'attribute', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'pdb_id'}; {'id': '86', 'type': 'expression_statement', 'children': ['87']}, {'id': '87', 'type': 'assignment', 'children': ['88', '91']}; {'id': '88', 'type': 'attribute', 'children': ['89', '90']}, {'id': '89', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'seqres_sequences'}, {'id': '91', 'type': 'attribute', 'children': ['92', '95']}; {'id': '92', 'type': 'attribute', 'children': ['93', '94']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'pdb'}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'seqres_sequences'}; {'id': '96', 'type': 'expression_statement', 'children': ['97']}, {'id': '97', 'type': 'assignment', 'children': ['98', '101']}; {'id': '98', 'type': 'attribute', 'children': ['99', '100']}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'atom_sequences'}, {'id': '101', 'type': 'attribute', 'children': ['102', '105']}; {'id': '102', 'type': 'attribute', 'children': ['103', '104']}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'pdb'}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'atom_sequences'}; {'id': '106', 'type': 'if_statement', 'children': ['107', '110', '137']}, {'id': '107', 'type': 'attribute', 'children': ['108', '109']}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'pdb_to_rosetta_residue_map_error'}; {'id': '110', 'type': 'block', 'children': ['111', '117']}, {'id': '111', 'type': 'expression_statement', 'children': ['112']}; {'id': '112', 'type': 'assignment', 'children': ['113', '116']}, {'id': '113', 'type': 'attribute', 'children': ['114', '115']}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'rosetta_sequences'}; {'id': '116', 'type': 'dictionary', 'children': []}, {'id': '117', 'type': 'for_statement', 'children': ['118', '119', '126']}; {'id': '118', 'type': 'identifier', 'children': [], 'value': 'c'}, {'id': '119', 'type': 'call', 'children': ['120', '125']}; {'id': '120', 'type': 'attribute', 'children': ['121', '124']}, {'id': '121', 'type': 'attribute', 'children': ['122', '123']}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'atom_sequences'}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'keys'}, {'id': '125', 'type': 'argument_list', 'children': []}; {'id': '126', 'type': 'block', 'children': ['127']}, {'id': '127', 'type': 'expression_statement', 'children': ['128']}; {'id': '128', 'type': 'assignment', 'children': ['129', '134']}, {'id': '129', 'type': 'subscript', 'children': ['130', '133']}; {'id': '130', 'type': 'attribute', 'children': ['131', '132']}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'rosetta_sequences'}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'c'}; {'id': '134', 'type': 'call', 'children': ['135', '136']}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'Sequence'}; {'id': '136', 'type': 'argument_list', 'children': []}, {'id': '137', 'type': 'else_clause', 'children': ['138']}; {'id': '138', 'type': 'block', 'children': ['139']}, {'id': '139', 'type': 'expression_statement', 'children': ['140']}; {'id': '140', 'type': 'assignment', 'children': ['141', '144']}, {'id': '141', 'type': 'attribute', 'children': ['142', '143']}; {'id': '142', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'rosetta_sequences'}; {'id': '144', 'type': 'attribute', 'children': ['145', '148']}, {'id': '145', 'type': 'attribute', 'children': ['146', '147']}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'pdb'}; {'id': '148', 'type': 'identifier', 'children': [], 'value': 'rosetta_sequences'}, {'id': '149', 'type': 'expression_statement', 'children': ['150']}; {'id': '150', 'type': 'assignment', 'children': ['151', '152']}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'uniparc_pdb_chain_mapping'}; {'id': '152', 'type': 'dictionary', 'children': []}, {'id': '153', 'type': 'if_statement', 'children': ['154', '159', '216']}; {'id': '154', 'type': 'comparison_operator', 'children': ['155', '158'], 'value': 'not'}, {'id': '155', 'type': 'attribute', 'children': ['156', '157']}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'pdb_id'}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'do_not_use_the_sequence_aligner'}, {'id': '159', 'type': 'block', 'children': ['160']}; {'id': '160', 'type': 'for_statement', 'children': ['161', '164', '173']}, {'id': '161', 'type': 'pattern_list', 'children': ['162', '163']}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'pdb_chain_id'}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'matches'}; {'id': '164', 'type': 'call', 'children': ['165', '172']}, {'id': '165', 'type': 'attribute', 'children': ['166', '171']}; {'id': '166', 'type': 'attribute', 'children': ['167', '170']}, {'id': '167', 'type': 'attribute', 'children': ['168', '169']}; {'id': '168', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'PDB_UniParc_SA'}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'clustal_matches'}, {'id': '171', 'type': 'identifier', 'children': [], 'value': 'iteritems'}; {'id': '172', 'type': 'argument_list', 'children': []}, {'id': '173', 'type': 'block', 'children': ['174']}; {'id': '174', 'type': 'if_statement', 'children': ['175', '176']}, {'id': '175', 'type': 'identifier', 'children': [], 'value': 'matches'}; {'id': '176', 'type': 'block', 'children': ['177', '187', '195', '207']}, {'id': '177', 'type': 'expression_statement', 'children': ['178']}; {'id': '178', 'type': 'assignment', 'children': ['179', '180']}, {'id': '179', 'type': 'identifier', 'children': [], 'value': 'uniparc_chain_id'}; {'id': '180', 'type': 'subscript', 'children': ['181', '186']}, {'id': '181', 'type': 'call', 'children': ['182', '185']}; {'id': '182', 'type': 'attribute', 'children': ['183', '184']}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 'matches'}; {'id': '184', 'type': 'identifier', 'children': [], 'value': 'keys'}, {'id': '185', 'type': 'argument_list', 'children': []}; {'id': '186', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '187', 'type': 'assert_statement', 'children': ['188']}; {'id': '188', 'type': 'parenthesized_expression', 'children': ['189']}, {'id': '189', 'type': 'comparison_operator', 'children': ['190', '194'], 'value': '=='}; {'id': '190', 'type': 'call', 'children': ['191', '192']}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '192', 'type': 'argument_list', 'children': ['193']}, {'id': '193', 'type': 'identifier', 'children': [], 'value': 'matches'}; {'id': '194', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '195', 'type': 'expression_statement', 'children': ['196']}; {'id': '196', 'type': 'assignment', 'children': ['197', '200']}, {'id': '197', 'type': 'subscript', 'children': ['198', '199']}; {'id': '198', 'type': 'identifier', 'children': [], 'value': 'uniparc_pdb_chain_mapping'}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'uniparc_chain_id'}; {'id': '200', 'type': 'call', 'children': ['201', '204']}, {'id': '201', 'type': 'attribute', 'children': ['202', '203']}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'uniparc_pdb_chain_mapping'}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '204', 'type': 'argument_list', 'children': ['205', '206']}, {'id': '205', 'type': 'identifier', 'children': [], 'value': 'uniparc_chain_id'}; {'id': '206', 'type': 'list', 'children': [], 'value': '[]'}, {'id': '207', 'type': 'expression_statement', 'children': ['208']}; {'id': '208', 'type': 'call', 'children': ['209', '214']}, {'id': '209', 'type': 'attribute', 'children': ['210', '213']}; {'id': '210', 'type': 'subscript', 'children': ['211', '212']}, {'id': '211', 'type': 'identifier', 'children': [], 'value': 'uniparc_pdb_chain_mapping'}; {'id': '212', 'type': 'identifier', 'children': [], 'value': 'uniparc_chain_id'}, {'id': '213', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '214', 'type': 'argument_list', 'children': ['215']}, {'id': '215', 'type': 'identifier', 'children': [], 'value': 'pdb_chain_id'}; {'id': '216', 'type': 'else_clause', 'children': ['217']}, {'id': '217', 'type': 'block', 'children': ['218']}; {'id': '218', 'type': 'for_statement', 'children': ['219', '222', '233']}, {'id': '219', 'type': 'pattern_list', 'children': ['220', '221']}; {'id': '220', 'type': 'identifier', 'children': [], 'value': 'pdb_chain_id'}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'uniparc_chain_ids'}; {'id': '222', 'type': 'call', 'children': ['223', '232']}, {'id': '223', 'type': 'attribute', 'children': ['224', '231']}; {'id': '224', 'type': 'call', 'children': ['225', '230']}, {'id': '225', 'type': 'attribute', 'children': ['226', '229']}; {'id': '226', 'type': 'attribute', 'children': ['227', '228']}, {'id': '227', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '228', 'type': 'identifier', 'children': [], 'value': 'sifts'}, {'id': '229', 'type': 'identifier', 'children': [], 'value': 'get_pdb_chain_to_uniparc_id_map'}; {'id': '230', 'type': 'argument_list', 'children': []}, {'id': '231', 'type': 'identifier', 'children': [], 'value': 'iteritems'}; {'id': '232', 'type': 'argument_list', 'children': []}, {'id': '233', 'type': 'block', 'children': ['234']}; {'id': '234', 'type': 'for_statement', 'children': ['235', '236', '237']}, {'id': '235', 'type': 'identifier', 'children': [], 'value': 'uniparc_chain_id'}; {'id': '236', 'type': 'identifier', 'children': [], 'value': 'uniparc_chain_ids'}, {'id': '237', 'type': 'block', 'children': ['238', '250']}; {'id': '238', 'type': 'expression_statement', 'children': ['239']}, {'id': '239', 'type': 'assignment', 'children': ['240', '243']}; {'id': '240', 'type': 'subscript', 'children': ['241', '242']}, {'id': '241', 'type': 'identifier', 'children': [], 'value': 'uniparc_pdb_chain_mapping'}; {'id': '242', 'type': 'identifier', 'children': [], 'value': 'uniparc_chain_id'}, {'id': '243', 'type': 'call', 'children': ['244', '247']}; {'id': '244', 'type': 'attribute', 'children': ['245', '246']}, {'id': '245', 'type': 'identifier', 'children': [], 'value': 'uniparc_pdb_chain_mapping'}; {'id': '246', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '247', 'type': 'argument_list', 'children': ['248', '249']}; {'id': '248', 'type': 'identifier', 'children': [], 'value': 'uniparc_chain_id'}, {'id': '249', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '250', 'type': 'expression_statement', 'children': ['251']}, {'id': '251', 'type': 'call', 'children': ['252', '257']}; {'id': '252', 'type': 'attribute', 'children': ['253', '256']}, {'id': '253', 'type': 'subscript', 'children': ['254', '255']}; {'id': '254', 'type': 'identifier', 'children': [], 'value': 'uniparc_pdb_chain_mapping'}, {'id': '255', 'type': 'identifier', 'children': [], 'value': 'uniparc_chain_id'}; {'id': '256', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '257', 'type': 'argument_list', 'children': ['258']}; {'id': '258', 'type': 'identifier', 'children': [], 'value': 'pdb_chain_id'}, {'id': '259', 'type': 'for_statement', 'children': ['260', '263', '268']}; {'id': '260', 'type': 'pattern_list', 'children': ['261', '262']}, {'id': '261', 'type': 'identifier', 'children': [], 'value': 'uniparc_chain_id'}; {'id': '262', 'type': 'identifier', 'children': [], 'value': 'pdb_chain_ids'}, {'id': '263', 'type': 'call', 'children': ['264', '267']}; {'id': '264', 'type': 'attribute', 'children': ['265', '266']}, {'id': '265', 'type': 'identifier', 'children': [], 'value': 'uniparc_pdb_chain_mapping'}; {'id': '266', 'type': 'identifier', 'children': [], 'value': 'iteritems'}, {'id': '267', 'type': 'argument_list', 'children': []}; {'id': '268', 'type': 'block', 'children': ['269', '286', '294', '302', '313', '324']}, {'id': '269', 'type': 'expression_statement', 'children': ['270']}; {'id': '270', 'type': 'assignment', 'children': ['271', '272']}, {'id': '271', 'type': 'identifier', 'children': [], 'value': 'sequence_type'}; {'id': '272', 'type': 'call', 'children': ['273', '274']}, {'id': '273', 'type': 'identifier', 'children': [], 'value': 'set'}; {'id': '274', 'type': 'argument_list', 'children': ['275']}, {'id': '275', 'type': 'list_comprehension', 'children': ['276', '283']}; {'id': '276', 'type': 'attribute', 'children': ['277', '282']}, {'id': '277', 'type': 'subscript', 'children': ['278', '281']}; {'id': '278', 'type': 'attribute', 'children': ['279', '280']}, {'id': '279', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '280', 'type': 'identifier', 'children': [], 'value': 'seqres_sequences'}, {'id': '281', 'type': 'identifier', 'children': [], 'value': 'p'}; {'id': '282', 'type': 'identifier', 'children': [], 'value': 'sequence_type'}, {'id': '283', 'type': 'for_in_clause', 'children': ['284', '285']}; {'id': '284', 'type': 'identifier', 'children': [], 'value': 'p'}, {'id': '285', 'type': 'identifier', 'children': [], 'value': 'pdb_chain_ids'}; {'id': '286', 'type': 'assert_statement', 'children': ['287']}, {'id': '287', 'type': 'parenthesized_expression', 'children': ['288']}; {'id': '288', 'type': 'comparison_operator', 'children': ['289', '293'], 'value': '=='}, {'id': '289', 'type': 'call', 'children': ['290', '291']}; {'id': '290', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '291', 'type': 'argument_list', 'children': ['292']}; {'id': '292', 'type': 'identifier', 'children': [], 'value': 'sequence_type'}, {'id': '293', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '294', 'type': 'expression_statement', 'children': ['295']}, {'id': '295', 'type': 'assignment', 'children': ['296', '297']}; {'id': '296', 'type': 'identifier', 'children': [], 'value': 'sequence_type'}, {'id': '297', 'type': 'call', 'children': ['298', '301']}; {'id': '298', 'type': 'attribute', 'children': ['299', '300']}, {'id': '299', 'type': 'identifier', 'children': [], 'value': 'sequence_type'}; {'id': '300', 'type': 'identifier', 'children': [], 'value': 'pop'}, {'id': '301', 'type': 'argument_list', 'children': []}; {'id': '302', 'type': 'assert_statement', 'children': ['303']}, {'id': '303', 'type': 'parenthesized_expression', 'children': ['304']}; {'id': '304', 'type': 'comparison_operator', 'children': ['305', '312'], 'value': '=='}, {'id': '305', 'type': 'attribute', 'children': ['306', '311']}; {'id': '306', 'type': 'subscript', 'children': ['307', '310']}, {'id': '307', 'type': 'attribute', 'children': ['308', '309']}; {'id': '308', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '309', 'type': 'identifier', 'children': [], 'value': 'uniparc_sequences'}; {'id': '310', 'type': 'identifier', 'children': [], 'value': 'uniparc_chain_id'}, {'id': '311', 'type': 'identifier', 'children': [], 'value': 'sequence_type'}; {'id': '312', 'type': 'None', 'children': []}, {'id': '313', 'type': 'expression_statement', 'children': ['314']}; {'id': '314', 'type': 'call', 'children': ['315', '322']}, {'id': '315', 'type': 'attribute', 'children': ['316', '321']}; {'id': '316', 'type': 'subscript', 'children': ['317', '320']}, {'id': '317', 'type': 'attribute', 'children': ['318', '319']}; {'id': '318', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '319', 'type': 'identifier', 'children': [], 'value': 'uniparc_sequences'}; {'id': '320', 'type': 'identifier', 'children': [], 'value': 'uniparc_chain_id'}, {'id': '321', 'type': 'identifier', 'children': [], 'value': 'set_type'}; {'id': '322', 'type': 'argument_list', 'children': ['323']}, {'id': '323', 'type': 'identifier', 'children': [], 'value': 'sequence_type'}; {'id': '324', 'type': 'for_statement', 'children': ['325', '326', '327']}, {'id': '325', 'type': 'identifier', 'children': [], 'value': 'p'}; {'id': '326', 'type': 'identifier', 'children': [], 'value': 'pdb_chain_ids'}, {'id': '327', 'type': 'block', 'children': ['328']}; {'id': '328', 'type': 'expression_statement', 'children': ['329']}, {'id': '329', 'type': 'assignment', 'children': ['330', '335']}; {'id': '330', 'type': 'subscript', 'children': ['331', '334']}, {'id': '331', 'type': 'attribute', 'children': ['332', '333']}; {'id': '332', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '333', 'type': 'identifier', 'children': [], 'value': 'pdb_chain_to_uniparc_chain_mapping'}; {'id': '334', 'type': 'identifier', 'children': [], 'value': 'p'}, {'id': '335', 'type': 'identifier', 'children': [], 'value': 'uniparc_chain_id'}; {'id': '336', 'type': 'for_statement', 'children': ['337', '340', '347']}, {'id': '337', 'type': 'pattern_list', 'children': ['338', '339']}; {'id': '338', 'type': 'identifier', 'children': [], 'value': 'chain_id'}, {'id': '339', 'type': 'identifier', 'children': [], 'value': 'sequence'}; {'id': '340', 'type': 'call', 'children': ['341', '346']}, {'id': '341', 'type': 'attribute', 'children': ['342', '345']}; {'id': '342', 'type': 'attribute', 'children': ['343', '344']}, {'id': '343', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '344', 'type': 'identifier', 'children': [], 'value': 'seqres_sequences'}, {'id': '345', 'type': 'identifier', 'children': [], 'value': 'iteritems'}; {'id': '346', 'type': 'argument_list', 'children': []}, {'id': '347', 'type': 'block', 'children': ['348']}; {'id': '348', 'type': 'expression_statement', 'children': ['349']}, {'id': '349', 'type': 'call', 'children': ['350', '357']}; {'id': '350', 'type': 'attribute', 'children': ['351', '356']}, {'id': '351', 'type': 'subscript', 'children': ['352', '355']}; {'id': '352', 'type': 'attribute', 'children': ['353', '354']}, {'id': '353', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '354', 'type': 'identifier', 'children': [], 'value': 'fasta_sequences'}, {'id': '355', 'type': 'identifier', 'children': [], 'value': 'chain_id'}; {'id': '356', 'type': 'identifier', 'children': [], 'value': 'set_type'}, {'id': '357', 'type': 'argument_list', 'children': ['358']}; {'id': '358', 'type': 'attribute', 'children': ['359', '360']}, {'id': '359', 'type': 'identifier', 'children': [], 'value': 'sequence'} | def _create_sequences(self):
'''Get all of the Sequences - Rosetta, ATOM, SEQRES, FASTA, UniParc.'''
try:
self.pdb.construct_pdb_to_rosetta_residue_map(self.rosetta_scripts_path, rosetta_database_path = self.rosetta_database_path, cache_dir = self.cache_dir)
except PDBMissingMainchainAtomsException:
self.pdb_to_rosetta_residue_map_error = True
if self.pdb_id not in do_not_use_the_sequence_aligner:
self.uniparc_sequences = self.PDB_UniParc_SA.uniparc_sequences
else:
self.uniparc_sequences = self.sifts.get_uniparc_sequences()
self.fasta_sequences = self.FASTA.get_sequences(self.pdb_id)
self.seqres_sequences = self.pdb.seqres_sequences
self.atom_sequences = self.pdb.atom_sequences
if self.pdb_to_rosetta_residue_map_error:
self.rosetta_sequences = {}
for c in self.atom_sequences.keys():
self.rosetta_sequences[c] = Sequence()
else:
self.rosetta_sequences = self.pdb.rosetta_sequences
uniparc_pdb_chain_mapping = {}
if self.pdb_id not in do_not_use_the_sequence_aligner:
for pdb_chain_id, matches in self.PDB_UniParc_SA.clustal_matches.iteritems():
if matches:
uniparc_chain_id = matches.keys()[0]
assert(len(matches) == 1)
uniparc_pdb_chain_mapping[uniparc_chain_id] = uniparc_pdb_chain_mapping.get(uniparc_chain_id, [])
uniparc_pdb_chain_mapping[uniparc_chain_id].append(pdb_chain_id)
else:
for pdb_chain_id, uniparc_chain_ids in self.sifts.get_pdb_chain_to_uniparc_id_map().iteritems():
for uniparc_chain_id in uniparc_chain_ids:
uniparc_pdb_chain_mapping[uniparc_chain_id] = uniparc_pdb_chain_mapping.get(uniparc_chain_id, [])
uniparc_pdb_chain_mapping[uniparc_chain_id].append(pdb_chain_id)
for uniparc_chain_id, pdb_chain_ids in uniparc_pdb_chain_mapping.iteritems():
sequence_type = set([self.seqres_sequences[p].sequence_type for p in pdb_chain_ids])
assert(len(sequence_type) == 1)
sequence_type = sequence_type.pop()
assert(self.uniparc_sequences[uniparc_chain_id].sequence_type == None)
self.uniparc_sequences[uniparc_chain_id].set_type(sequence_type)
for p in pdb_chain_ids:
self.pdb_chain_to_uniparc_chain_mapping[p] = uniparc_chain_id
for chain_id, sequence in self.seqres_sequences.iteritems():
self.fasta_sequences[chain_id].set_type(sequence.sequence_type) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '5']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'search_update_index'}, {'id': '3', 'type': 'parameters', 'children': ['4']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'block', 'children': ['6', '17', '35', '43', '104', '262', '274']}; {'id': '6', 'type': 'expression_statement', 'children': ['7']}, {'id': '7', 'type': 'assignment', 'children': ['8', '9']}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'doc_id'}, {'id': '9', 'type': 'call', 'children': ['10', '13']}; {'id': '10', 'type': 'attribute', 'children': ['11', '12']}, {'id': '11', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'search_get_document_id'}, {'id': '13', 'type': 'argument_list', 'children': ['14']}; {'id': '14', 'type': 'attribute', 'children': ['15', '16']}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'key'}, {'id': '17', 'type': 'expression_statement', 'children': ['18']}; {'id': '18', 'type': 'assignment', 'children': ['19', '20']}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'fields'}; {'id': '20', 'type': 'list_comprehension', 'children': ['21', '28']}, {'id': '21', 'type': 'call', 'children': ['22', '25']}; {'id': '22', 'type': 'attribute', 'children': ['23', '24']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'search'}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'AtomField'}, {'id': '25', 'type': 'argument_list', 'children': ['26', '27']}; {'id': '26', 'type': 'string', 'children': [], 'value': "'class_name'"}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '28', 'type': 'for_in_clause', 'children': ['29', '30']}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '30', 'type': 'call', 'children': ['31', '34']}, {'id': '31', 'type': 'attribute', 'children': ['32', '33']}; {'id': '32', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'search_get_class_names'}; {'id': '34', 'type': 'argument_list', 'children': []}, {'id': '35', 'type': 'expression_statement', 'children': ['36']}; {'id': '36', 'type': 'assignment', 'children': ['37', '38']}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'index'}; {'id': '38', 'type': 'call', 'children': ['39', '42']}, {'id': '39', 'type': 'attribute', 'children': ['40', '41']}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'search_get_index'}; {'id': '42', 'type': 'argument_list', 'children': []}, {'id': '43', 'type': 'if_statement', 'children': ['44', '49', '96']}; {'id': '44', 'type': 'comparison_operator', 'children': ['45', '48'], 'value': 'is'}, {'id': '45', 'type': 'attribute', 'children': ['46', '47']}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'searchable_fields'}; {'id': '48', 'type': 'None', 'children': []}, {'id': '49', 'type': 'block', 'children': ['50', '54']}; {'id': '50', 'type': 'expression_statement', 'children': ['51']}, {'id': '51', 'type': 'assignment', 'children': ['52', '53']}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'searchable_fields'}, {'id': '53', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '54', 'type': 'for_statement', 'children': ['55', '58', '65']}, {'id': '55', 'type': 'pattern_list', 'children': ['56', '57']}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'field'}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'prop'}; {'id': '58', 'type': 'call', 'children': ['59', '64']}, {'id': '59', 'type': 'attribute', 'children': ['60', '63']}; {'id': '60', 'type': 'attribute', 'children': ['61', '62']}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '62', 'type': 'identifier', 'children': [], 'value': '_properties'}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'items'}; {'id': '64', 'type': 'argument_list', 'children': []}, {'id': '65', 'type': 'block', 'children': ['66', '72']}; {'id': '66', 'type': 'if_statement', 'children': ['67', '70']}, {'id': '67', 'type': 'comparison_operator', 'children': ['68', '69'], 'value': '=='}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'field'}, {'id': '69', 'type': 'string', 'children': [], 'value': "'class'"}; {'id': '70', 'type': 'block', 'children': ['71']}, {'id': '71', 'type': 'continue_statement', 'children': []}; {'id': '72', 'type': 'for_statement', 'children': ['73', '76', '81']}, {'id': '73', 'type': 'pattern_list', 'children': ['74', '75']}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'class_'}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'field_type'}; {'id': '76', 'type': 'call', 'children': ['77', '80']}, {'id': '77', 'type': 'attribute', 'children': ['78', '79']}; {'id': '78', 'type': 'identifier', 'children': [], 'value': 'SEARCHABLE_PROPERTY_TYPES'}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'items'}; {'id': '80', 'type': 'argument_list', 'children': []}, {'id': '81', 'type': 'block', 'children': ['82']}; {'id': '82', 'type': 'if_statement', 'children': ['83', '88']}, {'id': '83', 'type': 'call', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'isinstance'}, {'id': '85', 'type': 'argument_list', 'children': ['86', '87']}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'prop'}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'class_'}; {'id': '88', 'type': 'block', 'children': ['89']}, {'id': '89', 'type': 'expression_statement', 'children': ['90']}; {'id': '90', 'type': 'call', 'children': ['91', '94']}, {'id': '91', 'type': 'attribute', 'children': ['92', '93']}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'searchable_fields'}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '94', 'type': 'argument_list', 'children': ['95']}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'field'}; {'id': '96', 'type': 'else_clause', 'children': ['97']}, {'id': '97', 'type': 'block', 'children': ['98']}; {'id': '98', 'type': 'expression_statement', 'children': ['99']}, {'id': '99', 'type': 'assignment', 'children': ['100', '101']}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'searchable_fields'}, {'id': '101', 'type': 'attribute', 'children': ['102', '103']}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'searchable_fields'}; {'id': '104', 'type': 'for_statement', 'children': ['105', '106', '110']}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'f'}; {'id': '106', 'type': 'call', 'children': ['107', '108']}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'set'}; {'id': '108', 'type': 'argument_list', 'children': ['109']}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'searchable_fields'}; {'id': '110', 'type': 'block', 'children': ['111', '119', '127', '131', '135', '235', '250']}, {'id': '111', 'type': 'expression_statement', 'children': ['112']}; {'id': '112', 'type': 'assignment', 'children': ['113', '114']}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'prop'}; {'id': '114', 'type': 'subscript', 'children': ['115', '118']}, {'id': '115', 'type': 'attribute', 'children': ['116', '117']}; {'id': '116', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '117', 'type': 'identifier', 'children': [], 'value': '_properties'}; {'id': '118', 'type': 'identifier', 'children': [], 'value': 'f'}, {'id': '119', 'type': 'expression_statement', 'children': ['120']}; {'id': '120', 'type': 'assignment', 'children': ['121', '122']}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '122', 'type': 'call', 'children': ['123', '124']}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'getattr'}; {'id': '124', 'type': 'argument_list', 'children': ['125', '126']}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'f'}, {'id': '127', 'type': 'expression_statement', 'children': ['128']}; {'id': '128', 'type': 'assignment', 'children': ['129', '130']}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'field'}; {'id': '130', 'type': 'None', 'children': []}, {'id': '131', 'type': 'expression_statement', 'children': ['132']}; {'id': '132', 'type': 'assignment', 'children': ['133', '134']}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'field_found'}; {'id': '134', 'type': 'False', 'children': []}, {'id': '135', 'type': 'for_statement', 'children': ['136', '139', '144']}; {'id': '136', 'type': 'pattern_list', 'children': ['137', '138']}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'class_'}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'field_type'}, {'id': '139', 'type': 'call', 'children': ['140', '143']}; {'id': '140', 'type': 'attribute', 'children': ['141', '142']}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'SEARCHABLE_PROPERTY_TYPES'}; {'id': '142', 'type': 'identifier', 'children': [], 'value': 'items'}, {'id': '143', 'type': 'argument_list', 'children': []}; {'id': '144', 'type': 'block', 'children': ['145']}, {'id': '145', 'type': 'if_statement', 'children': ['146', '151']}; {'id': '146', 'type': 'call', 'children': ['147', '148']}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'isinstance'}; {'id': '148', 'type': 'argument_list', 'children': ['149', '150']}, {'id': '149', 'type': 'identifier', 'children': [], 'value': 'prop'}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 'class_'}, {'id': '151', 'type': 'block', 'children': ['152', '156']}; {'id': '152', 'type': 'expression_statement', 'children': ['153']}, {'id': '153', 'type': 'assignment', 'children': ['154', '155']}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'field_found'}, {'id': '155', 'type': 'True', 'children': []}; {'id': '156', 'type': 'if_statement', 'children': ['157', '160']}, {'id': '157', 'type': 'comparison_operator', 'children': ['158', '159'], 'value': 'is'}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '159', 'type': 'None', 'children': []}; {'id': '160', 'type': 'block', 'children': ['161']}, {'id': '161', 'type': 'if_statement', 'children': ['162', '179', '196', '221']}; {'id': '162', 'type': 'boolean_operator', 'children': ['163', '174'], 'value': 'or'}, {'id': '163', 'type': 'boolean_operator', 'children': ['164', '169'], 'value': 'or'}; {'id': '164', 'type': 'call', 'children': ['165', '166']}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'isinstance'}; {'id': '166', 'type': 'argument_list', 'children': ['167', '168']}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '168', 'type': 'identifier', 'children': [], 'value': 'list'}, {'id': '169', 'type': 'call', 'children': ['170', '171']}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'isinstance'}, {'id': '171', 'type': 'argument_list', 'children': ['172', '173']}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'tuple'}; {'id': '174', 'type': 'call', 'children': ['175', '176']}, {'id': '175', 'type': 'identifier', 'children': [], 'value': 'isinstance'}; {'id': '176', 'type': 'argument_list', 'children': ['177', '178']}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '178', 'type': 'identifier', 'children': [], 'value': 'set'}, {'id': '179', 'type': 'block', 'children': ['180']}; {'id': '180', 'type': 'for_statement', 'children': ['181', '182', '183']}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'v'}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '183', 'type': 'block', 'children': ['184']}; {'id': '184', 'type': 'expression_statement', 'children': ['185']}, {'id': '185', 'type': 'assignment', 'children': ['186', '187']}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'field'}, {'id': '187', 'type': 'call', 'children': ['188', '189']}; {'id': '188', 'type': 'identifier', 'children': [], 'value': 'field_type'}, {'id': '189', 'type': 'argument_list', 'children': ['190', '193']}; {'id': '190', 'type': 'keyword_argument', 'children': ['191', '192']}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '192', 'type': 'identifier', 'children': [], 'value': 'f'}, {'id': '193', 'type': 'keyword_argument', 'children': ['194', '195']}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'v'}; {'id': '196', 'type': 'elif_clause', 'children': ['197', '204']}, {'id': '197', 'type': 'call', 'children': ['198', '199']}; {'id': '198', 'type': 'identifier', 'children': [], 'value': 'isinstance'}, {'id': '199', 'type': 'argument_list', 'children': ['200', '201']}; {'id': '200', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '201', 'type': 'attribute', 'children': ['202', '203']}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'ndb'}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'Key'}; {'id': '204', 'type': 'block', 'children': ['205']}, {'id': '205', 'type': 'expression_statement', 'children': ['206']}; {'id': '206', 'type': 'assignment', 'children': ['207', '208']}, {'id': '207', 'type': 'identifier', 'children': [], 'value': 'field'}; {'id': '208', 'type': 'call', 'children': ['209', '210']}, {'id': '209', 'type': 'identifier', 'children': [], 'value': 'field_type'}; {'id': '210', 'type': 'argument_list', 'children': ['211', '214']}, {'id': '211', 'type': 'keyword_argument', 'children': ['212', '213']}; {'id': '212', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '213', 'type': 'identifier', 'children': [], 'value': 'f'}; {'id': '214', 'type': 'keyword_argument', 'children': ['215', '216']}, {'id': '215', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '216', 'type': 'call', 'children': ['217', '220']}, {'id': '217', 'type': 'attribute', 'children': ['218', '219']}; {'id': '218', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '219', 'type': 'identifier', 'children': [], 'value': 'urlsafe'}; {'id': '220', 'type': 'argument_list', 'children': []}, {'id': '221', 'type': 'else_clause', 'children': ['222']}; {'id': '222', 'type': 'block', 'children': ['223']}, {'id': '223', 'type': 'expression_statement', 'children': ['224']}; {'id': '224', 'type': 'assignment', 'children': ['225', '226']}, {'id': '225', 'type': 'identifier', 'children': [], 'value': 'field'}; {'id': '226', 'type': 'call', 'children': ['227', '228']}, {'id': '227', 'type': 'identifier', 'children': [], 'value': 'field_type'}; {'id': '228', 'type': 'argument_list', 'children': ['229', '232']}, {'id': '229', 'type': 'keyword_argument', 'children': ['230', '231']}; {'id': '230', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '231', 'type': 'identifier', 'children': [], 'value': 'f'}; {'id': '232', 'type': 'keyword_argument', 'children': ['233', '234']}, {'id': '233', 'type': 'identifier', 'children': [], 'value': 'value'}; {'id': '234', 'type': 'identifier', 'children': [], 'value': 'value'}, {'id': '235', 'type': 'if_statement', 'children': ['236', '238']}; {'id': '236', 'type': 'not_operator', 'children': ['237']}, {'id': '237', 'type': 'identifier', 'children': [], 'value': 'field_found'}; {'id': '238', 'type': 'block', 'children': ['239']}, {'id': '239', 'type': 'raise_statement', 'children': ['240']}; {'id': '240', 'type': 'call', 'children': ['241', '242']}, {'id': '241', 'type': 'identifier', 'children': [], 'value': 'ValueError'}; {'id': '242', 'type': 'argument_list', 'children': ['243']}, {'id': '243', 'type': 'binary_operator', 'children': ['244', '245'], 'value': '%'}; {'id': '244', 'type': 'string', 'children': [], 'value': "'Cannot find field type for %r on %r'"}, {'id': '245', 'type': 'tuple', 'children': ['246', '247']}; {'id': '246', 'type': 'identifier', 'children': [], 'value': 'prop'}, {'id': '247', 'type': 'attribute', 'children': ['248', '249']}; {'id': '248', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '249', 'type': 'identifier', 'children': [], 'value': '__class__'}; {'id': '250', 'type': 'if_statement', 'children': ['251', '254']}, {'id': '251', 'type': 'comparison_operator', 'children': ['252', '253'], 'value': 'is'}; {'id': '252', 'type': 'identifier', 'children': [], 'value': 'field'}, {'id': '253', 'type': 'None', 'children': []}; {'id': '254', 'type': 'block', 'children': ['255']}, {'id': '255', 'type': 'expression_statement', 'children': ['256']}; {'id': '256', 'type': 'call', 'children': ['257', '260']}, {'id': '257', 'type': 'attribute', 'children': ['258', '259']}; {'id': '258', 'type': 'identifier', 'children': [], 'value': 'fields'}, {'id': '259', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '260', 'type': 'argument_list', 'children': ['261']}, {'id': '261', 'type': 'identifier', 'children': [], 'value': 'field'}; {'id': '262', 'type': 'expression_statement', 'children': ['263']}, {'id': '263', 'type': 'assignment', 'children': ['264', '265']}; {'id': '264', 'type': 'identifier', 'children': [], 'value': 'document'}, {'id': '265', 'type': 'call', 'children': ['266', '269']}; {'id': '266', 'type': 'attribute', 'children': ['267', '268']}, {'id': '267', 'type': 'identifier', 'children': [], 'value': 'search'}; {'id': '268', 'type': 'identifier', 'children': [], 'value': 'Document'}, {'id': '269', 'type': 'argument_list', 'children': ['270', '271']}; {'id': '270', 'type': 'identifier', 'children': [], 'value': 'doc_id'}, {'id': '271', 'type': 'keyword_argument', 'children': ['272', '273']}; {'id': '272', 'type': 'identifier', 'children': [], 'value': 'fields'}, {'id': '273', 'type': 'identifier', 'children': [], 'value': 'fields'}; {'id': '274', 'type': 'expression_statement', 'children': ['275']}, {'id': '275', 'type': 'call', 'children': ['276', '279']}; {'id': '276', 'type': 'attribute', 'children': ['277', '278']}, {'id': '277', 'type': 'identifier', 'children': [], 'value': 'index'}; {'id': '278', 'type': 'identifier', 'children': [], 'value': 'put'}, {'id': '279', 'type': 'argument_list', 'children': ['280']} | def search_update_index(self):
doc_id = self.search_get_document_id(self.key)
fields = [search.AtomField('class_name', name) for name in self.search_get_class_names()]
index = self.search_get_index()
if self.searchable_fields is None:
searchable_fields = []
for field, prop in self._properties.items():
if field == 'class':
continue
for class_, field_type in SEARCHABLE_PROPERTY_TYPES.items():
if isinstance(prop, class_):
searchable_fields.append(field)
else:
searchable_fields = self.searchable_fields
for f in set(searchable_fields):
prop = self._properties[f]
value = getattr(self, f)
field = None
field_found = False
for class_, field_type in SEARCHABLE_PROPERTY_TYPES.items():
if isinstance(prop, class_):
field_found = True
if value is not None:
if isinstance(value, list) or isinstance(value, tuple) or isinstance(value, set):
for v in value:
field = field_type(name=f, value=v)
elif isinstance(value, ndb.Key):
field = field_type(name=f, value=value.urlsafe())
else:
field = field_type(name=f, value=value)
if not field_found:
raise ValueError('Cannot find field type for %r on %r' % (prop, self.__class__))
if field is not None:
fields.append(field)
document = search.Document(doc_id, fields=fields)
index.put(document) |
{'id': '0', 'type': 'module', 'children': ['1', '64', '73', '86', '103', '126', '136', '194', '225', '242', '255']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '20', '33']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'index_siblings'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '8', '11', '14', '17']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'pid'}, {'id': '5', 'type': 'default_parameter', 'children': ['6', '7']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'include_pid'}, {'id': '7', 'type': 'False', 'children': []}; {'id': '8', 'type': 'default_parameter', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'children'}; {'id': '10', 'type': 'None', 'children': []}, {'id': '11', 'type': 'default_parameter', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'neighbors_eager'}, {'id': '13', 'type': 'False', 'children': []}; {'id': '14', 'type': 'default_parameter', 'children': ['15', '16']}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'eager'}; {'id': '16', 'type': 'False', 'children': []}, {'id': '17', 'type': 'default_parameter', 'children': ['18', '19']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'with_deposits'}, {'id': '19', 'type': 'True', 'children': []}; {'id': '20', 'type': 'ERROR', 'children': ['21']}, {'id': '21', 'type': 'assert_statement', 'children': ['22', '27', '28', '30']}; {'id': '22', 'type': 'not_operator', 'children': ['23']}, {'id': '23', 'type': 'parenthesized_expression', 'children': ['24']}; {'id': '24', 'type': 'boolean_operator', 'children': ['25', '26'], 'value': 'and'}, {'id': '25', 'type': 'identifier', 'children': [], 'value': 'neighbors_eager'}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'eager'}, {'id': '27', 'type': 'line_continuation', 'children': [], 'value': '\\'}; {'id': '28', 'type': 'ERROR', 'children': ['29']}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'if'}; {'id': '30', 'type': 'comparison_operator', 'children': ['31', '32'], 'value': 'is'}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'children'}; {'id': '32', 'type': 'None', 'children': []}, {'id': '33', 'type': 'block', 'children': ['34', '49']}; {'id': '34', 'type': 'expression_statement', 'children': ['35']}, {'id': '35', 'type': 'assignment', 'children': ['36', '37']}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'parent_pid'}, {'id': '37', 'type': 'call', 'children': ['38', '48']}; {'id': '38', 'type': 'attribute', 'children': ['39', '47']}, {'id': '39', 'type': 'attribute', 'children': ['40', '46']}; {'id': '40', 'type': 'call', 'children': ['41', '42']}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'PIDNodeVersioning'}; {'id': '42', 'type': 'argument_list', 'children': ['43']}, {'id': '43', 'type': 'keyword_argument', 'children': ['44', '45']}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'pid'}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'pid'}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'parents'}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'first'}; {'id': '48', 'type': 'argument_list', 'children': []}, {'id': '49', 'type': 'expression_statement', 'children': ['50']}; {'id': '50', 'type': 'assignment', 'children': ['51', '52']}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'children'}; {'id': '52', 'type': 'call', 'children': ['53', '63']}, {'id': '53', 'type': 'attribute', 'children': ['54', '62']}; {'id': '54', 'type': 'attribute', 'children': ['55', '61']}, {'id': '55', 'type': 'call', 'children': ['56', '57']}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'PIDNodeVersioning'}, {'id': '57', 'type': 'argument_list', 'children': ['58']}; {'id': '58', 'type': 'keyword_argument', 'children': ['59', '60']}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'pid'}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'parent_pid'}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'children'}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'all'}, {'id': '63', 'type': 'argument_list', 'children': []}; {'id': '64', 'type': 'expression_statement', 'children': ['65']}, {'id': '65', 'type': 'assignment', 'children': ['66', '67']}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'objid'}, {'id': '67', 'type': 'call', 'children': ['68', '69']}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'str'}, {'id': '69', 'type': 'argument_list', 'children': ['70']}; {'id': '70', 'type': 'attribute', 'children': ['71', '72']}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'pid'}; {'id': '72', 'type': 'identifier', 'children': [], 'value': 'object_uuid'}, {'id': '73', 'type': 'expression_statement', 'children': ['74']}; {'id': '74', 'type': 'assignment', 'children': ['75', '76']}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'children'}; {'id': '76', 'type': 'list_comprehension', 'children': ['77', '83']}, {'id': '77', 'type': 'call', 'children': ['78', '79']}; {'id': '78', 'type': 'identifier', 'children': [], 'value': 'str'}, {'id': '79', 'type': 'argument_list', 'children': ['80']}; {'id': '80', 'type': 'attribute', 'children': ['81', '82']}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'p'}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'object_uuid'}, {'id': '83', 'type': 'for_in_clause', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'p'}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'children'}; {'id': '86', 'type': 'expression_statement', 'children': ['87']}, {'id': '87', 'type': 'assignment', 'children': ['88', '89']}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'idx'}, {'id': '89', 'type': 'conditional_expression', 'children': ['90', '96', '99'], 'value': 'if'}; {'id': '90', 'type': 'call', 'children': ['91', '94']}, {'id': '91', 'type': 'attribute', 'children': ['92', '93']}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'index'}; {'id': '94', 'type': 'argument_list', 'children': ['95']}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'objid'}; {'id': '96', 'type': 'comparison_operator', 'children': ['97', '98'], 'value': 'in'}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'objid'}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '99', 'type': 'call', 'children': ['100', '101']}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '101', 'type': 'argument_list', 'children': ['102']}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '103', 'type': 'if_statement', 'children': ['104', '105', '116']}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'include_pid'}, {'id': '105', 'type': 'block', 'children': ['106']}; {'id': '106', 'type': 'expression_statement', 'children': ['107']}, {'id': '107', 'type': 'assignment', 'children': ['108', '109']}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'left'}, {'id': '109', 'type': 'subscript', 'children': ['110', '111']}; {'id': '110', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '111', 'type': 'slice', 'children': ['112', '113']}; {'id': '112', 'type': 'colon', 'children': []}, {'id': '113', 'type': 'binary_operator', 'children': ['114', '115'], 'value': '+'}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'idx'}, {'id': '115', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '116', 'type': 'else_clause', 'children': ['117']}, {'id': '117', 'type': 'block', 'children': ['118']}; {'id': '118', 'type': 'expression_statement', 'children': ['119']}, {'id': '119', 'type': 'assignment', 'children': ['120', '121']}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'left'}, {'id': '121', 'type': 'subscript', 'children': ['122', '123']}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '123', 'type': 'slice', 'children': ['124', '125']}; {'id': '124', 'type': 'colon', 'children': []}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'idx'}; {'id': '126', 'type': 'expression_statement', 'children': ['127']}, {'id': '127', 'type': 'assignment', 'children': ['128', '129']}; {'id': '128', 'type': 'identifier', 'children': [], 'value': 'right'}, {'id': '129', 'type': 'subscript', 'children': ['130', '131']}; {'id': '130', 'type': 'identifier', 'children': [], 'value': 'children'}, {'id': '131', 'type': 'slice', 'children': ['132', '135']}; {'id': '132', 'type': 'binary_operator', 'children': ['133', '134'], 'value': '+'}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'idx'}; {'id': '134', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '135', 'type': 'colon', 'children': []}; {'id': '136', 'type': 'if_statement', 'children': ['137', '138', '149', '182']}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'eager'}; {'id': '138', 'type': 'block', 'children': ['139', '145']}, {'id': '139', 'type': 'expression_statement', 'children': ['140']}; {'id': '140', 'type': 'assignment', 'children': ['141', '142']}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'eager_uuids'}; {'id': '142', 'type': 'binary_operator', 'children': ['143', '144'], 'value': '+'}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'left'}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'right'}, {'id': '145', 'type': 'expression_statement', 'children': ['146']}; {'id': '146', 'type': 'assignment', 'children': ['147', '148']}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'bulk_uuids'}; {'id': '148', 'type': 'list', 'children': [], 'value': '[]'}, {'id': '149', 'type': 'elif_clause', 'children': ['150', '151']}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 'neighbors_eager'}, {'id': '151', 'type': 'block', 'children': ['152', '167']}; {'id': '152', 'type': 'expression_statement', 'children': ['153']}, {'id': '153', 'type': 'assignment', 'children': ['154', '155']}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'eager_uuids'}, {'id': '155', 'type': 'binary_operator', 'children': ['156', '162'], 'value': '+'}; {'id': '156', 'type': 'subscript', 'children': ['157', '158']}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'left'}; {'id': '158', 'type': 'slice', 'children': ['159', '161']}, {'id': '159', 'type': 'unary_operator', 'children': ['160'], 'value': '-'}; {'id': '160', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '161', 'type': 'colon', 'children': []}; {'id': '162', 'type': 'subscript', 'children': ['163', '164']}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'right'}; {'id': '164', 'type': 'slice', 'children': ['165', '166']}, {'id': '165', 'type': 'colon', 'children': []}; {'id': '166', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '167', 'type': 'expression_statement', 'children': ['168']}; {'id': '168', 'type': 'assignment', 'children': ['169', '170']}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'bulk_uuids'}; {'id': '170', 'type': 'binary_operator', 'children': ['171', '177'], 'value': '+'}, {'id': '171', 'type': 'subscript', 'children': ['172', '173']}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'left'}, {'id': '173', 'type': 'slice', 'children': ['174', '175']}; {'id': '174', 'type': 'colon', 'children': []}, {'id': '175', 'type': 'unary_operator', 'children': ['176'], 'value': '-'}; {'id': '176', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '177', 'type': 'subscript', 'children': ['178', '179']}; {'id': '178', 'type': 'identifier', 'children': [], 'value': 'right'}, {'id': '179', 'type': 'slice', 'children': ['180', '181']}; {'id': '180', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '181', 'type': 'colon', 'children': []}; {'id': '182', 'type': 'else_clause', 'children': ['183']}, {'id': '183', 'type': 'block', 'children': ['184', '188']}; {'id': '184', 'type': 'expression_statement', 'children': ['185']}, {'id': '185', 'type': 'assignment', 'children': ['186', '187']}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'eager_uuids'}, {'id': '187', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '188', 'type': 'expression_statement', 'children': ['189']}, {'id': '189', 'type': 'assignment', 'children': ['190', '191']}; {'id': '190', 'type': 'identifier', 'children': [], 'value': 'bulk_uuids'}, {'id': '191', 'type': 'binary_operator', 'children': ['192', '193'], 'value': '+'}; {'id': '192', 'type': 'identifier', 'children': [], 'value': 'left'}, {'id': '193', 'type': 'identifier', 'children': [], 'value': 'right'}; {'id': '194', 'type': 'function_definition', 'children': ['195', '196', '198']}, {'id': '195', 'type': 'function_name', 'children': [], 'value': 'get_dep_uuids'}; {'id': '196', 'type': 'parameters', 'children': ['197']}, {'id': '197', 'type': 'identifier', 'children': [], 'value': 'rec_uuids'}; {'id': '198', 'type': 'block', 'children': ['199']}, {'id': '199', 'type': 'return_statement', 'children': ['200']}; {'id': '200', 'type': 'list_comprehension', 'children': ['201', '222']}, {'id': '201', 'type': 'call', 'children': ['202', '203']}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'str'}, {'id': '203', 'type': 'argument_list', 'children': ['204']}; {'id': '204', 'type': 'attribute', 'children': ['205', '221']}, {'id': '205', 'type': 'call', 'children': ['206', '209']}; {'id': '206', 'type': 'attribute', 'children': ['207', '208']}, {'id': '207', 'type': 'identifier', 'children': [], 'value': 'PersistentIdentifier'}; {'id': '208', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '209', 'type': 'argument_list', 'children': ['210', '211']}; {'id': '210', 'type': 'string', 'children': [], 'value': "'depid'"}, {'id': '211', 'type': 'subscript', 'children': ['212', '220']}; {'id': '212', 'type': 'subscript', 'children': ['213', '219']}, {'id': '213', 'type': 'call', 'children': ['214', '217']}; {'id': '214', 'type': 'attribute', 'children': ['215', '216']}, {'id': '215', 'type': 'identifier', 'children': [], 'value': 'Record'}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'get_record'}, {'id': '217', 'type': 'argument_list', 'children': ['218']}; {'id': '218', 'type': 'identifier', 'children': [], 'value': 'id_'}, {'id': '219', 'type': 'string', 'children': [], 'value': "'_deposit'"}; {'id': '220', 'type': 'string', 'children': [], 'value': "'id'"}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'object_uuid'}; {'id': '222', 'type': 'for_in_clause', 'children': ['223', '224']}, {'id': '223', 'type': 'identifier', 'children': [], 'value': 'id_'}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'rec_uuids'}, {'id': '225', 'type': 'if_statement', 'children': ['226', '227']}; {'id': '226', 'type': 'identifier', 'children': [], 'value': 'with_deposits'}, {'id': '227', 'type': 'block', 'children': ['228', '235']}; {'id': '228', 'type': 'expression_statement', 'children': ['229']}, {'id': '229', 'type': 'augmented_assignment', 'children': ['230', '231'], 'value': '+='}; {'id': '230', 'type': 'identifier', 'children': [], 'value': 'eager_uuids'}, {'id': '231', 'type': 'call', 'children': ['232', '233']}; {'id': '232', 'type': 'identifier', 'children': [], 'value': 'get_dep_uuids'}, {'id': '233', 'type': 'argument_list', 'children': ['234']}; {'id': '234', 'type': 'identifier', 'children': [], 'value': 'eager_uuids'}, {'id': '235', 'type': 'expression_statement', 'children': ['236']}; {'id': '236', 'type': 'augmented_assignment', 'children': ['237', '238'], 'value': '+='}, {'id': '237', 'type': 'identifier', 'children': [], 'value': 'bulk_uuids'}; {'id': '238', 'type': 'call', 'children': ['239', '240']}, {'id': '239', 'type': 'identifier', 'children': [], 'value': 'get_dep_uuids'}; {'id': '240', 'type': 'argument_list', 'children': ['241']}, {'id': '241', 'type': 'identifier', 'children': [], 'value': 'bulk_uuids'}; {'id': '242', 'type': 'for_statement', 'children': ['243', '244', '245']}, {'id': '243', 'type': 'identifier', 'children': [], 'value': 'id_'}; {'id': '244', 'type': 'identifier', 'children': [], 'value': 'eager_uuids'}, {'id': '245', 'type': 'block', 'children': ['246']}; {'id': '246', 'type': 'expression_statement', 'children': ['247']}, {'id': '247', 'type': 'call', 'children': ['248', '253']}; {'id': '248', 'type': 'attribute', 'children': ['249', '252']}, {'id': '249', 'type': 'call', 'children': ['250', '251']}; {'id': '250', 'type': 'identifier', 'children': [], 'value': 'RecordIndexer'}, {'id': '251', 'type': 'argument_list', 'children': []}; {'id': '252', 'type': 'identifier', 'children': [], 'value': 'index_by_id'}, {'id': '253', 'type': 'argument_list', 'children': ['254']}; {'id': '254', 'type': 'identifier', 'children': [], 'value': 'id_'}, {'id': '255', 'type': 'if_statement', 'children': ['256', '257', '268']}; {'id': '256', 'type': 'identifier', 'children': [], 'value': 'bulk_uuids'}, {'id': '257', 'type': 'ERROR', 'children': ['258']}; {'id': '258', 'type': 'block', 'children': ['259']}, {'id': '259', 'type': 'expression_statement', 'children': ['260']}; {'id': '260', 'type': 'call', 'children': ['261', '266']}, {'id': '261', 'type': 'attribute', 'children': ['262', '265']}; {'id': '262', 'type': 'call', 'children': ['263', '264']}, {'id': '263', 'type': 'identifier', 'children': [], 'value': 'RecordIndexer'}; {'id': '264', 'type': 'argument_list', 'children': []}, {'id': '265', 'type': 'identifier', 'children': [], 'value': 'bulk_index'}; {'id': '266', 'type': 'argument_list', 'children': ['267']}, {'id': '267', 'type': 'identifier', 'children': [], 'value': 'bulk_uuids'} | def index_siblings(pid, include_pid=False, children=None,
neighbors_eager=False, eager=False, with_deposits=True):
assert not (neighbors_eager and eager), \
if children is None:
parent_pid = PIDNodeVersioning(pid=pid).parents.first()
children = PIDNodeVersioning(pid=parent_pid).children.all()
objid = str(pid.object_uuid)
children = [str(p.object_uuid) for p in children]
idx = children.index(objid) if objid in children else len(children)
if include_pid:
left = children[:idx + 1]
else:
left = children[:idx]
right = children[idx + 1:]
if eager:
eager_uuids = left + right
bulk_uuids = []
elif neighbors_eager:
eager_uuids = left[-1:] + right[:1]
bulk_uuids = left[:-1] + right[1:]
else:
eager_uuids = []
bulk_uuids = left + right
def get_dep_uuids(rec_uuids):
return [str(PersistentIdentifier.get(
'depid',
Record.get_record(id_)['_deposit']['id']).object_uuid)
for id_ in rec_uuids]
if with_deposits:
eager_uuids += get_dep_uuids(eager_uuids)
bulk_uuids += get_dep_uuids(bulk_uuids)
for id_ in eager_uuids:
RecordIndexer().index_by_id(id_)
if bulk_uuids:
RecordIndexer().bulk_index(bulk_uuids) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '11']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'iter_paths'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '8']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'default_parameter', 'children': ['6', '7']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'pathnames'}, {'id': '7', 'type': 'None', 'children': []}; {'id': '8', 'type': 'default_parameter', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'mapfunc'}; {'id': '10', 'type': 'None', 'children': []}, {'id': '11', 'type': 'block', 'children': ['12', '20', '40']}; {'id': '12', 'type': 'expression_statement', 'children': ['13']}, {'id': '13', 'type': 'assignment', 'children': ['14', '15']}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'pathnames'}, {'id': '15', 'type': 'boolean_operator', 'children': ['16', '17'], 'value': 'or'}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'pathnames'}, {'id': '17', 'type': 'attribute', 'children': ['18', '19']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '19', 'type': 'identifier', 'children': [], 'value': '_pathnames'}; {'id': '20', 'type': 'if_statement', 'children': ['21', '27', '33']}, {'id': '21', 'type': 'boolean_operator', 'children': ['22', '25'], 'value': 'and'}; {'id': '22', 'type': 'attribute', 'children': ['23', '24']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'recursive'}, {'id': '25', 'type': 'not_operator', 'children': ['26']}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'pathnames'}, {'id': '27', 'type': 'block', 'children': ['28']}; {'id': '28', 'type': 'expression_statement', 'children': ['29']}, {'id': '29', 'type': 'assignment', 'children': ['30', '31']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'pathnames'}, {'id': '31', 'type': 'list', 'children': ['32'], 'value': "['.']"}; {'id': '32', 'type': 'string', 'children': [], 'value': "'.'"}, {'id': '33', 'type': 'elif_clause', 'children': ['34', '36']}; {'id': '34', 'type': 'not_operator', 'children': ['35']}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'pathnames'}; {'id': '36', 'type': 'block', 'children': ['37']}, {'id': '37', 'type': 'expression_statement', 'children': ['38']}; {'id': '38', 'type': 'yield', 'children': ['39']}, {'id': '39', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '40', 'type': 'if_statement', 'children': ['41', '44', '155']}, {'id': '41', 'type': 'comparison_operator', 'children': ['42', '43'], 'value': 'is'}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'mapfunc'}, {'id': '43', 'type': 'None', 'children': []}; {'id': '44', 'type': 'block', 'children': ['45']}, {'id': '45', 'type': 'for_statement', 'children': ['46', '47', '52']}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'mapped_paths'}, {'id': '47', 'type': 'call', 'children': ['48', '49']}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'map'}, {'id': '49', 'type': 'argument_list', 'children': ['50', '51']}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'mapfunc'}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'pathnames'}; {'id': '52', 'type': 'block', 'children': ['53']}, {'id': '53', 'type': 'for_statement', 'children': ['54', '55', '56']}; {'id': '54', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'mapped_paths'}; {'id': '56', 'type': 'block', 'children': ['57']}, {'id': '57', 'type': 'if_statement', 'children': ['58', '80', '121']}; {'id': '58', 'type': 'boolean_operator', 'children': ['59', '62'], 'value': 'and'}, {'id': '59', 'type': 'attribute', 'children': ['60', '61']}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'recursive'}; {'id': '62', 'type': 'parenthesized_expression', 'children': ['63']}, {'id': '63', 'type': 'boolean_operator', 'children': ['64', '72'], 'value': 'or'}; {'id': '64', 'type': 'call', 'children': ['65', '70']}, {'id': '65', 'type': 'attribute', 'children': ['66', '69']}; {'id': '66', 'type': 'attribute', 'children': ['67', '68']}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'isdir'}; {'id': '70', 'type': 'argument_list', 'children': ['71']}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '72', 'type': 'call', 'children': ['73', '78']}, {'id': '73', 'type': 'attribute', 'children': ['74', '77']}; {'id': '74', 'type': 'attribute', 'children': ['75', '76']}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'islink'}; {'id': '78', 'type': 'argument_list', 'children': ['79']}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '80', 'type': 'block', 'children': ['81']}, {'id': '81', 'type': 'for_statement', 'children': ['82', '83', '94']}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 't'}, {'id': '83', 'type': 'call', 'children': ['84', '87']}; {'id': '84', 'type': 'attribute', 'children': ['85', '86']}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'walk'}, {'id': '87', 'type': 'argument_list', 'children': ['88', '89']}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '89', 'type': 'keyword_argument', 'children': ['90', '91']}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'followlinks'}, {'id': '91', 'type': 'attribute', 'children': ['92', '93']}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'follow_symlinks'}; {'id': '94', 'type': 'block', 'children': ['95']}, {'id': '95', 'type': 'for_statement', 'children': ['96', '99', '115']}; {'id': '96', 'type': 'pattern_list', 'children': ['97', '98']}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'filename'}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'values'}, {'id': '99', 'type': 'call', 'children': ['100', '103']}; {'id': '100', 'type': 'attribute', 'children': ['101', '102']}, {'id': '101', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'iglob'}, {'id': '103', 'type': 'argument_list', 'children': ['104']}; {'id': '104', 'type': 'call', 'children': ['105', '110']}, {'id': '105', 'type': 'attribute', 'children': ['106', '109']}; {'id': '106', 'type': 'attribute', 'children': ['107', '108']}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'join'}; {'id': '110', 'type': 'argument_list', 'children': ['111', '114']}, {'id': '111', 'type': 'subscript', 'children': ['112', '113']}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 't'}, {'id': '113', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '114', 'type': 'string', 'children': [], 'value': "'*'"}, {'id': '115', 'type': 'block', 'children': ['116']}; {'id': '116', 'type': 'expression_statement', 'children': ['117']}, {'id': '117', 'type': 'yield', 'children': ['118']}; {'id': '118', 'type': 'expression_list', 'children': ['119', '120']}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'filename'}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'values'}, {'id': '121', 'type': 'else_clause', 'children': ['122']}; {'id': '122', 'type': 'block', 'children': ['123', '127', '147']}, {'id': '123', 'type': 'expression_statement', 'children': ['124']}; {'id': '124', 'type': 'assignment', 'children': ['125', '126']}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'empty_glob'}; {'id': '126', 'type': 'True', 'children': []}, {'id': '127', 'type': 'for_statement', 'children': ['128', '131', '137']}; {'id': '128', 'type': 'pattern_list', 'children': ['129', '130']}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'filename'}; {'id': '130', 'type': 'identifier', 'children': [], 'value': 'values'}, {'id': '131', 'type': 'call', 'children': ['132', '135']}; {'id': '132', 'type': 'attribute', 'children': ['133', '134']}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'iglob'}, {'id': '135', 'type': 'argument_list', 'children': ['136']}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '137', 'type': 'block', 'children': ['138', '143']}; {'id': '138', 'type': 'expression_statement', 'children': ['139']}, {'id': '139', 'type': 'yield', 'children': ['140']}; {'id': '140', 'type': 'expression_list', 'children': ['141', '142']}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'filename'}; {'id': '142', 'type': 'identifier', 'children': [], 'value': 'values'}, {'id': '143', 'type': 'expression_statement', 'children': ['144']}; {'id': '144', 'type': 'assignment', 'children': ['145', '146']}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'empty_glob'}; {'id': '146', 'type': 'False', 'children': []}, {'id': '147', 'type': 'if_statement', 'children': ['148', '149']}; {'id': '148', 'type': 'identifier', 'children': [], 'value': 'empty_glob'}, {'id': '149', 'type': 'block', 'children': ['150']}; {'id': '150', 'type': 'expression_statement', 'children': ['151']}, {'id': '151', 'type': 'yield', 'children': ['152']}; {'id': '152', 'type': 'expression_list', 'children': ['153', '154']}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '154', 'type': 'None', 'children': []}, {'id': '155', 'type': 'else_clause', 'children': ['156']}; {'id': '156', 'type': 'block', 'children': ['157']}, {'id': '157', 'type': 'for_statement', 'children': ['158', '159', '160']}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '159', 'type': 'identifier', 'children': [], 'value': 'pathnames'}; {'id': '160', 'type': 'block', 'children': ['161']}, {'id': '161', 'type': 'if_statement', 'children': ['162', '184', '225']}; {'id': '162', 'type': 'boolean_operator', 'children': ['163', '166'], 'value': 'and'}, {'id': '163', 'type': 'attribute', 'children': ['164', '165']}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'recursive'}; {'id': '166', 'type': 'parenthesized_expression', 'children': ['167']}, {'id': '167', 'type': 'boolean_operator', 'children': ['168', '176'], 'value': 'or'}; {'id': '168', 'type': 'call', 'children': ['169', '174']}, {'id': '169', 'type': 'attribute', 'children': ['170', '173']}; {'id': '170', 'type': 'attribute', 'children': ['171', '172']}, {'id': '171', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'isdir'}; {'id': '174', 'type': 'argument_list', 'children': ['175']}, {'id': '175', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '176', 'type': 'call', 'children': ['177', '182']}, {'id': '177', 'type': 'attribute', 'children': ['178', '181']}; {'id': '178', 'type': 'attribute', 'children': ['179', '180']}, {'id': '179', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'islink'}; {'id': '182', 'type': 'argument_list', 'children': ['183']}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '184', 'type': 'block', 'children': ['185']}, {'id': '185', 'type': 'for_statement', 'children': ['186', '187', '198']}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 't'}, {'id': '187', 'type': 'call', 'children': ['188', '191']}; {'id': '188', 'type': 'attribute', 'children': ['189', '190']}, {'id': '189', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '190', 'type': 'identifier', 'children': [], 'value': 'walk'}, {'id': '191', 'type': 'argument_list', 'children': ['192', '193']}; {'id': '192', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '193', 'type': 'keyword_argument', 'children': ['194', '195']}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'followlinks'}, {'id': '195', 'type': 'attribute', 'children': ['196', '197']}; {'id': '196', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '197', 'type': 'identifier', 'children': [], 'value': 'follow_symlinks'}; {'id': '198', 'type': 'block', 'children': ['199']}, {'id': '199', 'type': 'for_statement', 'children': ['200', '203', '219']}; {'id': '200', 'type': 'pattern_list', 'children': ['201', '202']}, {'id': '201', 'type': 'identifier', 'children': [], 'value': 'filename'}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'values'}, {'id': '203', 'type': 'call', 'children': ['204', '207']}; {'id': '204', 'type': 'attribute', 'children': ['205', '206']}, {'id': '205', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'iglob'}, {'id': '207', 'type': 'argument_list', 'children': ['208']}; {'id': '208', 'type': 'call', 'children': ['209', '214']}, {'id': '209', 'type': 'attribute', 'children': ['210', '213']}; {'id': '210', 'type': 'attribute', 'children': ['211', '212']}, {'id': '211', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '212', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '213', 'type': 'identifier', 'children': [], 'value': 'join'}; {'id': '214', 'type': 'argument_list', 'children': ['215', '218']}, {'id': '215', 'type': 'subscript', 'children': ['216', '217']}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 't'}, {'id': '217', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '218', 'type': 'string', 'children': [], 'value': "'*'"}, {'id': '219', 'type': 'block', 'children': ['220']}; {'id': '220', 'type': 'expression_statement', 'children': ['221']}, {'id': '221', 'type': 'yield', 'children': ['222']}; {'id': '222', 'type': 'expression_list', 'children': ['223', '224']}, {'id': '223', 'type': 'identifier', 'children': [], 'value': 'filename'}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'values'}, {'id': '225', 'type': 'else_clause', 'children': ['226']}; {'id': '226', 'type': 'block', 'children': ['227', '231', '251']}, {'id': '227', 'type': 'expression_statement', 'children': ['228']}; {'id': '228', 'type': 'assignment', 'children': ['229', '230']}, {'id': '229', 'type': 'identifier', 'children': [], 'value': 'empty_glob'}; {'id': '230', 'type': 'True', 'children': []}, {'id': '231', 'type': 'for_statement', 'children': ['232', '235', '241']}; {'id': '232', 'type': 'pattern_list', 'children': ['233', '234']}, {'id': '233', 'type': 'identifier', 'children': [], 'value': 'filename'}; {'id': '234', 'type': 'identifier', 'children': [], 'value': 'values'}, {'id': '235', 'type': 'call', 'children': ['236', '239']}; {'id': '236', 'type': 'attribute', 'children': ['237', '238']}, {'id': '237', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '238', 'type': 'identifier', 'children': [], 'value': 'iglob'}, {'id': '239', 'type': 'argument_list', 'children': ['240']}; {'id': '240', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '241', 'type': 'block', 'children': ['242', '247']}; {'id': '242', 'type': 'expression_statement', 'children': ['243']}, {'id': '243', 'type': 'yield', 'children': ['244']}; {'id': '244', 'type': 'expression_list', 'children': ['245', '246']}, {'id': '245', 'type': 'identifier', 'children': [], 'value': 'filename'}; {'id': '246', 'type': 'identifier', 'children': [], 'value': 'values'}, {'id': '247', 'type': 'expression_statement', 'children': ['248']}; {'id': '248', 'type': 'assignment', 'children': ['249', '250']}, {'id': '249', 'type': 'identifier', 'children': [], 'value': 'empty_glob'}; {'id': '250', 'type': 'False', 'children': []}, {'id': '251', 'type': 'if_statement', 'children': ['252', '253']}; {'id': '252', 'type': 'identifier', 'children': [], 'value': 'empty_glob'}, {'id': '253', 'type': 'block', 'children': ['254']}; {'id': '254', 'type': 'expression_statement', 'children': ['255']}, {'id': '255', 'type': 'yield', 'children': ['256']}; {'id': '256', 'type': 'expression_list', 'children': ['257', '258']}, {'id': '257', 'type': 'identifier', 'children': [], 'value': 'path'} | def iter_paths(self, pathnames=None, mapfunc=None):
pathnames = pathnames or self._pathnames
if self.recursive and not pathnames:
pathnames = ['.']
elif not pathnames:
yield []
if mapfunc is not None:
for mapped_paths in map(mapfunc, pathnames):
for path in mapped_paths:
if self.recursive and (os.path.isdir(path) or os.path.islink(path)):
for t in os.walk(path, followlinks=self.follow_symlinks):
for filename, values in self.iglob(os.path.join(t[0], '*')):
yield filename, values
else:
empty_glob = True
for filename, values in self.iglob(path):
yield filename, values
empty_glob = False
if empty_glob:
yield path, None
else:
for path in pathnames:
if self.recursive and (os.path.isdir(path) or os.path.islink(path)):
for t in os.walk(path, followlinks=self.follow_symlinks):
for filename, values in self.iglob(os.path.join(t[0], '*')):
yield filename, values
else:
empty_glob = True
for filename, values in self.iglob(path):
yield filename, values
empty_glob = False
if empty_glob:
yield path, None |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '13']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'process'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '6', '7', '10']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'source'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'target'}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'rdfsonly'}, {'id': '7', 'type': 'default_parameter', 'children': ['8', '9']}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'base'}, {'id': '9', 'type': 'None', 'children': []}; {'id': '10', 'type': 'default_parameter', 'children': ['11', '12']}, {'id': '11', 'type': 'identifier', 'children': [], 'value': 'logger'}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'logging'}, {'id': '13', 'type': 'block', 'children': ['14', '16', '294']}; {'id': '14', 'type': 'expression_statement', 'children': ['15']}, {'id': '15', 'type': 'string', 'children': [], 'value': "'''\n Prepare a statement into a triple ready for rdflib graph\n '''"}; {'id': '16', 'type': 'for_statement', 'children': ['17', '18', '23']}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'link'}; {'id': '18', 'type': 'call', 'children': ['19', '22']}, {'id': '19', 'type': 'attribute', 'children': ['20', '21']}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'source'}, {'id': '21', 'type': 'identifier', 'children': [], 'value': 'match'}; {'id': '22', 'type': 'argument_list', 'children': []}, {'id': '23', 'type': 'block', 'children': ['24', '35', '46', '57', '68', '131', '176', '228', '235', '249', '266']}; {'id': '24', 'type': 'expression_statement', 'children': ['25']}, {'id': '25', 'type': 'assignment', 'children': ['26', '30']}; {'id': '26', 'type': 'pattern_list', 'children': ['27', '28', '29']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 's'}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'p'}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'o'}; {'id': '30', 'type': 'subscript', 'children': ['31', '32']}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'link'}; {'id': '32', 'type': 'slice', 'children': ['33', '34']}, {'id': '33', 'type': 'colon', 'children': []}; {'id': '34', 'type': 'integer', 'children': [], 'value': '3'}, {'id': '35', 'type': 'if_statement', 'children': ['36', '44']}; {'id': '36', 'type': 'comparison_operator', 'children': ['37', '38'], 'value': '=='}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 's'}; {'id': '38', 'type': 'binary_operator', 'children': ['39', '43'], 'value': '+'}, {'id': '39', 'type': 'parenthesized_expression', 'children': ['40']}; {'id': '40', 'type': 'boolean_operator', 'children': ['41', '42'], 'value': 'or'}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'base'}; {'id': '42', 'type': 'string', 'children': [], 'value': "''"}, {'id': '43', 'type': 'string', 'children': [], 'value': "'@docheader'"}; {'id': '44', 'type': 'block', 'children': ['45']}, {'id': '45', 'type': 'continue_statement', 'children': []}; {'id': '46', 'type': 'if_statement', 'children': ['47', '50']}, {'id': '47', 'type': 'comparison_operator', 'children': ['48', '49'], 'value': 'in'}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'p'}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'RESOURCE_MAPPING'}; {'id': '50', 'type': 'block', 'children': ['51']}, {'id': '51', 'type': 'expression_statement', 'children': ['52']}; {'id': '52', 'type': 'assignment', 'children': ['53', '54']}, {'id': '53', 'type': 'identifier', 'children': [], 'value': 'p'}; {'id': '54', 'type': 'subscript', 'children': ['55', '56']}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'RESOURCE_MAPPING'}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'p'}, {'id': '57', 'type': 'if_statement', 'children': ['58', '61']}; {'id': '58', 'type': 'comparison_operator', 'children': ['59', '60'], 'value': 'in'}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'o'}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'RESOURCE_MAPPING'}, {'id': '61', 'type': 'block', 'children': ['62']}; {'id': '62', 'type': 'expression_statement', 'children': ['63']}, {'id': '63', 'type': 'assignment', 'children': ['64', '65']}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'o'}, {'id': '65', 'type': 'subscript', 'children': ['66', '67']}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'RESOURCE_MAPPING'}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'o'}; {'id': '68', 'type': 'if_statement', 'children': ['69', '74']}, {'id': '69', 'type': 'comparison_operator', 'children': ['70', '71'], 'value': '=='}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'p'}, {'id': '71', 'type': 'binary_operator', 'children': ['72', '73'], 'value': '+'}; {'id': '72', 'type': 'identifier', 'children': [], 'value': 'VERSA_BASEIRI'}, {'id': '73', 'type': 'string', 'children': [], 'value': "'refines'"}; {'id': '74', 'type': 'block', 'children': ['75', '88']}, {'id': '75', 'type': 'expression_statement', 'children': ['76']}; {'id': '76', 'type': 'assignment', 'children': ['77', '78']}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'tlinks'}; {'id': '78', 'type': 'call', 'children': ['79', '80']}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'list'}; {'id': '80', 'type': 'argument_list', 'children': ['81']}, {'id': '81', 'type': 'call', 'children': ['82', '85']}; {'id': '82', 'type': 'attribute', 'children': ['83', '84']}, {'id': '83', 'type': 'identifier', 'children': [], 'value': 'source'}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'match'}, {'id': '85', 'type': 'argument_list', 'children': ['86', '87']}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 's'}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'TYPE_REL'}; {'id': '88', 'type': 'if_statement', 'children': ['89', '90']}, {'id': '89', 'type': 'identifier', 'children': [], 'value': 'tlinks'}; {'id': '90', 'type': 'block', 'children': ['91']}, {'id': '91', 'type': 'if_statement', 'children': ['92', '101', '111']}; {'id': '92', 'type': 'comparison_operator', 'children': ['93', '98'], 'value': '=='}, {'id': '93', 'type': 'subscript', 'children': ['94', '97']}; {'id': '94', 'type': 'subscript', 'children': ['95', '96']}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'tlinks'}; {'id': '96', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'TARGET'}; {'id': '98', 'type': 'binary_operator', 'children': ['99', '100'], 'value': '+'}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'VERSA_BASEIRI'}; {'id': '100', 'type': 'string', 'children': [], 'value': "'Resource'"}, {'id': '101', 'type': 'block', 'children': ['102']}; {'id': '102', 'type': 'expression_statement', 'children': ['103']}, {'id': '103', 'type': 'assignment', 'children': ['104', '105']}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'p'}, {'id': '105', 'type': 'call', 'children': ['106', '107']}; {'id': '106', 'type': 'identifier', 'children': [], 'value': 'I'}, {'id': '107', 'type': 'argument_list', 'children': ['108']}; {'id': '108', 'type': 'binary_operator', 'children': ['109', '110'], 'value': '+'}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'RDFS_NAMESPACE'}; {'id': '110', 'type': 'string', 'children': [], 'value': "'subClassOf'"}, {'id': '111', 'type': 'elif_clause', 'children': ['112', '121']}; {'id': '112', 'type': 'comparison_operator', 'children': ['113', '118'], 'value': '=='}, {'id': '113', 'type': 'subscript', 'children': ['114', '117']}; {'id': '114', 'type': 'subscript', 'children': ['115', '116']}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'tlinks'}; {'id': '116', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'TARGET'}; {'id': '118', 'type': 'binary_operator', 'children': ['119', '120'], 'value': '+'}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'VERSA_BASEIRI'}; {'id': '120', 'type': 'string', 'children': [], 'value': "'Property'"}, {'id': '121', 'type': 'block', 'children': ['122']}; {'id': '122', 'type': 'expression_statement', 'children': ['123']}, {'id': '123', 'type': 'assignment', 'children': ['124', '125']}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'p'}, {'id': '125', 'type': 'call', 'children': ['126', '127']}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'I'}, {'id': '127', 'type': 'argument_list', 'children': ['128']}; {'id': '128', 'type': 'binary_operator', 'children': ['129', '130'], 'value': '+'}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'RDFS_NAMESPACE'}; {'id': '130', 'type': 'string', 'children': [], 'value': "'subPropertyOf'"}, {'id': '131', 'type': 'if_statement', 'children': ['132', '137']}; {'id': '132', 'type': 'comparison_operator', 'children': ['133', '134'], 'value': '=='}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'p'}; {'id': '134', 'type': 'binary_operator', 'children': ['135', '136'], 'value': '+'}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'VERSA_BASEIRI'}; {'id': '136', 'type': 'string', 'children': [], 'value': "'properties'"}, {'id': '137', 'type': 'block', 'children': ['138', '154', '175']}; {'id': '138', 'type': 'expression_statement', 'children': ['139']}, {'id': '139', 'type': 'assignment', 'children': ['140', '141']}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'suri'}, {'id': '141', 'type': 'conditional_expression', 'children': ['142', '152', '153'], 'value': 'if'}; {'id': '142', 'type': 'call', 'children': ['143', '144']}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'I'}; {'id': '144', 'type': 'argument_list', 'children': ['145']}, {'id': '145', 'type': 'call', 'children': ['146', '149']}; {'id': '146', 'type': 'attribute', 'children': ['147', '148']}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'iri'}; {'id': '148', 'type': 'identifier', 'children': [], 'value': 'absolutize'}, {'id': '149', 'type': 'argument_list', 'children': ['150', '151']}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 's'}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'base'}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'base'}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 's'}; {'id': '154', 'type': 'expression_statement', 'children': ['155']}, {'id': '155', 'type': 'call', 'children': ['156', '159']}; {'id': '156', 'type': 'attribute', 'children': ['157', '158']}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'target'}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'add'}, {'id': '159', 'type': 'argument_list', 'children': ['160']}; {'id': '160', 'type': 'tuple', 'children': ['161', '165', '171']}, {'id': '161', 'type': 'call', 'children': ['162', '163']}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'URIRef'}, {'id': '163', 'type': 'argument_list', 'children': ['164']}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'o'}, {'id': '165', 'type': 'call', 'children': ['166', '167']}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'URIRef'}, {'id': '167', 'type': 'argument_list', 'children': ['168']}; {'id': '168', 'type': 'binary_operator', 'children': ['169', '170'], 'value': '+'}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'RDFS_NAMESPACE'}; {'id': '170', 'type': 'string', 'children': [], 'value': "'domain'"}, {'id': '171', 'type': 'call', 'children': ['172', '173']}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'URIRef'}, {'id': '173', 'type': 'argument_list', 'children': ['174']}; {'id': '174', 'type': 'identifier', 'children': [], 'value': 'suri'}, {'id': '175', 'type': 'continue_statement', 'children': []}; {'id': '176', 'type': 'if_statement', 'children': ['177', '182']}, {'id': '177', 'type': 'comparison_operator', 'children': ['178', '179'], 'value': '=='}; {'id': '178', 'type': 'identifier', 'children': [], 'value': 'p'}, {'id': '179', 'type': 'binary_operator', 'children': ['180', '181'], 'value': '+'}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'VERSA_BASEIRI'}, {'id': '181', 'type': 'string', 'children': [], 'value': "'value'"}; {'id': '182', 'type': 'block', 'children': ['183']}, {'id': '183', 'type': 'if_statement', 'children': ['184', '189']}; {'id': '184', 'type': 'comparison_operator', 'children': ['185', '186'], 'value': 'not'}, {'id': '185', 'type': 'identifier', 'children': [], 'value': 'o'}; {'id': '186', 'type': 'list', 'children': ['187', '188'], 'value': "['Literal', 'IRI']"}, {'id': '187', 'type': 'string', 'children': [], 'value': "'Literal'"}; {'id': '188', 'type': 'string', 'children': [], 'value': "'IRI'"}, {'id': '189', 'type': 'block', 'children': ['190', '206', '227']}; {'id': '190', 'type': 'expression_statement', 'children': ['191']}, {'id': '191', 'type': 'assignment', 'children': ['192', '193']}; {'id': '192', 'type': 'identifier', 'children': [], 'value': 'ouri'}, {'id': '193', 'type': 'conditional_expression', 'children': ['194', '204', '205'], 'value': 'if'}; {'id': '194', 'type': 'call', 'children': ['195', '196']}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'I'}; {'id': '196', 'type': 'argument_list', 'children': ['197']}, {'id': '197', 'type': 'call', 'children': ['198', '201']}; {'id': '198', 'type': 'attribute', 'children': ['199', '200']}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'iri'}; {'id': '200', 'type': 'identifier', 'children': [], 'value': 'absolutize'}, {'id': '201', 'type': 'argument_list', 'children': ['202', '203']}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'o'}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'base'}; {'id': '204', 'type': 'identifier', 'children': [], 'value': 'base'}, {'id': '205', 'type': 'identifier', 'children': [], 'value': 'o'}; {'id': '206', 'type': 'expression_statement', 'children': ['207']}, {'id': '207', 'type': 'call', 'children': ['208', '211']}; {'id': '208', 'type': 'attribute', 'children': ['209', '210']}, {'id': '209', 'type': 'identifier', 'children': [], 'value': 'target'}; {'id': '210', 'type': 'identifier', 'children': [], 'value': 'add'}, {'id': '211', 'type': 'argument_list', 'children': ['212']}; {'id': '212', 'type': 'tuple', 'children': ['213', '217', '223']}, {'id': '213', 'type': 'call', 'children': ['214', '215']}; {'id': '214', 'type': 'identifier', 'children': [], 'value': 'URIRef'}, {'id': '215', 'type': 'argument_list', 'children': ['216']}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 's'}, {'id': '217', 'type': 'call', 'children': ['218', '219']}; {'id': '218', 'type': 'identifier', 'children': [], 'value': 'URIRef'}, {'id': '219', 'type': 'argument_list', 'children': ['220']}; {'id': '220', 'type': 'binary_operator', 'children': ['221', '222'], 'value': '+'}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'RDFS_NAMESPACE'}; {'id': '222', 'type': 'string', 'children': [], 'value': "'range'"}, {'id': '223', 'type': 'call', 'children': ['224', '225']}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'URIRef'}, {'id': '225', 'type': 'argument_list', 'children': ['226']}; {'id': '226', 'type': 'identifier', 'children': [], 'value': 'ouri'}, {'id': '227', 'type': 'continue_statement', 'children': []}; {'id': '228', 'type': 'expression_statement', 'children': ['229']}, {'id': '229', 'type': 'assignment', 'children': ['230', '231']}; {'id': '230', 'type': 'identifier', 'children': [], 'value': 's'}, {'id': '231', 'type': 'call', 'children': ['232', '233']}; {'id': '232', 'type': 'identifier', 'children': [], 'value': 'URIRef'}, {'id': '233', 'type': 'argument_list', 'children': ['234']}; {'id': '234', 'type': 'identifier', 'children': [], 'value': 's'}, {'id': '235', 'type': 'expression_statement', 'children': ['236']}; {'id': '236', 'type': 'assignment', 'children': ['237', '238']}, {'id': '237', 'type': 'identifier', 'children': [], 'value': 'p'}; {'id': '238', 'type': 'conditional_expression', 'children': ['239', '242', '245'], 'value': 'if'}, {'id': '239', 'type': 'attribute', 'children': ['240', '241']}; {'id': '240', 'type': 'identifier', 'children': [], 'value': 'RDF'}, {'id': '241', 'type': 'identifier', 'children': [], 'value': 'type'}; {'id': '242', 'type': 'comparison_operator', 'children': ['243', '244'], 'value': '=='}, {'id': '243', 'type': 'identifier', 'children': [], 'value': 'p'}; {'id': '244', 'type': 'identifier', 'children': [], 'value': 'TYPE_REL'}, {'id': '245', 'type': 'call', 'children': ['246', '247']}; {'id': '246', 'type': 'identifier', 'children': [], 'value': 'URIRef'}, {'id': '247', 'type': 'argument_list', 'children': ['248']}; {'id': '248', 'type': 'identifier', 'children': [], 'value': 'p'}, {'id': '249', 'type': 'expression_statement', 'children': ['250']}; {'id': '250', 'type': 'assignment', 'children': ['251', '252']}, {'id': '251', 'type': 'identifier', 'children': [], 'value': 'o'}; {'id': '252', 'type': 'conditional_expression', 'children': ['253', '257', '262'], 'value': 'if'}, {'id': '253', 'type': 'call', 'children': ['254', '255']}; {'id': '254', 'type': 'identifier', 'children': [], 'value': 'URIRef'}, {'id': '255', 'type': 'argument_list', 'children': ['256']}; {'id': '256', 'type': 'identifier', 'children': [], 'value': 'o'}, {'id': '257', 'type': 'call', 'children': ['258', '259']}; {'id': '258', 'type': 'identifier', 'children': [], 'value': 'isinstance'}, {'id': '259', 'type': 'argument_list', 'children': ['260', '261']}; {'id': '260', 'type': 'identifier', 'children': [], 'value': 'o'}, {'id': '261', 'type': 'identifier', 'children': [], 'value': 'I'}; {'id': '262', 'type': 'call', 'children': ['263', '264']}, {'id': '263', 'type': 'identifier', 'children': [], 'value': 'Literal'}; {'id': '264', 'type': 'argument_list', 'children': ['265']}, {'id': '265', 'type': 'identifier', 'children': [], 'value': 'o'}; {'id': '266', 'type': 'if_statement', 'children': ['267', '283']}, {'id': '267', 'type': 'boolean_operator', 'children': ['268', '277'], 'value': 'or'}; {'id': '268', 'type': 'boolean_operator', 'children': ['269', '271'], 'value': 'or'}, {'id': '269', 'type': 'not_operator', 'children': ['270']}; {'id': '270', 'type': 'identifier', 'children': [], 'value': 'rdfsonly'}, {'id': '271', 'type': 'call', 'children': ['272', '275']}; {'id': '272', 'type': 'attribute', 'children': ['273', '274']}, {'id': '273', 'type': 'identifier', 'children': [], 'value': 'p'}; {'id': '274', 'type': 'identifier', 'children': [], 'value': 'startswith'}, {'id': '275', 'type': 'argument_list', 'children': ['276']}; {'id': '276', 'type': 'identifier', 'children': [], 'value': 'RDF_NAMESPACE'}, {'id': '277', 'type': 'call', 'children': ['278', '281']}; {'id': '278', 'type': 'attribute', 'children': ['279', '280']}, {'id': '279', 'type': 'identifier', 'children': [], 'value': 'p'}; {'id': '280', 'type': 'identifier', 'children': [], 'value': 'startswith'}, {'id': '281', 'type': 'argument_list', 'children': ['282']}; {'id': '282', 'type': 'identifier', 'children': [], 'value': 'RDFS_NAMESPACE'}, {'id': '283', 'type': 'block', 'children': ['284']}; {'id': '284', 'type': 'expression_statement', 'children': ['285']}, {'id': '285', 'type': 'call', 'children': ['286', '289']}; {'id': '286', 'type': 'attribute', 'children': ['287', '288']}, {'id': '287', 'type': 'identifier', 'children': [], 'value': 'target'}; {'id': '288', 'type': 'identifier', 'children': [], 'value': 'add'}, {'id': '289', 'type': 'argument_list', 'children': ['290']}; {'id': '290', 'type': 'tuple', 'children': ['291', '292', '293']}, {'id': '291', 'type': 'identifier', 'children': [], 'value': 's'}; {'id': '292', 'type': 'identifier', 'children': [], 'value': 'p'}, {'id': '293', 'type': 'identifier', 'children': [], 'value': 'o'} | def process(source, target, rdfsonly, base=None, logger=logging):
'''
Prepare a statement into a triple ready for rdflib graph
'''
for link in source.match():
s, p, o = link[:3]
if s == (base or '') + '@docheader': continue
if p in RESOURCE_MAPPING: p = RESOURCE_MAPPING[p]
if o in RESOURCE_MAPPING: o = RESOURCE_MAPPING[o]
if p == VERSA_BASEIRI + 'refines':
tlinks = list(source.match(s, TYPE_REL))
if tlinks:
if tlinks[0][TARGET] == VERSA_BASEIRI + 'Resource':
p = I(RDFS_NAMESPACE + 'subClassOf')
elif tlinks[0][TARGET] == VERSA_BASEIRI + 'Property':
p = I(RDFS_NAMESPACE + 'subPropertyOf')
if p == VERSA_BASEIRI + 'properties':
suri = I(iri.absolutize(s, base)) if base else s
target.add((URIRef(o), URIRef(RDFS_NAMESPACE + 'domain'), URIRef(suri)))
continue
if p == VERSA_BASEIRI + 'value':
if o not in ['Literal', 'IRI']:
ouri = I(iri.absolutize(o, base)) if base else o
target.add((URIRef(s), URIRef(RDFS_NAMESPACE + 'range'), URIRef(ouri)))
continue
s = URIRef(s)
p = RDF.type if p == TYPE_REL else URIRef(p)
o = URIRef(o) if isinstance(o, I) else Literal(o)
if not rdfsonly or p.startswith(RDF_NAMESPACE) or p.startswith(RDFS_NAMESPACE):
target.add((s, p, o))
return |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '17']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'show_more'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '6', '7', '8', '11', '14']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'request'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'post_process_fun'}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'get_fun'}, {'id': '7', 'type': 'identifier', 'children': [], 'value': 'object_class'}; {'id': '8', 'type': 'default_parameter', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'should_cache'}; {'id': '10', 'type': 'True', 'children': []}, {'id': '11', 'type': 'default_parameter', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'template'}, {'id': '13', 'type': 'string', 'children': [], 'value': "'common_json.html'"}; {'id': '14', 'type': 'default_parameter', 'children': ['15', '16']}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'to_json_kwargs'}; {'id': '16', 'type': 'None', 'children': []}, {'id': '17', 'type': 'block', 'children': ['18', '48', '78', '87', '93', '112', '127']}; {'id': '18', 'type': 'if_statement', 'children': ['19', '27']}, {'id': '19', 'type': 'boolean_operator', 'children': ['20', '22'], 'value': 'and'}; {'id': '20', 'type': 'not_operator', 'children': ['21']}, {'id': '21', 'type': 'identifier', 'children': [], 'value': 'should_cache'}; {'id': '22', 'type': 'comparison_operator', 'children': ['23', '24'], 'value': 'in'}, {'id': '23', 'type': 'string', 'children': [], 'value': "'json_orderby'"}; {'id': '24', 'type': 'attribute', 'children': ['25', '26']}, {'id': '25', 'type': 'identifier', 'children': [], 'value': 'request'}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'GET'}, {'id': '27', 'type': 'block', 'children': ['28']}; {'id': '28', 'type': 'return_statement', 'children': ['29']}, {'id': '29', 'type': 'call', 'children': ['30', '31']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'render_json'}, {'id': '31', 'type': 'argument_list', 'children': ['32', '33', '37', '40', '45']}; {'id': '32', 'type': 'identifier', 'children': [], 'value': 'request'}, {'id': '33', 'type': 'dictionary', 'children': ['34']}; {'id': '34', 'type': 'pair', 'children': ['35', '36']}, {'id': '35', 'type': 'string', 'children': [], 'value': "'error'"}; {'id': '36', 'type': 'string', 'children': [], 'value': '"Can\'t order the result according to the JSON field, because the caching for this type of object is turned off. See the documentation."'}, {'id': '37', 'type': 'keyword_argument', 'children': ['38', '39']}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'template'}, {'id': '39', 'type': 'string', 'children': [], 'value': "'questions_json.html'"}; {'id': '40', 'type': 'keyword_argument', 'children': ['41', '42']}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'help_text'}; {'id': '42', 'type': 'attribute', 'children': ['43', '44']}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'show_more'}; {'id': '44', 'type': 'identifier', 'children': [], 'value': '__doc__'}, {'id': '45', 'type': 'keyword_argument', 'children': ['46', '47']}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'status'}, {'id': '47', 'type': 'integer', 'children': [], 'value': '501'}; {'id': '48', 'type': 'if_statement', 'children': ['49', '57']}, {'id': '49', 'type': 'boolean_operator', 'children': ['50', '52'], 'value': 'and'}; {'id': '50', 'type': 'not_operator', 'children': ['51']}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'should_cache'}; {'id': '52', 'type': 'comparison_operator', 'children': ['53', '54'], 'value': 'in'}, {'id': '53', 'type': 'string', 'children': [], 'value': "'all'"}; {'id': '54', 'type': 'attribute', 'children': ['55', '56']}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'request'}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'GET'}, {'id': '57', 'type': 'block', 'children': ['58']}; {'id': '58', 'type': 'return_statement', 'children': ['59']}, {'id': '59', 'type': 'call', 'children': ['60', '61']}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'render_json'}, {'id': '61', 'type': 'argument_list', 'children': ['62', '63', '67', '70', '75']}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'request'}, {'id': '63', 'type': 'dictionary', 'children': ['64']}; {'id': '64', 'type': 'pair', 'children': ['65', '66']}, {'id': '65', 'type': 'string', 'children': [], 'value': "'error'"}; {'id': '66', 'type': 'string', 'children': [], 'value': '"Can\'t get all objects, because the caching for this type of object is turned off. See the documentation."'}, {'id': '67', 'type': 'keyword_argument', 'children': ['68', '69']}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'template'}, {'id': '69', 'type': 'string', 'children': [], 'value': "'questions_json.html'"}; {'id': '70', 'type': 'keyword_argument', 'children': ['71', '72']}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'help_text'}; {'id': '72', 'type': 'attribute', 'children': ['73', '74']}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'show_more'}; {'id': '74', 'type': 'identifier', 'children': [], 'value': '__doc__'}, {'id': '75', 'type': 'keyword_argument', 'children': ['76', '77']}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'status'}, {'id': '77', 'type': 'integer', 'children': [], 'value': '501'}; {'id': '78', 'type': 'if_statement', 'children': ['79', '82']}, {'id': '79', 'type': 'comparison_operator', 'children': ['80', '81'], 'value': 'is'}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'to_json_kwargs'}, {'id': '81', 'type': 'None', 'children': []}; {'id': '82', 'type': 'block', 'children': ['83']}, {'id': '83', 'type': 'expression_statement', 'children': ['84']}; {'id': '84', 'type': 'assignment', 'children': ['85', '86']}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'to_json_kwargs'}; {'id': '86', 'type': 'dictionary', 'children': []}, {'id': '87', 'type': 'expression_statement', 'children': ['88']}; {'id': '88', 'type': 'assignment', 'children': ['89', '90']}, {'id': '89', 'type': 'identifier', 'children': [], 'value': 'time_start'}; {'id': '90', 'type': 'call', 'children': ['91', '92']}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'time_lib'}; {'id': '92', 'type': 'argument_list', 'children': []}, {'id': '93', 'type': 'expression_statement', 'children': ['94']}; {'id': '94', 'type': 'assignment', 'children': ['95', '96']}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'limit'}; {'id': '96', 'type': 'call', 'children': ['97', '98']}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'min'}; {'id': '98', 'type': 'argument_list', 'children': ['99', '111']}, {'id': '99', 'type': 'call', 'children': ['100', '101']}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'int'}, {'id': '101', 'type': 'argument_list', 'children': ['102']}; {'id': '102', 'type': 'call', 'children': ['103', '108']}, {'id': '103', 'type': 'attribute', 'children': ['104', '107']}; {'id': '104', 'type': 'attribute', 'children': ['105', '106']}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'request'}; {'id': '106', 'type': 'identifier', 'children': [], 'value': 'GET'}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '108', 'type': 'argument_list', 'children': ['109', '110']}, {'id': '109', 'type': 'string', 'children': [], 'value': "'limit'"}; {'id': '110', 'type': 'integer', 'children': [], 'value': '10'}, {'id': '111', 'type': 'integer', 'children': [], 'value': '100'}; {'id': '112', 'type': 'expression_statement', 'children': ['113']}, {'id': '113', 'type': 'assignment', 'children': ['114', '115']}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'page'}, {'id': '115', 'type': 'call', 'children': ['116', '117']}; {'id': '116', 'type': 'identifier', 'children': [], 'value': 'int'}, {'id': '117', 'type': 'argument_list', 'children': ['118']}; {'id': '118', 'type': 'call', 'children': ['119', '124']}, {'id': '119', 'type': 'attribute', 'children': ['120', '123']}; {'id': '120', 'type': 'attribute', 'children': ['121', '122']}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'request'}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'GET'}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '124', 'type': 'argument_list', 'children': ['125', '126']}, {'id': '125', 'type': 'string', 'children': [], 'value': "'page'"}; {'id': '126', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '127', 'type': 'try_statement', 'children': ['128', '409']}; {'id': '128', 'type': 'block', 'children': ['129', '137', '172', '201', '231', '240', '296', '309', '317', '395']}, {'id': '129', 'type': 'expression_statement', 'children': ['130']}; {'id': '130', 'type': 'assignment', 'children': ['131', '132']}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'objs'}; {'id': '132', 'type': 'call', 'children': ['133', '134']}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'get_fun'}; {'id': '134', 'type': 'argument_list', 'children': ['135', '136']}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'request'}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'object_class'}, {'id': '137', 'type': 'if_statement', 'children': ['138', '143']}; {'id': '138', 'type': 'comparison_operator', 'children': ['139', '140'], 'value': 'in'}, {'id': '139', 'type': 'string', 'children': [], 'value': "'db_orderby'"}; {'id': '140', 'type': 'attribute', 'children': ['141', '142']}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'request'}; {'id': '142', 'type': 'identifier', 'children': [], 'value': 'GET'}, {'id': '143', 'type': 'block', 'children': ['144']}; {'id': '144', 'type': 'expression_statement', 'children': ['145']}, {'id': '145', 'type': 'assignment', 'children': ['146', '147']}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'objs'}, {'id': '147', 'type': 'call', 'children': ['148', '151']}; {'id': '148', 'type': 'attribute', 'children': ['149', '150']}, {'id': '149', 'type': 'identifier', 'children': [], 'value': 'objs'}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 'order_by'}, {'id': '151', 'type': 'argument_list', 'children': ['152']}; {'id': '152', 'type': 'binary_operator', 'children': ['153', '162'], 'value': '+'}, {'id': '153', 'type': 'parenthesized_expression', 'children': ['154']}; {'id': '154', 'type': 'conditional_expression', 'children': ['155', '156', '161'], 'value': 'if'}, {'id': '155', 'type': 'string', 'children': [], 'value': "'-'"}; {'id': '156', 'type': 'comparison_operator', 'children': ['157', '158'], 'value': 'in'}, {'id': '157', 'type': 'string', 'children': [], 'value': "'desc'"}; {'id': '158', 'type': 'attribute', 'children': ['159', '160']}, {'id': '159', 'type': 'identifier', 'children': [], 'value': 'request'}; {'id': '160', 'type': 'identifier', 'children': [], 'value': 'GET'}, {'id': '161', 'type': 'string', 'children': [], 'value': "''"}; {'id': '162', 'type': 'call', 'children': ['163', '170']}, {'id': '163', 'type': 'attribute', 'children': ['164', '169']}; {'id': '164', 'type': 'subscript', 'children': ['165', '168']}, {'id': '165', 'type': 'attribute', 'children': ['166', '167']}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'request'}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'GET'}; {'id': '168', 'type': 'string', 'children': [], 'value': "'db_orderby'"}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'strip'}; {'id': '170', 'type': 'argument_list', 'children': ['171']}, {'id': '171', 'type': 'string', 'children': [], 'value': "'/'"}; {'id': '172', 'type': 'if_statement', 'children': ['173', '184']}, {'id': '173', 'type': 'boolean_operator', 'children': ['174', '179'], 'value': 'and'}; {'id': '174', 'type': 'comparison_operator', 'children': ['175', '176'], 'value': 'not'}, {'id': '175', 'type': 'string', 'children': [], 'value': "'all'"}; {'id': '176', 'type': 'attribute', 'children': ['177', '178']}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'request'}; {'id': '178', 'type': 'identifier', 'children': [], 'value': 'GET'}, {'id': '179', 'type': 'comparison_operator', 'children': ['180', '181'], 'value': 'not'}; {'id': '180', 'type': 'string', 'children': [], 'value': "'json_orderby'"}, {'id': '181', 'type': 'attribute', 'children': ['182', '183']}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'request'}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 'GET'}; {'id': '184', 'type': 'block', 'children': ['185']}, {'id': '185', 'type': 'expression_statement', 'children': ['186']}; {'id': '186', 'type': 'assignment', 'children': ['187', '188']}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'objs'}; {'id': '188', 'type': 'subscript', 'children': ['189', '190']}, {'id': '189', 'type': 'identifier', 'children': [], 'value': 'objs'}; {'id': '190', 'type': 'slice', 'children': ['191', '194', '195']}, {'id': '191', 'type': 'binary_operator', 'children': ['192', '193'], 'value': '*'}; {'id': '192', 'type': 'identifier', 'children': [], 'value': 'page'}, {'id': '193', 'type': 'identifier', 'children': [], 'value': 'limit'}; {'id': '194', 'type': 'colon', 'children': []}, {'id': '195', 'type': 'binary_operator', 'children': ['196', '200'], 'value': '*'}; {'id': '196', 'type': 'parenthesized_expression', 'children': ['197']}, {'id': '197', 'type': 'binary_operator', 'children': ['198', '199'], 'value': '+'}; {'id': '198', 'type': 'identifier', 'children': [], 'value': 'page'}, {'id': '199', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '200', 'type': 'identifier', 'children': [], 'value': 'limit'}, {'id': '201', 'type': 'expression_statement', 'children': ['202']}; {'id': '202', 'type': 'assignment', 'children': ['203', '204']}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'cache_key'}; {'id': '204', 'type': 'binary_operator', 'children': ['205', '206'], 'value': '%'}, {'id': '205', 'type': 'string', 'children': [], 'value': "'proso_common_sql_json_%s'"}; {'id': '206', 'type': 'call', 'children': ['207', '230']}, {'id': '207', 'type': 'attribute', 'children': ['208', '229']}; {'id': '208', 'type': 'call', 'children': ['209', '212']}, {'id': '209', 'type': 'attribute', 'children': ['210', '211']}; {'id': '210', 'type': 'identifier', 'children': [], 'value': 'hashlib'}, {'id': '211', 'type': 'identifier', 'children': [], 'value': 'sha1'}; {'id': '212', 'type': 'argument_list', 'children': ['213']}, {'id': '213', 'type': 'call', 'children': ['214', '228']}; {'id': '214', 'type': 'attribute', 'children': ['215', '227']}, {'id': '215', 'type': 'parenthesized_expression', 'children': ['216']}; {'id': '216', 'type': 'binary_operator', 'children': ['217', '223'], 'value': '+'}, {'id': '217', 'type': 'call', 'children': ['218', '219']}; {'id': '218', 'type': 'identifier', 'children': [], 'value': 'str'}, {'id': '219', 'type': 'argument_list', 'children': ['220']}; {'id': '220', 'type': 'attribute', 'children': ['221', '222']}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'objs'}; {'id': '222', 'type': 'identifier', 'children': [], 'value': 'query'}, {'id': '223', 'type': 'call', 'children': ['224', '225']}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'str'}, {'id': '225', 'type': 'argument_list', 'children': ['226']}; {'id': '226', 'type': 'identifier', 'children': [], 'value': 'to_json_kwargs'}, {'id': '227', 'type': 'identifier', 'children': [], 'value': 'encode'}; {'id': '228', 'type': 'argument_list', 'children': []}, {'id': '229', 'type': 'identifier', 'children': [], 'value': 'hexdigest'}; {'id': '230', 'type': 'argument_list', 'children': []}, {'id': '231', 'type': 'expression_statement', 'children': ['232']}; {'id': '232', 'type': 'assignment', 'children': ['233', '234']}, {'id': '233', 'type': 'identifier', 'children': [], 'value': 'cached'}; {'id': '234', 'type': 'call', 'children': ['235', '238']}, {'id': '235', 'type': 'attribute', 'children': ['236', '237']}; {'id': '236', 'type': 'identifier', 'children': [], 'value': 'cache'}, {'id': '237', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '238', 'type': 'argument_list', 'children': ['239']}, {'id': '239', 'type': 'identifier', 'children': [], 'value': 'cache_key'}; {'id': '240', 'type': 'if_statement', 'children': ['241', '244', '254']}, {'id': '241', 'type': 'boolean_operator', 'children': ['242', '243'], 'value': 'and'}; {'id': '242', 'type': 'identifier', 'children': [], 'value': 'should_cache'}, {'id': '243', 'type': 'identifier', 'children': [], 'value': 'cached'}; {'id': '244', 'type': 'block', 'children': ['245']}, {'id': '245', 'type': 'expression_statement', 'children': ['246']}; {'id': '246', 'type': 'assignment', 'children': ['247', '248']}, {'id': '247', 'type': 'identifier', 'children': [], 'value': 'list_objs'}; {'id': '248', 'type': 'call', 'children': ['249', '252']}, {'id': '249', 'type': 'attribute', 'children': ['250', '251']}; {'id': '250', 'type': 'identifier', 'children': [], 'value': 'json_lib'}, {'id': '251', 'type': 'identifier', 'children': [], 'value': 'loads'}; {'id': '252', 'type': 'argument_list', 'children': ['253']}, {'id': '253', 'type': 'identifier', 'children': [], 'value': 'cached'}; {'id': '254', 'type': 'else_clause', 'children': ['255']}, {'id': '255', 'type': 'block', 'children': ['256', '273']}; {'id': '256', 'type': 'expression_statement', 'children': ['257']}, {'id': '257', 'type': 'assignment', 'children': ['258', '259']}; {'id': '258', 'type': 'identifier', 'children': [], 'value': 'list_objs'}, {'id': '259', 'type': 'list_comprehension', 'children': ['260', '267']}; {'id': '260', 'type': 'call', 'children': ['261', '264']}, {'id': '261', 'type': 'attribute', 'children': ['262', '263']}; {'id': '262', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '263', 'type': 'identifier', 'children': [], 'value': 'to_json'}; {'id': '264', 'type': 'argument_list', 'children': ['265']}, {'id': '265', 'type': 'dictionary_splat', 'children': ['266']}; {'id': '266', 'type': 'identifier', 'children': [], 'value': 'to_json_kwargs'}, {'id': '267', 'type': 'for_in_clause', 'children': ['268', '269']}; {'id': '268', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '269', 'type': 'call', 'children': ['270', '271']}; {'id': '270', 'type': 'identifier', 'children': [], 'value': 'list'}, {'id': '271', 'type': 'argument_list', 'children': ['272']}; {'id': '272', 'type': 'identifier', 'children': [], 'value': 'objs'}, {'id': '273', 'type': 'if_statement', 'children': ['274', '275']}; {'id': '274', 'type': 'identifier', 'children': [], 'value': 'should_cache'}, {'id': '275', 'type': 'block', 'children': ['276']}; {'id': '276', 'type': 'expression_statement', 'children': ['277']}, {'id': '277', 'type': 'call', 'children': ['278', '281']}; {'id': '278', 'type': 'attribute', 'children': ['279', '280']}, {'id': '279', 'type': 'identifier', 'children': [], 'value': 'cache'}; {'id': '280', 'type': 'identifier', 'children': [], 'value': 'set'}, {'id': '281', 'type': 'argument_list', 'children': ['282', '283', '289']}; {'id': '282', 'type': 'identifier', 'children': [], 'value': 'cache_key'}, {'id': '283', 'type': 'call', 'children': ['284', '287']}; {'id': '284', 'type': 'attribute', 'children': ['285', '286']}, {'id': '285', 'type': 'identifier', 'children': [], 'value': 'json_lib'}; {'id': '286', 'type': 'identifier', 'children': [], 'value': 'dumps'}, {'id': '287', 'type': 'argument_list', 'children': ['288']}; {'id': '288', 'type': 'identifier', 'children': [], 'value': 'list_objs'}, {'id': '289', 'type': 'binary_operator', 'children': ['290', '295'], 'value': '*'}; {'id': '290', 'type': 'binary_operator', 'children': ['291', '294'], 'value': '*'}, {'id': '291', 'type': 'binary_operator', 'children': ['292', '293'], 'value': '*'}; {'id': '292', 'type': 'integer', 'children': [], 'value': '60'}, {'id': '293', 'type': 'integer', 'children': [], 'value': '60'}; {'id': '294', 'type': 'integer', 'children': [], 'value': '24'}, {'id': '295', 'type': 'integer', 'children': [], 'value': '30'}; {'id': '296', 'type': 'expression_statement', 'children': ['297']}, {'id': '297', 'type': 'call', 'children': ['298', '301']}; {'id': '298', 'type': 'attribute', 'children': ['299', '300']}, {'id': '299', 'type': 'identifier', 'children': [], 'value': 'LOGGER'}; {'id': '300', 'type': 'identifier', 'children': [], 'value': 'debug'}, {'id': '301', 'type': 'argument_list', 'children': ['302', '303']}; {'id': '302', 'type': 'string', 'children': [], 'value': "'loading objects in show_more view took %s seconds'"}, {'id': '303', 'type': 'parenthesized_expression', 'children': ['304']}; {'id': '304', 'type': 'binary_operator', 'children': ['305', '308'], 'value': '-'}, {'id': '305', 'type': 'call', 'children': ['306', '307']}; {'id': '306', 'type': 'identifier', 'children': [], 'value': 'time_lib'}, {'id': '307', 'type': 'argument_list', 'children': []}; {'id': '308', 'type': 'identifier', 'children': [], 'value': 'time_start'}, {'id': '309', 'type': 'expression_statement', 'children': ['310']}; {'id': '310', 'type': 'assignment', 'children': ['311', '312']}, {'id': '311', 'type': 'identifier', 'children': [], 'value': 'json'}; {'id': '312', 'type': 'call', 'children': ['313', '314']}, {'id': '313', 'type': 'identifier', 'children': [], 'value': 'post_process_fun'}; {'id': '314', 'type': 'argument_list', 'children': ['315', '316']}, {'id': '315', 'type': 'identifier', 'children': [], 'value': 'request'}; {'id': '316', 'type': 'identifier', 'children': [], 'value': 'list_objs'}, {'id': '317', 'type': 'if_statement', 'children': ['318', '323']}; {'id': '318', 'type': 'comparison_operator', 'children': ['319', '320'], 'value': 'in'}, {'id': '319', 'type': 'string', 'children': [], 'value': "'json_orderby'"}; {'id': '320', 'type': 'attribute', 'children': ['321', '322']}, {'id': '321', 'type': 'identifier', 'children': [], 'value': 'request'}; {'id': '322', 'type': 'identifier', 'children': [], 'value': 'GET'}, {'id': '323', 'type': 'block', 'children': ['324', '330', '359', '382']}; {'id': '324', 'type': 'expression_statement', 'children': ['325']}, {'id': '325', 'type': 'assignment', 'children': ['326', '327']}; {'id': '326', 'type': 'identifier', 'children': [], 'value': 'time_before_json_sort'}, {'id': '327', 'type': 'call', 'children': ['328', '329']}; {'id': '328', 'type': 'identifier', 'children': [], 'value': 'time_lib'}, {'id': '329', 'type': 'argument_list', 'children': []}; {'id': '330', 'type': 'expression_statement', 'children': ['331']}, {'id': '331', 'type': 'call', 'children': ['332', '335']}; {'id': '332', 'type': 'attribute', 'children': ['333', '334']}, {'id': '333', 'type': 'identifier', 'children': [], 'value': 'json'}; {'id': '334', 'type': 'identifier', 'children': [], 'value': 'sort'}, {'id': '335', 'type': 'argument_list', 'children': ['336']}; {'id': '336', 'type': 'keyword_argument', 'children': ['337', '338']}, {'id': '337', 'type': 'identifier', 'children': [], 'value': 'key'}; {'id': '338', 'type': 'lambda', 'children': ['339', '341']}, {'id': '339', 'type': 'lambda_parameters', 'children': ['340']}; {'id': '340', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '341', 'type': 'binary_operator', 'children': ['342', '352'], 'value': '*'}; {'id': '342', 'type': 'parenthesized_expression', 'children': ['343']}, {'id': '343', 'type': 'conditional_expression', 'children': ['344', '346', '351'], 'value': 'if'}; {'id': '344', 'type': 'unary_operator', 'children': ['345'], 'value': '-'}, {'id': '345', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '346', 'type': 'comparison_operator', 'children': ['347', '348'], 'value': 'in'}, {'id': '347', 'type': 'string', 'children': [], 'value': "'desc'"}; {'id': '348', 'type': 'attribute', 'children': ['349', '350']}, {'id': '349', 'type': 'identifier', 'children': [], 'value': 'request'}; {'id': '350', 'type': 'identifier', 'children': [], 'value': 'GET'}, {'id': '351', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '352', 'type': 'subscript', 'children': ['353', '354']}, {'id': '353', 'type': 'identifier', 'children': [], 'value': 'x'}; {'id': '354', 'type': 'subscript', 'children': ['355', '358']}, {'id': '355', 'type': 'attribute', 'children': ['356', '357']}; {'id': '356', 'type': 'identifier', 'children': [], 'value': 'request'}, {'id': '357', 'type': 'identifier', 'children': [], 'value': 'GET'}; {'id': '358', 'type': 'string', 'children': [], 'value': "'json_orderby'"}, {'id': '359', 'type': 'if_statement', 'children': ['360', '365']}; {'id': '360', 'type': 'comparison_operator', 'children': ['361', '362'], 'value': 'not'}, {'id': '361', 'type': 'string', 'children': [], 'value': "'all'"}; {'id': '362', 'type': 'attribute', 'children': ['363', '364']}, {'id': '363', 'type': 'identifier', 'children': [], 'value': 'request'}; {'id': '364', 'type': 'identifier', 'children': [], 'value': 'GET'}, {'id': '365', 'type': 'block', 'children': ['366']}; {'id': '366', 'type': 'expression_statement', 'children': ['367']}, {'id': '367', 'type': 'assignment', 'children': ['368', '369']}; {'id': '368', 'type': 'identifier', 'children': [], 'value': 'json'}, {'id': '369', 'type': 'subscript', 'children': ['370', '371']}; {'id': '370', 'type': 'identifier', 'children': [], 'value': 'json'}, {'id': '371', 'type': 'slice', 'children': ['372', '375', '376']}; {'id': '372', 'type': 'binary_operator', 'children': ['373', '374'], 'value': '*'}, {'id': '373', 'type': 'identifier', 'children': [], 'value': 'page'}; {'id': '374', 'type': 'identifier', 'children': [], 'value': 'limit'}, {'id': '375', 'type': 'colon', 'children': []}; {'id': '376', 'type': 'binary_operator', 'children': ['377', '381'], 'value': '*'}, {'id': '377', 'type': 'parenthesized_expression', 'children': ['378']}; {'id': '378', 'type': 'binary_operator', 'children': ['379', '380'], 'value': '+'}, {'id': '379', 'type': 'identifier', 'children': [], 'value': 'page'}; {'id': '380', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '381', 'type': 'identifier', 'children': [], 'value': 'limit'}; {'id': '382', 'type': 'expression_statement', 'children': ['383']}, {'id': '383', 'type': 'call', 'children': ['384', '387']}; {'id': '384', 'type': 'attribute', 'children': ['385', '386']}, {'id': '385', 'type': 'identifier', 'children': [], 'value': 'LOGGER'}; {'id': '386', 'type': 'identifier', 'children': [], 'value': 'debug'}, {'id': '387', 'type': 'argument_list', 'children': ['388', '389']}; {'id': '388', 'type': 'string', 'children': [], 'value': "'sorting objects according to JSON field took %s seconds'"}, {'id': '389', 'type': 'parenthesized_expression', 'children': ['390']}; {'id': '390', 'type': 'binary_operator', 'children': ['391', '394'], 'value': '-'}, {'id': '391', 'type': 'call', 'children': ['392', '393']}; {'id': '392', 'type': 'identifier', 'children': [], 'value': 'time_lib'}, {'id': '393', 'type': 'argument_list', 'children': []}; {'id': '394', 'type': 'identifier', 'children': [], 'value': 'time_before_json_sort'}, {'id': '395', 'type': 'return_statement', 'children': ['396']}; {'id': '396', 'type': 'call', 'children': ['397', '398']}, {'id': '397', 'type': 'identifier', 'children': [], 'value': 'render_json'}; {'id': '398', 'type': 'argument_list', 'children': ['399', '400', '401', '404']}, {'id': '399', 'type': 'identifier', 'children': [], 'value': 'request'}; {'id': '400', 'type': 'identifier', 'children': [], 'value': 'json'}, {'id': '401', 'type': 'keyword_argument', 'children': ['402', '403']}; {'id': '402', 'type': 'identifier', 'children': [], 'value': 'template'}, {'id': '403', 'type': 'identifier', 'children': [], 'value': 'template'}; {'id': '404', 'type': 'keyword_argument', 'children': ['405', '406']}, {'id': '405', 'type': 'identifier', 'children': [], 'value': 'help_text'}; {'id': '406', 'type': 'attribute', 'children': ['407', '408']}, {'id': '407', 'type': 'identifier', 'children': [], 'value': 'show_more'}; {'id': '408', 'type': 'identifier', 'children': [], 'value': '__doc__'}, {'id': '409', 'type': 'except_clause', 'children': ['410', '411']}; {'id': '410', 'type': 'identifier', 'children': [], 'value': 'EmptyResultSet'}, {'id': '411', 'type': 'block', 'children': ['412']}; {'id': '412', 'type': 'return_statement', 'children': ['413']}, {'id': '413', 'type': 'call', 'children': ['414', '415']}; {'id': '414', 'type': 'identifier', 'children': [], 'value': 'render_json'}, {'id': '415', 'type': 'argument_list', 'children': ['416', '417', '418', '421']}; {'id': '416', 'type': 'identifier', 'children': [], 'value': 'request'}, {'id': '417', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '418', 'type': 'keyword_argument', 'children': ['419', '420']}, {'id': '419', 'type': 'identifier', 'children': [], 'value': 'template'}; {'id': '420', 'type': 'identifier', 'children': [], 'value': 'template'}, {'id': '421', 'type': 'keyword_argument', 'children': ['422', '423']}; {'id': '422', 'type': 'identifier', 'children': [], 'value': 'help_text'}, {'id': '423', 'type': 'attribute', 'children': ['424', '425']}; {'id': '424', 'type': 'identifier', 'children': [], 'value': 'show_more'}, {'id': '425', 'type': 'identifier', 'children': [], 'value': '__doc__'} | def show_more(request, post_process_fun, get_fun, object_class, should_cache=True, template='common_json.html', to_json_kwargs=None):
if not should_cache and 'json_orderby' in request.GET:
return render_json(request, {
'error': "Can't order the result according to the JSON field, because the caching for this type of object is turned off. See the documentation."
},
template='questions_json.html', help_text=show_more.__doc__, status=501)
if not should_cache and 'all' in request.GET:
return render_json(request, {
'error': "Can't get all objects, because the caching for this type of object is turned off. See the documentation."
},
template='questions_json.html', help_text=show_more.__doc__, status=501)
if to_json_kwargs is None:
to_json_kwargs = {}
time_start = time_lib()
limit = min(int(request.GET.get('limit', 10)), 100)
page = int(request.GET.get('page', 0))
try:
objs = get_fun(request, object_class)
if 'db_orderby' in request.GET:
objs = objs.order_by(('-' if 'desc' in request.GET else '') + request.GET['db_orderby'].strip('/'))
if 'all' not in request.GET and 'json_orderby' not in request.GET:
objs = objs[page * limit:(page + 1) * limit]
cache_key = 'proso_common_sql_json_%s' % hashlib.sha1((str(objs.query) + str(to_json_kwargs)).encode()).hexdigest()
cached = cache.get(cache_key)
if should_cache and cached:
list_objs = json_lib.loads(cached)
else:
list_objs = [x.to_json(**to_json_kwargs) for x in list(objs)]
if should_cache:
cache.set(cache_key, json_lib.dumps(list_objs), 60 * 60 * 24 * 30)
LOGGER.debug('loading objects in show_more view took %s seconds', (time_lib() - time_start))
json = post_process_fun(request, list_objs)
if 'json_orderby' in request.GET:
time_before_json_sort = time_lib()
json.sort(key=lambda x: (-1 if 'desc' in request.GET else 1) * x[request.GET['json_orderby']])
if 'all' not in request.GET:
json = json[page * limit:(page + 1) * limit]
LOGGER.debug('sorting objects according to JSON field took %s seconds', (time_lib() - time_before_json_sort))
return render_json(request, json, template=template, help_text=show_more.__doc__)
except EmptyResultSet:
return render_json(request, [], template=template, help_text=show_more.__doc__) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '28']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'cache_control'}, {'id': '3', 'type': 'parameters', 'children': ['4', '7', '10', '13', '16', '19', '22', '25']}; {'id': '4', 'type': 'default_parameter', 'children': ['5', '6']}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'max_age'}; {'id': '6', 'type': 'None', 'children': []}, {'id': '7', 'type': 'default_parameter', 'children': ['8', '9']}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'private'}, {'id': '9', 'type': 'False', 'children': []}; {'id': '10', 'type': 'default_parameter', 'children': ['11', '12']}, {'id': '11', 'type': 'identifier', 'children': [], 'value': 'public'}; {'id': '12', 'type': 'False', 'children': []}, {'id': '13', 'type': 'default_parameter', 'children': ['14', '15']}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 's_maxage'}, {'id': '15', 'type': 'None', 'children': []}; {'id': '16', 'type': 'default_parameter', 'children': ['17', '18']}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'must_revalidate'}; {'id': '18', 'type': 'False', 'children': []}, {'id': '19', 'type': 'default_parameter', 'children': ['20', '21']}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'proxy_revalidate'}, {'id': '21', 'type': 'False', 'children': []}; {'id': '22', 'type': 'default_parameter', 'children': ['23', '24']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'no_cache'}; {'id': '24', 'type': 'False', 'children': []}, {'id': '25', 'type': 'default_parameter', 'children': ['26', '27']}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'no_store'}, {'id': '27', 'type': 'False', 'children': []}; {'id': '28', 'type': 'block', 'children': ['29', '42', '59', '76', '80', '90', '100', '114', '128', '138', '148', '158', '168']}, {'id': '29', 'type': 'if_statement', 'children': ['30', '36']}; {'id': '30', 'type': 'call', 'children': ['31', '32']}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'all'}; {'id': '32', 'type': 'argument_list', 'children': ['33']}, {'id': '33', 'type': 'list', 'children': ['34', '35'], 'value': '[private, public]'}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'private'}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'public'}; {'id': '36', 'type': 'block', 'children': ['37']}, {'id': '37', 'type': 'raise_statement', 'children': ['38']}; {'id': '38', 'type': 'call', 'children': ['39', '40']}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'ValueError'}; {'id': '40', 'type': 'argument_list', 'children': ['41']}, {'id': '41', 'type': 'string', 'children': [], 'value': '"\'private\' and \'public\' are mutually exclusive"'}; {'id': '42', 'type': 'if_statement', 'children': ['43', '48']}, {'id': '43', 'type': 'call', 'children': ['44', '45']}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'isinstance'}, {'id': '45', 'type': 'argument_list', 'children': ['46', '47']}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'max_age'}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'timedelta'}; {'id': '48', 'type': 'block', 'children': ['49']}, {'id': '49', 'type': 'expression_statement', 'children': ['50']}; {'id': '50', 'type': 'assignment', 'children': ['51', '52']}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'max_age'}; {'id': '52', 'type': 'call', 'children': ['53', '54']}, {'id': '53', 'type': 'identifier', 'children': [], 'value': 'int'}; {'id': '54', 'type': 'argument_list', 'children': ['55']}, {'id': '55', 'type': 'call', 'children': ['56', '57']}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'total_seconds'}, {'id': '57', 'type': 'argument_list', 'children': ['58']}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'max_age'}, {'id': '59', 'type': 'if_statement', 'children': ['60', '65']}; {'id': '60', 'type': 'call', 'children': ['61', '62']}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'isinstance'}; {'id': '62', 'type': 'argument_list', 'children': ['63', '64']}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 's_maxage'}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'timedelta'}, {'id': '65', 'type': 'block', 'children': ['66']}; {'id': '66', 'type': 'expression_statement', 'children': ['67']}, {'id': '67', 'type': 'assignment', 'children': ['68', '69']}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 's_maxage'}, {'id': '69', 'type': 'call', 'children': ['70', '71']}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'int'}, {'id': '71', 'type': 'argument_list', 'children': ['72']}; {'id': '72', 'type': 'call', 'children': ['73', '74']}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'total_seconds'}; {'id': '74', 'type': 'argument_list', 'children': ['75']}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 's_maxage'}; {'id': '76', 'type': 'expression_statement', 'children': ['77']}, {'id': '77', 'type': 'assignment', 'children': ['78', '79']}; {'id': '78', 'type': 'identifier', 'children': [], 'value': 'directives'}, {'id': '79', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '80', 'type': 'if_statement', 'children': ['81', '82']}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'public'}; {'id': '82', 'type': 'block', 'children': ['83']}, {'id': '83', 'type': 'expression_statement', 'children': ['84']}; {'id': '84', 'type': 'call', 'children': ['85', '88']}, {'id': '85', 'type': 'attribute', 'children': ['86', '87']}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'directives'}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '88', 'type': 'argument_list', 'children': ['89']}, {'id': '89', 'type': 'string', 'children': [], 'value': "'public'"}; {'id': '90', 'type': 'if_statement', 'children': ['91', '92']}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'private'}; {'id': '92', 'type': 'block', 'children': ['93']}, {'id': '93', 'type': 'expression_statement', 'children': ['94']}; {'id': '94', 'type': 'call', 'children': ['95', '98']}, {'id': '95', 'type': 'attribute', 'children': ['96', '97']}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'directives'}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '98', 'type': 'argument_list', 'children': ['99']}, {'id': '99', 'type': 'string', 'children': [], 'value': "'private'"}; {'id': '100', 'type': 'if_statement', 'children': ['101', '104']}, {'id': '101', 'type': 'comparison_operator', 'children': ['102', '103'], 'value': 'is'}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'max_age'}, {'id': '103', 'type': 'None', 'children': []}; {'id': '104', 'type': 'block', 'children': ['105']}, {'id': '105', 'type': 'expression_statement', 'children': ['106']}; {'id': '106', 'type': 'call', 'children': ['107', '110']}, {'id': '107', 'type': 'attribute', 'children': ['108', '109']}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'directives'}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '110', 'type': 'argument_list', 'children': ['111']}, {'id': '111', 'type': 'binary_operator', 'children': ['112', '113'], 'value': '%'}; {'id': '112', 'type': 'string', 'children': [], 'value': "'max-age=%d'"}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'max_age'}; {'id': '114', 'type': 'if_statement', 'children': ['115', '118']}, {'id': '115', 'type': 'comparison_operator', 'children': ['116', '117'], 'value': 'is'}; {'id': '116', 'type': 'identifier', 'children': [], 'value': 's_maxage'}, {'id': '117', 'type': 'None', 'children': []}; {'id': '118', 'type': 'block', 'children': ['119']}, {'id': '119', 'type': 'expression_statement', 'children': ['120']}; {'id': '120', 'type': 'call', 'children': ['121', '124']}, {'id': '121', 'type': 'attribute', 'children': ['122', '123']}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'directives'}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '124', 'type': 'argument_list', 'children': ['125']}, {'id': '125', 'type': 'binary_operator', 'children': ['126', '127'], 'value': '%'}; {'id': '126', 'type': 'string', 'children': [], 'value': "'s-maxage=%d'"}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 's_maxage'}; {'id': '128', 'type': 'if_statement', 'children': ['129', '130']}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'no_cache'}; {'id': '130', 'type': 'block', 'children': ['131']}, {'id': '131', 'type': 'expression_statement', 'children': ['132']}; {'id': '132', 'type': 'call', 'children': ['133', '136']}, {'id': '133', 'type': 'attribute', 'children': ['134', '135']}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'directives'}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '136', 'type': 'argument_list', 'children': ['137']}, {'id': '137', 'type': 'string', 'children': [], 'value': "'no-cache'"}; {'id': '138', 'type': 'if_statement', 'children': ['139', '140']}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'no_store'}; {'id': '140', 'type': 'block', 'children': ['141']}, {'id': '141', 'type': 'expression_statement', 'children': ['142']}; {'id': '142', 'type': 'call', 'children': ['143', '146']}, {'id': '143', 'type': 'attribute', 'children': ['144', '145']}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'directives'}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '146', 'type': 'argument_list', 'children': ['147']}, {'id': '147', 'type': 'string', 'children': [], 'value': "'no-store'"}; {'id': '148', 'type': 'if_statement', 'children': ['149', '150']}, {'id': '149', 'type': 'identifier', 'children': [], 'value': 'must_revalidate'}; {'id': '150', 'type': 'block', 'children': ['151']}, {'id': '151', 'type': 'expression_statement', 'children': ['152']}; {'id': '152', 'type': 'call', 'children': ['153', '156']}, {'id': '153', 'type': 'attribute', 'children': ['154', '155']}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'directives'}, {'id': '155', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '156', 'type': 'argument_list', 'children': ['157']}, {'id': '157', 'type': 'string', 'children': [], 'value': "'must-revalidate'"}; {'id': '158', 'type': 'if_statement', 'children': ['159', '160']}, {'id': '159', 'type': 'identifier', 'children': [], 'value': 'proxy_revalidate'}; {'id': '160', 'type': 'block', 'children': ['161']}, {'id': '161', 'type': 'expression_statement', 'children': ['162']}; {'id': '162', 'type': 'call', 'children': ['163', '166']}, {'id': '163', 'type': 'attribute', 'children': ['164', '165']}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'directives'}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '166', 'type': 'argument_list', 'children': ['167']}, {'id': '167', 'type': 'string', 'children': [], 'value': "'proxy-revalidate'"}; {'id': '168', 'type': 'return_statement', 'children': ['169']}, {'id': '169', 'type': 'call', 'children': ['170', '173']}; {'id': '170', 'type': 'attribute', 'children': ['171', '172']}, {'id': '171', 'type': 'string', 'children': [], 'value': "', '"}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'join'}, {'id': '173', 'type': 'argument_list', 'children': ['174']} | def cache_control(max_age=None, private=False, public=False, s_maxage=None,
must_revalidate=False, proxy_revalidate=False, no_cache=False,
no_store=False):
if all([private, public]):
raise ValueError("'private' and 'public' are mutually exclusive")
if isinstance(max_age, timedelta):
max_age = int(total_seconds(max_age))
if isinstance(s_maxage, timedelta):
s_maxage = int(total_seconds(s_maxage))
directives = []
if public: directives.append('public')
if private: directives.append('private')
if max_age is not None: directives.append('max-age=%d' % max_age)
if s_maxage is not None: directives.append('s-maxage=%d' % s_maxage)
if no_cache: directives.append('no-cache')
if no_store: directives.append('no-store')
if must_revalidate: directives.append('must-revalidate')
if proxy_revalidate: directives.append('proxy-revalidate')
return ', '.join(directives) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '5']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'plot_places'}, {'id': '3', 'type': 'parameters', 'children': ['4']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'block', 'children': ['6', '8', '15', '25', '29', '33', '90', '133', '149', '159', '169', '212']}; {'id': '6', 'type': 'expression_statement', 'children': ['7']}, {'id': '7', 'type': 'string', 'children': [], 'value': "'''Plot places where the agent has been and generated a spirograph.\n '''"}; {'id': '8', 'type': 'import_from_statement', 'children': ['9', '11']}, {'id': '9', 'type': 'dotted_name', 'children': ['10']}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'matplotlib'}, {'id': '11', 'type': 'aliased_import', 'children': ['12', '14']}; {'id': '12', 'type': 'dotted_name', 'children': ['13']}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'pyplot'}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'plt'}, {'id': '15', 'type': 'expression_statement', 'children': ['16']}; {'id': '16', 'type': 'assignment', 'children': ['17', '20']}, {'id': '17', 'type': 'pattern_list', 'children': ['18', '19']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'fig'}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'ax'}; {'id': '20', 'type': 'call', 'children': ['21', '24']}, {'id': '21', 'type': 'attribute', 'children': ['22', '23']}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'plt'}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'subplots'}; {'id': '24', 'type': 'argument_list', 'children': []}, {'id': '25', 'type': 'expression_statement', 'children': ['26']}; {'id': '26', 'type': 'assignment', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'x'}; {'id': '28', 'type': 'list', 'children': [], 'value': '[]'}, {'id': '29', 'type': 'expression_statement', 'children': ['30']}; {'id': '30', 'type': 'assignment', 'children': ['31', '32']}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'y'}; {'id': '32', 'type': 'list', 'children': [], 'value': '[]'}, {'id': '33', 'type': 'if_statement', 'children': ['34', '42']}; {'id': '34', 'type': 'comparison_operator', 'children': ['35', '41'], 'value': '>'}, {'id': '35', 'type': 'call', 'children': ['36', '37']}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '37', 'type': 'argument_list', 'children': ['38']}; {'id': '38', 'type': 'attribute', 'children': ['39', '40']}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'arg_history'}, {'id': '41', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '42', 'type': 'block', 'children': ['43', '47', '51', '75']}, {'id': '43', 'type': 'expression_statement', 'children': ['44']}; {'id': '44', 'type': 'assignment', 'children': ['45', '46']}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'xs'}; {'id': '46', 'type': 'list', 'children': [], 'value': '[]'}, {'id': '47', 'type': 'expression_statement', 'children': ['48']}; {'id': '48', 'type': 'assignment', 'children': ['49', '50']}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'ys'}; {'id': '50', 'type': 'list', 'children': [], 'value': '[]'}, {'id': '51', 'type': 'for_statement', 'children': ['52', '53', '56']}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'p'}, {'id': '53', 'type': 'attribute', 'children': ['54', '55']}; {'id': '54', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'arg_history'}; {'id': '56', 'type': 'block', 'children': ['57', '66']}, {'id': '57', 'type': 'expression_statement', 'children': ['58']}; {'id': '58', 'type': 'call', 'children': ['59', '62']}, {'id': '59', 'type': 'attribute', 'children': ['60', '61']}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'xs'}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '62', 'type': 'argument_list', 'children': ['63']}, {'id': '63', 'type': 'subscript', 'children': ['64', '65']}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'p'}, {'id': '65', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '66', 'type': 'expression_statement', 'children': ['67']}, {'id': '67', 'type': 'call', 'children': ['68', '71']}; {'id': '68', 'type': 'attribute', 'children': ['69', '70']}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'ys'}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '71', 'type': 'argument_list', 'children': ['72']}; {'id': '72', 'type': 'subscript', 'children': ['73', '74']}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'p'}; {'id': '74', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '75', 'type': 'expression_statement', 'children': ['76']}; {'id': '76', 'type': 'call', 'children': ['77', '80']}, {'id': '77', 'type': 'attribute', 'children': ['78', '79']}; {'id': '78', 'type': 'identifier', 'children': [], 'value': 'ax'}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'plot'}; {'id': '80', 'type': 'argument_list', 'children': ['81', '82', '83']}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'xs'}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'ys'}, {'id': '83', 'type': 'keyword_argument', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'color'}, {'id': '85', 'type': 'tuple', 'children': ['86', '87', '88', '89']}; {'id': '86', 'type': 'float', 'children': [], 'value': '0.0'}, {'id': '87', 'type': 'float', 'children': [], 'value': '0.0'}; {'id': '88', 'type': 'float', 'children': [], 'value': '1.0'}, {'id': '89', 'type': 'float', 'children': [], 'value': '0.1'}; {'id': '90', 'type': 'for_statement', 'children': ['91', '92', '95']}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'a'}; {'id': '92', 'type': 'attribute', 'children': ['93', '94']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'A'}, {'id': '95', 'type': 'block', 'children': ['96']}; {'id': '96', 'type': 'if_statement', 'children': ['97', '102']}, {'id': '97', 'type': 'comparison_operator', 'children': ['98', '101'], 'value': '=='}; {'id': '98', 'type': 'attribute', 'children': ['99', '100']}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'a'}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'self_criticism'}, {'id': '101', 'type': 'string', 'children': [], 'value': "'pass'"}; {'id': '102', 'type': 'block', 'children': ['103', '115', '124']}, {'id': '103', 'type': 'expression_statement', 'children': ['104']}; {'id': '104', 'type': 'assignment', 'children': ['105', '106']}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'args'}; {'id': '106', 'type': 'subscript', 'children': ['107', '114']}, {'id': '107', 'type': 'subscript', 'children': ['108', '111']}; {'id': '108', 'type': 'attribute', 'children': ['109', '110']}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'a'}; {'id': '110', 'type': 'identifier', 'children': [], 'value': 'framings'}, {'id': '111', 'type': 'attribute', 'children': ['112', '113']}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'a'}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'creator'}; {'id': '114', 'type': 'string', 'children': [], 'value': "'args'"}, {'id': '115', 'type': 'expression_statement', 'children': ['116']}; {'id': '116', 'type': 'call', 'children': ['117', '120']}, {'id': '117', 'type': 'attribute', 'children': ['118', '119']}; {'id': '118', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '120', 'type': 'argument_list', 'children': ['121']}, {'id': '121', 'type': 'subscript', 'children': ['122', '123']}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'args'}, {'id': '123', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '124', 'type': 'expression_statement', 'children': ['125']}, {'id': '125', 'type': 'call', 'children': ['126', '129']}; {'id': '126', 'type': 'attribute', 'children': ['127', '128']}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'y'}; {'id': '128', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '129', 'type': 'argument_list', 'children': ['130']}; {'id': '130', 'type': 'subscript', 'children': ['131', '132']}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'args'}; {'id': '132', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '133', 'type': 'expression_statement', 'children': ['134']}; {'id': '134', 'type': 'assignment', 'children': ['135', '136']}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'sc'}; {'id': '136', 'type': 'call', 'children': ['137', '140']}, {'id': '137', 'type': 'attribute', 'children': ['138', '139']}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'ax'}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'scatter'}; {'id': '140', 'type': 'argument_list', 'children': ['141', '142', '143', '146']}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'x'}; {'id': '142', 'type': 'identifier', 'children': [], 'value': 'y'}, {'id': '143', 'type': 'keyword_argument', 'children': ['144', '145']}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'marker'}, {'id': '145', 'type': 'string', 'children': [], 'value': '"x"'}; {'id': '146', 'type': 'keyword_argument', 'children': ['147', '148']}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'color'}; {'id': '148', 'type': 'string', 'children': [], 'value': "'red'"}, {'id': '149', 'type': 'expression_statement', 'children': ['150']}; {'id': '150', 'type': 'call', 'children': ['151', '154']}, {'id': '151', 'type': 'attribute', 'children': ['152', '153']}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'ax'}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 'set_xlim'}; {'id': '154', 'type': 'argument_list', 'children': ['155']}, {'id': '155', 'type': 'list', 'children': ['156', '158'], 'value': '[-200, 200]'}; {'id': '156', 'type': 'unary_operator', 'children': ['157'], 'value': '-'}, {'id': '157', 'type': 'integer', 'children': [], 'value': '200'}; {'id': '158', 'type': 'integer', 'children': [], 'value': '200'}, {'id': '159', 'type': 'expression_statement', 'children': ['160']}; {'id': '160', 'type': 'call', 'children': ['161', '164']}, {'id': '161', 'type': 'attribute', 'children': ['162', '163']}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'ax'}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'set_ylim'}; {'id': '164', 'type': 'argument_list', 'children': ['165']}, {'id': '165', 'type': 'list', 'children': ['166', '168'], 'value': '[-200, 200]'}; {'id': '166', 'type': 'unary_operator', 'children': ['167'], 'value': '-'}, {'id': '167', 'type': 'integer', 'children': [], 'value': '200'}; {'id': '168', 'type': 'integer', 'children': [], 'value': '200'}, {'id': '169', 'type': 'expression_statement', 'children': ['170']}; {'id': '170', 'type': 'assignment', 'children': ['171', '172']}, {'id': '171', 'type': 'identifier', 'children': [], 'value': 'agent_vars'}; {'id': '172', 'type': 'call', 'children': ['173', '176']}, {'id': '173', 'type': 'attribute', 'children': ['174', '175']}; {'id': '174', 'type': 'string', 'children': [], 'value': '"{}_{}_{}{}_last={}_stmem=list{}_veto={}_sc={}_jump={}_sw={}_mr={}_maxN"'}, {'id': '175', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '176', 'type': 'argument_list', 'children': ['177', '180', '183', '186', '189', '192', '197', '200', '203', '206', '209']}, {'id': '177', 'type': 'attribute', 'children': ['178', '179']}; {'id': '178', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '179', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '180', 'type': 'attribute', 'children': ['181', '182']}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'age'}, {'id': '183', 'type': 'attribute', 'children': ['184', '185']}; {'id': '184', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '185', 'type': 'identifier', 'children': [], 'value': 'env_learning_method'}; {'id': '186', 'type': 'attribute', 'children': ['187', '188']}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '188', 'type': 'identifier', 'children': [], 'value': 'env_learning_amount'}, {'id': '189', 'type': 'attribute', 'children': ['190', '191']}; {'id': '190', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'env_learn_on_add'}; {'id': '192', 'type': 'attribute', 'children': ['193', '196']}, {'id': '193', 'type': 'attribute', 'children': ['194', '195']}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'stmem'}; {'id': '196', 'type': 'identifier', 'children': [], 'value': 'length'}, {'id': '197', 'type': 'attribute', 'children': ['198', '199']}; {'id': '198', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '199', 'type': 'identifier', 'children': [], 'value': '_novelty_threshold'}; {'id': '200', 'type': 'attribute', 'children': ['201', '202']}, {'id': '201', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '202', 'type': 'identifier', 'children': [], 'value': '_own_threshold'}, {'id': '203', 'type': 'attribute', 'children': ['204', '205']}; {'id': '204', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '205', 'type': 'identifier', 'children': [], 'value': 'jump'}; {'id': '206', 'type': 'attribute', 'children': ['207', '208']}, {'id': '207', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '208', 'type': 'identifier', 'children': [], 'value': 'search_width'}, {'id': '209', 'type': 'attribute', 'children': ['210', '211']}; {'id': '210', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '211', 'type': 'identifier', 'children': [], 'value': 'move_radius'}; {'id': '212', 'type': 'if_statement', 'children': ['213', '218', '390']}, {'id': '213', 'type': 'comparison_operator', 'children': ['214', '217'], 'value': 'is'}; {'id': '214', 'type': 'attribute', 'children': ['215', '216']}, {'id': '215', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'logger'}, {'id': '217', 'type': 'None', 'children': []}; {'id': '218', 'type': 'block', 'children': ['219', '240', '247', '253', '274']}, {'id': '219', 'type': 'expression_statement', 'children': ['220']}; {'id': '220', 'type': 'assignment', 'children': ['221', '222']}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'imname'}; {'id': '222', 'type': 'call', 'children': ['223', '228']}, {'id': '223', 'type': 'attribute', 'children': ['224', '227']}; {'id': '224', 'type': 'attribute', 'children': ['225', '226']}, {'id': '225', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '226', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '227', 'type': 'identifier', 'children': [], 'value': 'join'}; {'id': '228', 'type': 'argument_list', 'children': ['229', '234']}, {'id': '229', 'type': 'attribute', 'children': ['230', '233']}; {'id': '230', 'type': 'attribute', 'children': ['231', '232']}, {'id': '231', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '232', 'type': 'identifier', 'children': [], 'value': 'logger'}, {'id': '233', 'type': 'identifier', 'children': [], 'value': 'folder'}; {'id': '234', 'type': 'call', 'children': ['235', '238']}, {'id': '235', 'type': 'attribute', 'children': ['236', '237']}; {'id': '236', 'type': 'string', 'children': [], 'value': "'{}.png'"}, {'id': '237', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '238', 'type': 'argument_list', 'children': ['239']}, {'id': '239', 'type': 'identifier', 'children': [], 'value': 'agent_vars'}; {'id': '240', 'type': 'expression_statement', 'children': ['241']}, {'id': '241', 'type': 'call', 'children': ['242', '245']}; {'id': '242', 'type': 'attribute', 'children': ['243', '244']}, {'id': '243', 'type': 'identifier', 'children': [], 'value': 'plt'}; {'id': '244', 'type': 'identifier', 'children': [], 'value': 'savefig'}, {'id': '245', 'type': 'argument_list', 'children': ['246']}; {'id': '246', 'type': 'identifier', 'children': [], 'value': 'imname'}, {'id': '247', 'type': 'expression_statement', 'children': ['248']}; {'id': '248', 'type': 'call', 'children': ['249', '252']}, {'id': '249', 'type': 'attribute', 'children': ['250', '251']}; {'id': '250', 'type': 'identifier', 'children': [], 'value': 'plt'}, {'id': '251', 'type': 'identifier', 'children': [], 'value': 'close'}; {'id': '252', 'type': 'argument_list', 'children': []}, {'id': '253', 'type': 'expression_statement', 'children': ['254']}; {'id': '254', 'type': 'assignment', 'children': ['255', '256']}, {'id': '255', 'type': 'identifier', 'children': [], 'value': 'fname'}; {'id': '256', 'type': 'call', 'children': ['257', '262']}, {'id': '257', 'type': 'attribute', 'children': ['258', '261']}; {'id': '258', 'type': 'attribute', 'children': ['259', '260']}, {'id': '259', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '260', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '261', 'type': 'identifier', 'children': [], 'value': 'join'}; {'id': '262', 'type': 'argument_list', 'children': ['263', '268']}, {'id': '263', 'type': 'attribute', 'children': ['264', '267']}; {'id': '264', 'type': 'attribute', 'children': ['265', '266']}, {'id': '265', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '266', 'type': 'identifier', 'children': [], 'value': 'logger'}, {'id': '267', 'type': 'identifier', 'children': [], 'value': 'folder'}; {'id': '268', 'type': 'call', 'children': ['269', '272']}, {'id': '269', 'type': 'attribute', 'children': ['270', '271']}; {'id': '270', 'type': 'string', 'children': [], 'value': "'{}.txt'"}, {'id': '271', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '272', 'type': 'argument_list', 'children': ['273']}, {'id': '273', 'type': 'identifier', 'children': [], 'value': 'agent_vars'}; {'id': '274', 'type': 'with_statement', 'children': ['275', '285']}, {'id': '275', 'type': 'with_clause', 'children': ['276']}; {'id': '276', 'type': 'with_item', 'children': ['277']}, {'id': '277', 'type': 'as_pattern', 'children': ['278', '283']}; {'id': '278', 'type': 'call', 'children': ['279', '280']}, {'id': '279', 'type': 'identifier', 'children': [], 'value': 'open'}; {'id': '280', 'type': 'argument_list', 'children': ['281', '282']}, {'id': '281', 'type': 'identifier', 'children': [], 'value': 'fname'}; {'id': '282', 'type': 'string', 'children': [], 'value': '"w"'}, {'id': '283', 'type': 'as_pattern_target', 'children': ['284']}; {'id': '284', 'type': 'identifier', 'children': [], 'value': 'f'}, {'id': '285', 'type': 'block', 'children': ['286', '305', '312', '331', '338', '357', '364', '383']}; {'id': '286', 'type': 'expression_statement', 'children': ['287']}, {'id': '287', 'type': 'call', 'children': ['288', '291']}; {'id': '288', 'type': 'attribute', 'children': ['289', '290']}, {'id': '289', 'type': 'identifier', 'children': [], 'value': 'f'}; {'id': '290', 'type': 'identifier', 'children': [], 'value': 'write'}, {'id': '291', 'type': 'argument_list', 'children': ['292']}; {'id': '292', 'type': 'call', 'children': ['293', '296']}, {'id': '293', 'type': 'attribute', 'children': ['294', '295']}; {'id': '294', 'type': 'string', 'children': [], 'value': '" "'}, {'id': '295', 'type': 'identifier', 'children': [], 'value': 'join'}; {'id': '296', 'type': 'argument_list', 'children': ['297']}, {'id': '297', 'type': 'list_comprehension', 'children': ['298', '302']}; {'id': '298', 'type': 'call', 'children': ['299', '300']}, {'id': '299', 'type': 'identifier', 'children': [], 'value': 'str'}; {'id': '300', 'type': 'argument_list', 'children': ['301']}, {'id': '301', 'type': 'identifier', 'children': [], 'value': 'e'}; {'id': '302', 'type': 'for_in_clause', 'children': ['303', '304']}, {'id': '303', 'type': 'identifier', 'children': [], 'value': 'e'}; {'id': '304', 'type': 'identifier', 'children': [], 'value': 'xs'}, {'id': '305', 'type': 'expression_statement', 'children': ['306']}; {'id': '306', 'type': 'call', 'children': ['307', '310']}, {'id': '307', 'type': 'attribute', 'children': ['308', '309']}; {'id': '308', 'type': 'identifier', 'children': [], 'value': 'f'}, {'id': '309', 'type': 'identifier', 'children': [], 'value': 'write'}; {'id': '310', 'type': 'argument_list', 'children': ['311']}, {'id': '311', 'type': 'string', 'children': [], 'value': '"\\n"'}; {'id': '312', 'type': 'expression_statement', 'children': ['313']}, {'id': '313', 'type': 'call', 'children': ['314', '317']}; {'id': '314', 'type': 'attribute', 'children': ['315', '316']}, {'id': '315', 'type': 'identifier', 'children': [], 'value': 'f'}; {'id': '316', 'type': 'identifier', 'children': [], 'value': 'write'}, {'id': '317', 'type': 'argument_list', 'children': ['318']}; {'id': '318', 'type': 'call', 'children': ['319', '322']}, {'id': '319', 'type': 'attribute', 'children': ['320', '321']}; {'id': '320', 'type': 'string', 'children': [], 'value': '" "'}, {'id': '321', 'type': 'identifier', 'children': [], 'value': 'join'}; {'id': '322', 'type': 'argument_list', 'children': ['323']}, {'id': '323', 'type': 'list_comprehension', 'children': ['324', '328']}; {'id': '324', 'type': 'call', 'children': ['325', '326']}, {'id': '325', 'type': 'identifier', 'children': [], 'value': 'str'}; {'id': '326', 'type': 'argument_list', 'children': ['327']}, {'id': '327', 'type': 'identifier', 'children': [], 'value': 'e'}; {'id': '328', 'type': 'for_in_clause', 'children': ['329', '330']}, {'id': '329', 'type': 'identifier', 'children': [], 'value': 'e'}; {'id': '330', 'type': 'identifier', 'children': [], 'value': 'ys'}, {'id': '331', 'type': 'expression_statement', 'children': ['332']}; {'id': '332', 'type': 'call', 'children': ['333', '336']}, {'id': '333', 'type': 'attribute', 'children': ['334', '335']}; {'id': '334', 'type': 'identifier', 'children': [], 'value': 'f'}, {'id': '335', 'type': 'identifier', 'children': [], 'value': 'write'}; {'id': '336', 'type': 'argument_list', 'children': ['337']}, {'id': '337', 'type': 'string', 'children': [], 'value': '"\\n"'}; {'id': '338', 'type': 'expression_statement', 'children': ['339']}, {'id': '339', 'type': 'call', 'children': ['340', '343']}; {'id': '340', 'type': 'attribute', 'children': ['341', '342']}, {'id': '341', 'type': 'identifier', 'children': [], 'value': 'f'}; {'id': '342', 'type': 'identifier', 'children': [], 'value': 'write'}, {'id': '343', 'type': 'argument_list', 'children': ['344']}; {'id': '344', 'type': 'call', 'children': ['345', '348']}, {'id': '345', 'type': 'attribute', 'children': ['346', '347']}; {'id': '346', 'type': 'string', 'children': [], 'value': '" "'}, {'id': '347', 'type': 'identifier', 'children': [], 'value': 'join'}; {'id': '348', 'type': 'argument_list', 'children': ['349']}, {'id': '349', 'type': 'list_comprehension', 'children': ['350', '354']}; {'id': '350', 'type': 'call', 'children': ['351', '352']}, {'id': '351', 'type': 'identifier', 'children': [], 'value': 'str'}; {'id': '352', 'type': 'argument_list', 'children': ['353']}, {'id': '353', 'type': 'identifier', 'children': [], 'value': 'e'}; {'id': '354', 'type': 'for_in_clause', 'children': ['355', '356']}, {'id': '355', 'type': 'identifier', 'children': [], 'value': 'e'}; {'id': '356', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '357', 'type': 'expression_statement', 'children': ['358']}; {'id': '358', 'type': 'call', 'children': ['359', '362']}, {'id': '359', 'type': 'attribute', 'children': ['360', '361']}; {'id': '360', 'type': 'identifier', 'children': [], 'value': 'f'}, {'id': '361', 'type': 'identifier', 'children': [], 'value': 'write'}; {'id': '362', 'type': 'argument_list', 'children': ['363']}, {'id': '363', 'type': 'string', 'children': [], 'value': '"\\n"'}; {'id': '364', 'type': 'expression_statement', 'children': ['365']}, {'id': '365', 'type': 'call', 'children': ['366', '369']}; {'id': '366', 'type': 'attribute', 'children': ['367', '368']}, {'id': '367', 'type': 'identifier', 'children': [], 'value': 'f'}; {'id': '368', 'type': 'identifier', 'children': [], 'value': 'write'}, {'id': '369', 'type': 'argument_list', 'children': ['370']}; {'id': '370', 'type': 'call', 'children': ['371', '374']}, {'id': '371', 'type': 'attribute', 'children': ['372', '373']}; {'id': '372', 'type': 'string', 'children': [], 'value': '" "'}, {'id': '373', 'type': 'identifier', 'children': [], 'value': 'join'}; {'id': '374', 'type': 'argument_list', 'children': ['375']}, {'id': '375', 'type': 'list_comprehension', 'children': ['376', '380']}; {'id': '376', 'type': 'call', 'children': ['377', '378']}, {'id': '377', 'type': 'identifier', 'children': [], 'value': 'str'}; {'id': '378', 'type': 'argument_list', 'children': ['379']}, {'id': '379', 'type': 'identifier', 'children': [], 'value': 'e'}; {'id': '380', 'type': 'for_in_clause', 'children': ['381', '382']}, {'id': '381', 'type': 'identifier', 'children': [], 'value': 'e'}; {'id': '382', 'type': 'identifier', 'children': [], 'value': 'y'}, {'id': '383', 'type': 'expression_statement', 'children': ['384']}; {'id': '384', 'type': 'call', 'children': ['385', '388']}, {'id': '385', 'type': 'attribute', 'children': ['386', '387']}; {'id': '386', 'type': 'identifier', 'children': [], 'value': 'f'}, {'id': '387', 'type': 'identifier', 'children': [], 'value': 'write'}; {'id': '388', 'type': 'argument_list', 'children': ['389']}, {'id': '389', 'type': 'string', 'children': [], 'value': '"\\n"'}; {'id': '390', 'type': 'else_clause', 'children': ['391']}, {'id': '391', 'type': 'block', 'children': ['392']}; {'id': '392', 'type': 'expression_statement', 'children': ['393']}, {'id': '393', 'type': 'call', 'children': ['394', '397']}; {'id': '394', 'type': 'attribute', 'children': ['395', '396']}, {'id': '395', 'type': 'identifier', 'children': [], 'value': 'plt'}; {'id': '396', 'type': 'identifier', 'children': [], 'value': 'show'}, {'id': '397', 'type': 'argument_list', 'children': []} | def plot_places(self):
'''Plot places where the agent has been and generated a spirograph.
'''
from matplotlib import pyplot as plt
fig, ax = plt.subplots()
x = []
y = []
if len(self.arg_history) > 1:
xs = []
ys = []
for p in self.arg_history:
xs.append(p[0])
ys.append(p[1])
ax.plot(xs, ys, color=(0.0, 0.0, 1.0, 0.1))
for a in self.A:
if a.self_criticism == 'pass':
args = a.framings[a.creator]['args']
x.append(args[0])
y.append(args[1])
sc = ax.scatter(x, y, marker="x", color='red')
ax.set_xlim([-200, 200])
ax.set_ylim([-200, 200])
agent_vars = "{}_{}_{}{}_last={}_stmem=list{}_veto={}_sc={}_jump={}_sw={}_mr={}_maxN".format(
self.name, self.age, self.env_learning_method, self.env_learning_amount, self.env_learn_on_add,
self.stmem.length, self._novelty_threshold, self._own_threshold,
self.jump, self.search_width, self.move_radius)
if self.logger is not None:
imname = os.path.join(self.logger.folder, '{}.png'.format(agent_vars))
plt.savefig(imname)
plt.close()
fname = os.path.join(self.logger.folder, '{}.txt'.format(agent_vars))
with open(fname, "w") as f:
f.write(" ".join([str(e) for e in xs]))
f.write("\n")
f.write(" ".join([str(e) for e in ys]))
f.write("\n")
f.write(" ".join([str(e) for e in x]))
f.write("\n")
f.write(" ".join([str(e) for e in y]))
f.write("\n")
else:
plt.show() |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '7']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'df'}, {'id': '3', 'type': 'parameters', 'children': ['4']}; {'id': '4', 'type': 'default_parameter', 'children': ['5', '6']}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'unit'}; {'id': '6', 'type': 'string', 'children': [], 'value': "'GB'"}, {'id': '7', 'type': 'block', 'children': ['8', '10', '14', '25', '32', '38', '56', '66', '75', '101', '112', '130', '317']}; {'id': '8', 'type': 'expression_statement', 'children': ['9']}, {'id': '9', 'type': 'string', 'children': [], 'value': "'''A wrapper for the df shell command.'''"}; {'id': '10', 'type': 'expression_statement', 'children': ['11']}, {'id': '11', 'type': 'assignment', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'details'}, {'id': '13', 'type': 'dictionary', 'children': []}; {'id': '14', 'type': 'expression_statement', 'children': ['15']}, {'id': '15', 'type': 'assignment', 'children': ['16', '17']}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'headers'}, {'id': '17', 'type': 'list', 'children': ['18', '19', '20', '21', '22', '23', '24'], 'value': "['Filesystem', 'Type', 'Size', 'Used', 'Available', 'Capacity', 'MountedOn']"}; {'id': '18', 'type': 'string', 'children': [], 'value': "'Filesystem'"}, {'id': '19', 'type': 'string', 'children': [], 'value': "'Type'"}; {'id': '20', 'type': 'string', 'children': [], 'value': "'Size'"}, {'id': '21', 'type': 'string', 'children': [], 'value': "'Used'"}; {'id': '22', 'type': 'string', 'children': [], 'value': "'Available'"}, {'id': '23', 'type': 'string', 'children': [], 'value': "'Capacity'"}; {'id': '24', 'type': 'string', 'children': [], 'value': "'MountedOn'"}, {'id': '25', 'type': 'expression_statement', 'children': ['26']}; {'id': '26', 'type': 'assignment', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'n'}; {'id': '28', 'type': 'call', 'children': ['29', '30']}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '30', 'type': 'argument_list', 'children': ['31']}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'headers'}; {'id': '32', 'type': 'expression_statement', 'children': ['33']}, {'id': '33', 'type': 'assignment', 'children': ['34', '35']}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'unit'}, {'id': '35', 'type': 'subscript', 'children': ['36', '37']}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'df_conversions'}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'unit'}; {'id': '38', 'type': 'expression_statement', 'children': ['39']}, {'id': '39', 'type': 'assignment', 'children': ['40', '41']}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'p'}, {'id': '41', 'type': 'call', 'children': ['42', '45']}; {'id': '42', 'type': 'attribute', 'children': ['43', '44']}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'subprocess'}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'Popen'}, {'id': '45', 'type': 'argument_list', 'children': ['46', '51']}; {'id': '46', 'type': 'keyword_argument', 'children': ['47', '48']}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'args'}; {'id': '48', 'type': 'list', 'children': ['49', '50'], 'value': "['df', '-TP']"}, {'id': '49', 'type': 'string', 'children': [], 'value': "'df'"}; {'id': '50', 'type': 'string', 'children': [], 'value': "'-TP'"}, {'id': '51', 'type': 'keyword_argument', 'children': ['52', '53']}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'stdout'}, {'id': '53', 'type': 'attribute', 'children': ['54', '55']}; {'id': '54', 'type': 'identifier', 'children': [], 'value': 'subprocess'}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'PIPE'}; {'id': '56', 'type': 'expression_statement', 'children': ['57']}, {'id': '57', 'type': 'assignment', 'children': ['58', '61']}; {'id': '58', 'type': 'pattern_list', 'children': ['59', '60']}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'stdout'}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'stderr'}, {'id': '61', 'type': 'call', 'children': ['62', '65']}; {'id': '62', 'type': 'attribute', 'children': ['63', '64']}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'p'}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'communicate'}, {'id': '65', 'type': 'argument_list', 'children': []}; {'id': '66', 'type': 'expression_statement', 'children': ['67']}, {'id': '67', 'type': 'assignment', 'children': ['68', '69']}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'lines'}, {'id': '69', 'type': 'call', 'children': ['70', '73']}; {'id': '70', 'type': 'attribute', 'children': ['71', '72']}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'stdout'}; {'id': '72', 'type': 'identifier', 'children': [], 'value': 'split'}, {'id': '73', 'type': 'argument_list', 'children': ['74']}; {'id': '74', 'type': 'string', 'children': [], 'value': '"\\n"'}, {'id': '75', 'type': 'expression_statement', 'children': ['76']}; {'id': '76', 'type': 'assignment', 'children': ['77', '80']}, {'id': '77', 'type': 'subscript', 'children': ['78', '79']}; {'id': '78', 'type': 'identifier', 'children': [], 'value': 'lines'}, {'id': '79', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '80', 'type': 'call', 'children': ['81', '98']}, {'id': '81', 'type': 'attribute', 'children': ['82', '97']}; {'id': '82', 'type': 'call', 'children': ['83', '94']}, {'id': '83', 'type': 'attribute', 'children': ['84', '93']}; {'id': '84', 'type': 'call', 'children': ['85', '90']}, {'id': '85', 'type': 'attribute', 'children': ['86', '89']}; {'id': '86', 'type': 'subscript', 'children': ['87', '88']}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'lines'}; {'id': '88', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '89', 'type': 'identifier', 'children': [], 'value': 'replace'}; {'id': '90', 'type': 'argument_list', 'children': ['91', '92']}, {'id': '91', 'type': 'string', 'children': [], 'value': '"Mounted on"'}; {'id': '92', 'type': 'string', 'children': [], 'value': '"MountedOn"'}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'replace'}; {'id': '94', 'type': 'argument_list', 'children': ['95', '96']}, {'id': '95', 'type': 'string', 'children': [], 'value': '"1K-blocks"'}; {'id': '96', 'type': 'string', 'children': [], 'value': '"Size"'}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'replace'}; {'id': '98', 'type': 'argument_list', 'children': ['99', '100']}, {'id': '99', 'type': 'string', 'children': [], 'value': '"1024-blocks"'}; {'id': '100', 'type': 'string', 'children': [], 'value': '"Size"'}, {'id': '101', 'type': 'assert_statement', 'children': ['102']}; {'id': '102', 'type': 'parenthesized_expression', 'children': ['103']}, {'id': '103', 'type': 'comparison_operator', 'children': ['104', '111'], 'value': '=='}; {'id': '104', 'type': 'call', 'children': ['105', '110']}, {'id': '105', 'type': 'attribute', 'children': ['106', '109']}; {'id': '106', 'type': 'subscript', 'children': ['107', '108']}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'lines'}; {'id': '108', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'split'}; {'id': '110', 'type': 'argument_list', 'children': []}, {'id': '111', 'type': 'identifier', 'children': [], 'value': 'headers'}; {'id': '112', 'type': 'expression_statement', 'children': ['113']}, {'id': '113', 'type': 'assignment', 'children': ['114', '115']}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'lines'}, {'id': '115', 'type': 'list_comprehension', 'children': ['116', '121', '124']}; {'id': '116', 'type': 'call', 'children': ['117', '120']}, {'id': '117', 'type': 'attribute', 'children': ['118', '119']}; {'id': '118', 'type': 'identifier', 'children': [], 'value': 'l'}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'strip'}; {'id': '120', 'type': 'argument_list', 'children': []}, {'id': '121', 'type': 'for_in_clause', 'children': ['122', '123']}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'l'}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'lines'}; {'id': '124', 'type': 'if_clause', 'children': ['125']}, {'id': '125', 'type': 'call', 'children': ['126', '129']}; {'id': '126', 'type': 'attribute', 'children': ['127', '128']}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'l'}; {'id': '128', 'type': 'identifier', 'children': [], 'value': 'strip'}, {'id': '129', 'type': 'argument_list', 'children': []}; {'id': '130', 'type': 'for_statement', 'children': ['131', '132', '137']}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'line'}; {'id': '132', 'type': 'subscript', 'children': ['133', '134']}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'lines'}; {'id': '134', 'type': 'slice', 'children': ['135', '136']}, {'id': '135', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '136', 'type': 'colon', 'children': []}, {'id': '137', 'type': 'block', 'children': ['138', '146', '154', '162', '166', '187', '200', '210', '218', '231', '244', '259', '309']}; {'id': '138', 'type': 'expression_statement', 'children': ['139']}, {'id': '139', 'type': 'assignment', 'children': ['140', '141']}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'tokens'}, {'id': '141', 'type': 'call', 'children': ['142', '145']}; {'id': '142', 'type': 'attribute', 'children': ['143', '144']}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'line'}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'split'}, {'id': '145', 'type': 'argument_list', 'children': []}; {'id': '146', 'type': 'if_statement', 'children': ['147', '152']}, {'id': '147', 'type': 'comparison_operator', 'children': ['148', '151'], 'value': '=='}; {'id': '148', 'type': 'subscript', 'children': ['149', '150']}, {'id': '149', 'type': 'identifier', 'children': [], 'value': 'tokens'}; {'id': '150', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '151', 'type': 'string', 'children': [], 'value': "'none'"}; {'id': '152', 'type': 'block', 'children': ['153']}, {'id': '153', 'type': 'continue_statement', 'children': []}; {'id': '154', 'type': 'assert_statement', 'children': ['155']}, {'id': '155', 'type': 'parenthesized_expression', 'children': ['156']}; {'id': '156', 'type': 'comparison_operator', 'children': ['157', '161'], 'value': '=='}, {'id': '157', 'type': 'call', 'children': ['158', '159']}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '159', 'type': 'argument_list', 'children': ['160']}; {'id': '160', 'type': 'identifier', 'children': [], 'value': 'tokens'}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'n'}; {'id': '162', 'type': 'expression_statement', 'children': ['163']}, {'id': '163', 'type': 'assignment', 'children': ['164', '165']}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'd'}, {'id': '165', 'type': 'dictionary', 'children': []}; {'id': '166', 'type': 'for_statement', 'children': ['167', '168', '176']}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'x'}; {'id': '168', 'type': 'call', 'children': ['169', '170']}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'range'}; {'id': '170', 'type': 'argument_list', 'children': ['171', '172']}, {'id': '171', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '172', 'type': 'call', 'children': ['173', '174']}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '174', 'type': 'argument_list', 'children': ['175']}, {'id': '175', 'type': 'identifier', 'children': [], 'value': 'headers'}; {'id': '176', 'type': 'block', 'children': ['177']}, {'id': '177', 'type': 'expression_statement', 'children': ['178']}; {'id': '178', 'type': 'assignment', 'children': ['179', '184']}, {'id': '179', 'type': 'subscript', 'children': ['180', '181']}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'd'}, {'id': '181', 'type': 'subscript', 'children': ['182', '183']}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'headers'}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 'x'}; {'id': '184', 'type': 'subscript', 'children': ['185', '186']}, {'id': '185', 'type': 'identifier', 'children': [], 'value': 'tokens'}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '187', 'type': 'expression_statement', 'children': ['188']}; {'id': '188', 'type': 'assignment', 'children': ['189', '192']}, {'id': '189', 'type': 'subscript', 'children': ['190', '191']}; {'id': '190', 'type': 'identifier', 'children': [], 'value': 'd'}, {'id': '191', 'type': 'string', 'children': [], 'value': "'Size'"}; {'id': '192', 'type': 'binary_operator', 'children': ['193', '199'], 'value': '/'}, {'id': '193', 'type': 'call', 'children': ['194', '195']}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'float'}, {'id': '195', 'type': 'argument_list', 'children': ['196']}; {'id': '196', 'type': 'subscript', 'children': ['197', '198']}, {'id': '197', 'type': 'identifier', 'children': [], 'value': 'd'}; {'id': '198', 'type': 'string', 'children': [], 'value': "'Size'"}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'unit'}; {'id': '200', 'type': 'assert_statement', 'children': ['201']}, {'id': '201', 'type': 'parenthesized_expression', 'children': ['202']}; {'id': '202', 'type': 'call', 'children': ['203', '208']}, {'id': '203', 'type': 'attribute', 'children': ['204', '207']}; {'id': '204', 'type': 'subscript', 'children': ['205', '206']}, {'id': '205', 'type': 'identifier', 'children': [], 'value': 'd'}; {'id': '206', 'type': 'string', 'children': [], 'value': "'Capacity'"}, {'id': '207', 'type': 'identifier', 'children': [], 'value': 'endswith'}; {'id': '208', 'type': 'argument_list', 'children': ['209']}, {'id': '209', 'type': 'string', 'children': [], 'value': '"%"'}; {'id': '210', 'type': 'expression_statement', 'children': ['211']}, {'id': '211', 'type': 'assignment', 'children': ['212', '215']}; {'id': '212', 'type': 'subscript', 'children': ['213', '214']}, {'id': '213', 'type': 'identifier', 'children': [], 'value': 'd'}; {'id': '214', 'type': 'string', 'children': [], 'value': "'Use%'"}, {'id': '215', 'type': 'subscript', 'children': ['216', '217']}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'd'}, {'id': '217', 'type': 'string', 'children': [], 'value': "'Capacity'"}; {'id': '218', 'type': 'expression_statement', 'children': ['219']}, {'id': '219', 'type': 'assignment', 'children': ['220', '223']}; {'id': '220', 'type': 'subscript', 'children': ['221', '222']}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'd'}; {'id': '222', 'type': 'string', 'children': [], 'value': "'Used'"}, {'id': '223', 'type': 'binary_operator', 'children': ['224', '230'], 'value': '/'}; {'id': '224', 'type': 'call', 'children': ['225', '226']}, {'id': '225', 'type': 'identifier', 'children': [], 'value': 'float'}; {'id': '226', 'type': 'argument_list', 'children': ['227']}, {'id': '227', 'type': 'subscript', 'children': ['228', '229']}; {'id': '228', 'type': 'identifier', 'children': [], 'value': 'd'}, {'id': '229', 'type': 'string', 'children': [], 'value': "'Used'"}; {'id': '230', 'type': 'identifier', 'children': [], 'value': 'unit'}, {'id': '231', 'type': 'expression_statement', 'children': ['232']}; {'id': '232', 'type': 'assignment', 'children': ['233', '236']}, {'id': '233', 'type': 'subscript', 'children': ['234', '235']}; {'id': '234', 'type': 'identifier', 'children': [], 'value': 'd'}, {'id': '235', 'type': 'string', 'children': [], 'value': "'Available'"}; {'id': '236', 'type': 'binary_operator', 'children': ['237', '243'], 'value': '/'}, {'id': '237', 'type': 'call', 'children': ['238', '239']}; {'id': '238', 'type': 'identifier', 'children': [], 'value': 'float'}, {'id': '239', 'type': 'argument_list', 'children': ['240']}; {'id': '240', 'type': 'subscript', 'children': ['241', '242']}, {'id': '241', 'type': 'identifier', 'children': [], 'value': 'd'}; {'id': '242', 'type': 'string', 'children': [], 'value': "'Available'"}, {'id': '243', 'type': 'identifier', 'children': [], 'value': 'unit'}; {'id': '244', 'type': 'expression_statement', 'children': ['245']}, {'id': '245', 'type': 'assignment', 'children': ['246', '249']}; {'id': '246', 'type': 'subscript', 'children': ['247', '248']}, {'id': '247', 'type': 'identifier', 'children': [], 'value': 'd'}; {'id': '248', 'type': 'string', 'children': [], 'value': "'Using'"}, {'id': '249', 'type': 'binary_operator', 'children': ['250', '251'], 'value': '*'}; {'id': '250', 'type': 'integer', 'children': [], 'value': '100'}, {'id': '251', 'type': 'parenthesized_expression', 'children': ['252']}; {'id': '252', 'type': 'binary_operator', 'children': ['253', '256'], 'value': '/'}, {'id': '253', 'type': 'subscript', 'children': ['254', '255']}; {'id': '254', 'type': 'identifier', 'children': [], 'value': 'd'}, {'id': '255', 'type': 'string', 'children': [], 'value': "'Used'"}; {'id': '256', 'type': 'subscript', 'children': ['257', '258']}, {'id': '257', 'type': 'identifier', 'children': [], 'value': 'd'}; {'id': '258', 'type': 'string', 'children': [], 'value': "'Size'"}, {'id': '259', 'type': 'if_statement', 'children': ['260', '268', '276']}; {'id': '260', 'type': 'call', 'children': ['261', '266']}, {'id': '261', 'type': 'attribute', 'children': ['262', '265']}; {'id': '262', 'type': 'subscript', 'children': ['263', '264']}, {'id': '263', 'type': 'identifier', 'children': [], 'value': 'd'}; {'id': '264', 'type': 'string', 'children': [], 'value': "'Type'"}, {'id': '265', 'type': 'identifier', 'children': [], 'value': 'startswith'}; {'id': '266', 'type': 'argument_list', 'children': ['267']}, {'id': '267', 'type': 'string', 'children': [], 'value': "'ext'"}; {'id': '268', 'type': 'block', 'children': ['269', '270']}, {'id': '269', 'type': 'pass_statement', 'children': []}; {'id': '270', 'type': 'expression_statement', 'children': ['271']}, {'id': '271', 'type': 'augmented_assignment', 'children': ['272', '275'], 'value': '+='}; {'id': '272', 'type': 'subscript', 'children': ['273', '274']}, {'id': '273', 'type': 'identifier', 'children': [], 'value': 'd'}; {'id': '274', 'type': 'string', 'children': [], 'value': "'Using'"}, {'id': '275', 'type': 'integer', 'children': [], 'value': '5'}; {'id': '276', 'type': 'else_clause', 'children': ['277']}, {'id': '277', 'type': 'block', 'children': ['278', '285']}; {'id': '278', 'type': 'expression_statement', 'children': ['279']}, {'id': '279', 'type': 'assignment', 'children': ['280', '281']}; {'id': '280', 'type': 'identifier', 'children': [], 'value': 'ext3_filesystems'}, {'id': '281', 'type': 'list', 'children': ['282', '283', '284'], 'value': "['ganon:', 'kortemmelab:', 'albana:']"}; {'id': '282', 'type': 'string', 'children': [], 'value': "'ganon:'"}, {'id': '283', 'type': 'string', 'children': [], 'value': "'kortemmelab:'"}; {'id': '284', 'type': 'string', 'children': [], 'value': "'albana:'"}, {'id': '285', 'type': 'for_statement', 'children': ['286', '287', '288']}; {'id': '286', 'type': 'identifier', 'children': [], 'value': 'e3fs'}, {'id': '287', 'type': 'identifier', 'children': [], 'value': 'ext3_filesystems'}; {'id': '288', 'type': 'block', 'children': ['289']}, {'id': '289', 'type': 'if_statement', 'children': ['290', '301']}; {'id': '290', 'type': 'comparison_operator', 'children': ['291', '299'], 'value': '!='}, {'id': '291', 'type': 'call', 'children': ['292', '297']}; {'id': '292', 'type': 'attribute', 'children': ['293', '296']}, {'id': '293', 'type': 'subscript', 'children': ['294', '295']}; {'id': '294', 'type': 'identifier', 'children': [], 'value': 'tokens'}, {'id': '295', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '296', 'type': 'identifier', 'children': [], 'value': 'find'}, {'id': '297', 'type': 'argument_list', 'children': ['298']}; {'id': '298', 'type': 'identifier', 'children': [], 'value': 'e3fs'}, {'id': '299', 'type': 'unary_operator', 'children': ['300'], 'value': '-'}; {'id': '300', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '301', 'type': 'block', 'children': ['302', '308']}; {'id': '302', 'type': 'expression_statement', 'children': ['303']}, {'id': '303', 'type': 'augmented_assignment', 'children': ['304', '307'], 'value': '+='}; {'id': '304', 'type': 'subscript', 'children': ['305', '306']}, {'id': '305', 'type': 'identifier', 'children': [], 'value': 'd'}; {'id': '306', 'type': 'string', 'children': [], 'value': "'Using'"}, {'id': '307', 'type': 'integer', 'children': [], 'value': '5'}; {'id': '308', 'type': 'break_statement', 'children': []}, {'id': '309', 'type': 'expression_statement', 'children': ['310']}; {'id': '310', 'type': 'assignment', 'children': ['311', '316']}, {'id': '311', 'type': 'subscript', 'children': ['312', '313']}; {'id': '312', 'type': 'identifier', 'children': [], 'value': 'details'}, {'id': '313', 'type': 'subscript', 'children': ['314', '315']}; {'id': '314', 'type': 'identifier', 'children': [], 'value': 'tokens'}, {'id': '315', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '316', 'type': 'identifier', 'children': [], 'value': 'd'}, {'id': '317', 'type': 'return_statement', 'children': ['318']} | def df(unit = 'GB'):
'''A wrapper for the df shell command.'''
details = {}
headers = ['Filesystem', 'Type', 'Size', 'Used', 'Available', 'Capacity', 'MountedOn']
n = len(headers)
unit = df_conversions[unit]
p = subprocess.Popen(args = ['df', '-TP'], stdout = subprocess.PIPE)
stdout, stderr = p.communicate()
lines = stdout.split("\n")
lines[0] = lines[0].replace("Mounted on", "MountedOn").replace("1K-blocks", "Size").replace("1024-blocks", "Size")
assert(lines[0].split() == headers)
lines = [l.strip() for l in lines if l.strip()]
for line in lines[1:]:
tokens = line.split()
if tokens[0] == 'none':
continue
assert(len(tokens) == n)
d = {}
for x in range(1, len(headers)):
d[headers[x]] = tokens[x]
d['Size'] = float(d['Size']) / unit
assert(d['Capacity'].endswith("%"))
d['Use%'] = d['Capacity']
d['Used'] = float(d['Used']) / unit
d['Available'] = float(d['Available']) / unit
d['Using'] = 100*(d['Used']/d['Size'])
if d['Type'].startswith('ext'):
pass
d['Using'] += 5
else:
ext3_filesystems = ['ganon:', 'kortemmelab:', 'albana:']
for e3fs in ext3_filesystems:
if tokens[0].find(e3fs) != -1:
d['Using'] += 5
break
details[tokens[0]] = d
return details |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '7']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'vote_mean'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '6']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'candidates'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'votes'}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'n_winners'}, {'id': '7', 'type': 'block', 'children': ['8', '21', '45', '67', '78', '95', '110', '114', '143']}; {'id': '8', 'type': 'expression_statement', 'children': ['9']}, {'id': '9', 'type': 'assignment', 'children': ['10', '11']}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'sums'}, {'id': '11', 'type': 'dictionary_comprehension', 'children': ['12', '18']}; {'id': '12', 'type': 'pair', 'children': ['13', '17']}, {'id': '13', 'type': 'call', 'children': ['14', '15']}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'str'}, {'id': '15', 'type': 'argument_list', 'children': ['16']}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'candidate'}, {'id': '17', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '18', 'type': 'for_in_clause', 'children': ['19', '20']}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'candidate'}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'candidates'}, {'id': '21', 'type': 'for_statement', 'children': ['22', '23', '24']}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'vote'}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'votes'}; {'id': '24', 'type': 'block', 'children': ['25']}, {'id': '25', 'type': 'for_statement', 'children': ['26', '27', '28']}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'v'}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'vote'}; {'id': '28', 'type': 'block', 'children': ['29']}, {'id': '29', 'type': 'expression_statement', 'children': ['30']}; {'id': '30', 'type': 'call', 'children': ['31', '41']}, {'id': '31', 'type': 'attribute', 'children': ['32', '40']}; {'id': '32', 'type': 'subscript', 'children': ['33', '34']}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'sums'}; {'id': '34', 'type': 'call', 'children': ['35', '36']}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'str'}; {'id': '36', 'type': 'argument_list', 'children': ['37']}, {'id': '37', 'type': 'subscript', 'children': ['38', '39']}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'v'}, {'id': '39', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '41', 'type': 'argument_list', 'children': ['42']}; {'id': '42', 'type': 'subscript', 'children': ['43', '44']}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'v'}; {'id': '44', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '45', 'type': 'for_statement', 'children': ['46', '47', '48']}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 's'}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'sums'}; {'id': '48', 'type': 'block', 'children': ['49']}, {'id': '49', 'type': 'expression_statement', 'children': ['50']}; {'id': '50', 'type': 'assignment', 'children': ['51', '54']}, {'id': '51', 'type': 'subscript', 'children': ['52', '53']}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'sums'}, {'id': '53', 'type': 'identifier', 'children': [], 'value': 's'}; {'id': '54', 'type': 'binary_operator', 'children': ['55', '61'], 'value': '/'}, {'id': '55', 'type': 'call', 'children': ['56', '57']}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'sum'}, {'id': '57', 'type': 'argument_list', 'children': ['58']}; {'id': '58', 'type': 'subscript', 'children': ['59', '60']}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'sums'}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 's'}, {'id': '61', 'type': 'call', 'children': ['62', '63']}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '63', 'type': 'argument_list', 'children': ['64']}; {'id': '64', 'type': 'subscript', 'children': ['65', '66']}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'sums'}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 's'}, {'id': '67', 'type': 'expression_statement', 'children': ['68']}; {'id': '68', 'type': 'assignment', 'children': ['69', '70']}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'ordering'}; {'id': '70', 'type': 'call', 'children': ['71', '72']}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'list'}; {'id': '72', 'type': 'argument_list', 'children': ['73']}, {'id': '73', 'type': 'call', 'children': ['74', '77']}; {'id': '74', 'type': 'attribute', 'children': ['75', '76']}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'sums'}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'items'}, {'id': '77', 'type': 'argument_list', 'children': []}; {'id': '78', 'type': 'expression_statement', 'children': ['79']}, {'id': '79', 'type': 'call', 'children': ['80', '83']}; {'id': '80', 'type': 'attribute', 'children': ['81', '82']}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'ordering'}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'sort'}, {'id': '83', 'type': 'argument_list', 'children': ['84', '92']}; {'id': '84', 'type': 'keyword_argument', 'children': ['85', '86']}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'key'}; {'id': '86', 'type': 'call', 'children': ['87', '90']}, {'id': '87', 'type': 'attribute', 'children': ['88', '89']}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'operator'}, {'id': '89', 'type': 'identifier', 'children': [], 'value': 'itemgetter'}; {'id': '90', 'type': 'argument_list', 'children': ['91']}, {'id': '91', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '92', 'type': 'keyword_argument', 'children': ['93', '94']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'reverse'}; {'id': '94', 'type': 'True', 'children': []}, {'id': '95', 'type': 'expression_statement', 'children': ['96']}; {'id': '96', 'type': 'assignment', 'children': ['97', '98']}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'best'}; {'id': '98', 'type': 'subscript', 'children': ['99', '100']}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'ordering'}; {'id': '100', 'type': 'slice', 'children': ['101', '102']}, {'id': '101', 'type': 'colon', 'children': []}; {'id': '102', 'type': 'call', 'children': ['103', '104']}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'min'}; {'id': '104', 'type': 'argument_list', 'children': ['105', '106']}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'n_winners'}; {'id': '106', 'type': 'call', 'children': ['107', '108']}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '108', 'type': 'argument_list', 'children': ['109']}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'ordering'}; {'id': '110', 'type': 'expression_statement', 'children': ['111']}, {'id': '111', 'type': 'assignment', 'children': ['112', '113']}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'd'}, {'id': '113', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '114', 'type': 'for_statement', 'children': ['115', '116', '117']}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'e'}; {'id': '116', 'type': 'identifier', 'children': [], 'value': 'best'}, {'id': '117', 'type': 'block', 'children': ['118']}; {'id': '118', 'type': 'for_statement', 'children': ['119', '120', '121']}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'c'}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'candidates'}, {'id': '121', 'type': 'block', 'children': ['122']}; {'id': '122', 'type': 'if_statement', 'children': ['123', '131']}, {'id': '123', 'type': 'comparison_operator', 'children': ['124', '128'], 'value': '=='}; {'id': '124', 'type': 'call', 'children': ['125', '126']}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'str'}; {'id': '126', 'type': 'argument_list', 'children': ['127']}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'c'}; {'id': '128', 'type': 'subscript', 'children': ['129', '130']}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'e'}; {'id': '130', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '131', 'type': 'block', 'children': ['132']}; {'id': '132', 'type': 'expression_statement', 'children': ['133']}, {'id': '133', 'type': 'call', 'children': ['134', '137']}; {'id': '134', 'type': 'attribute', 'children': ['135', '136']}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'd'}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '137', 'type': 'argument_list', 'children': ['138']}; {'id': '138', 'type': 'tuple', 'children': ['139', '140']}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'c'}; {'id': '140', 'type': 'subscript', 'children': ['141', '142']}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'e'}; {'id': '142', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '143', 'type': 'return_statement', 'children': ['144']} | def vote_mean(candidates, votes, n_winners):
sums = {str(candidate): [] for candidate in candidates}
for vote in votes:
for v in vote:
sums[str(v[0])].append(v[1])
for s in sums:
sums[s] = sum(sums[s]) / len(sums[s])
ordering = list(sums.items())
ordering.sort(key=operator.itemgetter(1), reverse=True)
best = ordering[:min(n_winners, len(ordering))]
d = []
for e in best:
for c in candidates:
if str(c) == e[0]:
d.append((c, e[1]))
return d |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '6']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'vote'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'candidates'}; {'id': '6', 'type': 'block', 'children': ['7', '24', '41']}, {'id': '7', 'type': 'expression_statement', 'children': ['8']}; {'id': '8', 'type': 'assignment', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'ranks'}; {'id': '10', 'type': 'list_comprehension', 'children': ['11', '21']}, {'id': '11', 'type': 'tuple', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'c'}, {'id': '13', 'type': 'subscript', 'children': ['14', '20']}; {'id': '14', 'type': 'call', 'children': ['15', '18']}, {'id': '15', 'type': 'attribute', 'children': ['16', '17']}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'evaluate'}; {'id': '18', 'type': 'argument_list', 'children': ['19']}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'c'}; {'id': '20', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '21', 'type': 'for_in_clause', 'children': ['22', '23']}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'c'}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'candidates'}; {'id': '24', 'type': 'expression_statement', 'children': ['25']}, {'id': '25', 'type': 'call', 'children': ['26', '29']}; {'id': '26', 'type': 'attribute', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'ranks'}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'sort'}, {'id': '29', 'type': 'argument_list', 'children': ['30', '38']}; {'id': '30', 'type': 'keyword_argument', 'children': ['31', '32']}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'key'}; {'id': '32', 'type': 'call', 'children': ['33', '36']}, {'id': '33', 'type': 'attribute', 'children': ['34', '35']}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'operator'}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'itemgetter'}; {'id': '36', 'type': 'argument_list', 'children': ['37']}, {'id': '37', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '38', 'type': 'keyword_argument', 'children': ['39', '40']}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'reverse'}; {'id': '40', 'type': 'True', 'children': []}, {'id': '41', 'type': 'return_statement', 'children': ['42']} | def vote(self, candidates):
ranks = [(c, self.evaluate(c)[0]) for c in candidates]
ranks.sort(key=operator.itemgetter(1), reverse=True)
return ranks |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '6']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'gather_votes'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'candidates'}; {'id': '6', 'type': 'block', 'children': ['7', '11', '38']}, {'id': '7', 'type': 'expression_statement', 'children': ['8']}; {'id': '8', 'type': 'assignment', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'votes'}; {'id': '10', 'type': 'list', 'children': [], 'value': '[]'}, {'id': '11', 'type': 'for_statement', 'children': ['12', '13', '21']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'a'}, {'id': '13', 'type': 'call', 'children': ['14', '17']}; {'id': '14', 'type': 'attribute', 'children': ['15', '16']}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'get_agents'}, {'id': '17', 'type': 'argument_list', 'children': ['18']}; {'id': '18', 'type': 'keyword_argument', 'children': ['19', '20']}, {'id': '19', 'type': 'identifier', 'children': [], 'value': 'addr'}; {'id': '20', 'type': 'False', 'children': []}, {'id': '21', 'type': 'block', 'children': ['22', '31']}; {'id': '22', 'type': 'expression_statement', 'children': ['23']}, {'id': '23', 'type': 'assignment', 'children': ['24', '25']}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'vote'}, {'id': '25', 'type': 'call', 'children': ['26', '29']}; {'id': '26', 'type': 'attribute', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'a'}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'vote'}, {'id': '29', 'type': 'argument_list', 'children': ['30']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'candidates'}, {'id': '31', 'type': 'expression_statement', 'children': ['32']}; {'id': '32', 'type': 'call', 'children': ['33', '36']}, {'id': '33', 'type': 'attribute', 'children': ['34', '35']}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'votes'}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '36', 'type': 'argument_list', 'children': ['37']}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'vote'}; {'id': '38', 'type': 'return_statement', 'children': ['39']}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'votes'} | def gather_votes(self, candidates):
votes = []
for a in self.get_agents(addr=False):
vote = a.vote(candidates)
votes.append(vote)
return votes |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '7']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'install_dependencies'}, {'id': '3', 'type': 'parameters', 'children': ['4']}; {'id': '4', 'type': 'default_parameter', 'children': ['5', '6']}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'feature'}; {'id': '6', 'type': 'None', 'children': []}, {'id': '7', 'type': 'block', 'children': ['8', '11', '19', '29', '49', '106', '116', '128', '159', '168', '176', '191', '207', '344']}; {'id': '8', 'type': 'import_statement', 'children': ['9']}, {'id': '9', 'type': 'dotted_name', 'children': ['10']}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'subprocess'}, {'id': '11', 'type': 'expression_statement', 'children': ['12']}; {'id': '12', 'type': 'call', 'children': ['13', '14']}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'echo'}; {'id': '14', 'type': 'argument_list', 'children': ['15']}, {'id': '15', 'type': 'call', 'children': ['16', '17']}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'green'}, {'id': '17', 'type': 'argument_list', 'children': ['18']}; {'id': '18', 'type': 'string', 'children': [], 'value': "'\\nInstall dependencies:'"}, {'id': '19', 'type': 'expression_statement', 'children': ['20']}; {'id': '20', 'type': 'call', 'children': ['21', '22']}, {'id': '21', 'type': 'identifier', 'children': [], 'value': 'echo'}; {'id': '22', 'type': 'argument_list', 'children': ['23']}, {'id': '23', 'type': 'call', 'children': ['24', '25']}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'green'}, {'id': '25', 'type': 'argument_list', 'children': ['26']}; {'id': '26', 'type': 'binary_operator', 'children': ['27', '28'], 'value': '*'}, {'id': '27', 'type': 'string', 'children': [], 'value': "'-'"}; {'id': '28', 'type': 'integer', 'children': [], 'value': '40'}, {'id': '29', 'type': 'expression_statement', 'children': ['30']}; {'id': '30', 'type': 'assignment', 'children': ['31', '32']}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'req_path'}; {'id': '32', 'type': 'call', 'children': ['33', '38']}, {'id': '33', 'type': 'attribute', 'children': ['34', '37']}; {'id': '34', 'type': 'attribute', 'children': ['35', '36']}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'realpath'}; {'id': '38', 'type': 'argument_list', 'children': ['39']}, {'id': '39', 'type': 'binary_operator', 'children': ['40', '48'], 'value': '+'}; {'id': '40', 'type': 'call', 'children': ['41', '46']}, {'id': '41', 'type': 'attribute', 'children': ['42', '45']}; {'id': '42', 'type': 'attribute', 'children': ['43', '44']}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'dirname'}; {'id': '46', 'type': 'argument_list', 'children': ['47']}, {'id': '47', 'type': 'identifier', 'children': [], 'value': '__file__'}; {'id': '48', 'type': 'string', 'children': [], 'value': "'/../_requirements'"}, {'id': '49', 'type': 'if_statement', 'children': ['50', '52']}; {'id': '50', 'type': 'not_operator', 'children': ['51']}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'feature'}; {'id': '52', 'type': 'block', 'children': ['53', '61', '101', '105']}, {'id': '53', 'type': 'expression_statement', 'children': ['54']}; {'id': '54', 'type': 'call', 'children': ['55', '56']}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'echo'}; {'id': '56', 'type': 'argument_list', 'children': ['57']}, {'id': '57', 'type': 'call', 'children': ['58', '59']}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'yellow'}, {'id': '59', 'type': 'argument_list', 'children': ['60']}; {'id': '60', 'type': 'string', 'children': [], 'value': "'Please specify a feature to install. \\n'"}, {'id': '61', 'type': 'for_statement', 'children': ['62', '65', '74']}; {'id': '62', 'type': 'pattern_list', 'children': ['63', '64']}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'index'}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'item'}, {'id': '65', 'type': 'call', 'children': ['66', '67']}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'enumerate'}, {'id': '67', 'type': 'argument_list', 'children': ['68']}; {'id': '68', 'type': 'call', 'children': ['69', '72']}, {'id': '69', 'type': 'attribute', 'children': ['70', '71']}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'listdir'}; {'id': '72', 'type': 'argument_list', 'children': ['73']}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'req_path'}; {'id': '74', 'type': 'block', 'children': ['75', '85']}, {'id': '75', 'type': 'expression_statement', 'children': ['76']}; {'id': '76', 'type': 'assignment', 'children': ['77', '78']}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'item'}; {'id': '78', 'type': 'call', 'children': ['79', '82']}, {'id': '79', 'type': 'attribute', 'children': ['80', '81']}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'item'}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'replace'}; {'id': '82', 'type': 'argument_list', 'children': ['83', '84']}, {'id': '83', 'type': 'string', 'children': [], 'value': "'.txt'"}; {'id': '84', 'type': 'string', 'children': [], 'value': "''"}, {'id': '85', 'type': 'expression_statement', 'children': ['86']}; {'id': '86', 'type': 'call', 'children': ['87', '88']}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'echo'}; {'id': '88', 'type': 'argument_list', 'children': ['89']}, {'id': '89', 'type': 'call', 'children': ['90', '91']}; {'id': '90', 'type': 'identifier', 'children': [], 'value': 'green'}, {'id': '91', 'type': 'argument_list', 'children': ['92']}; {'id': '92', 'type': 'call', 'children': ['93', '96']}, {'id': '93', 'type': 'attribute', 'children': ['94', '95']}; {'id': '94', 'type': 'string', 'children': [], 'value': "'{}. {}'"}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '96', 'type': 'argument_list', 'children': ['97', '100']}, {'id': '97', 'type': 'binary_operator', 'children': ['98', '99'], 'value': '+'}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'index'}, {'id': '99', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'item'}, {'id': '101', 'type': 'expression_statement', 'children': ['102']}; {'id': '102', 'type': 'call', 'children': ['103', '104']}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'echo'}; {'id': '104', 'type': 'argument_list', 'children': []}, {'id': '105', 'type': 'return_statement', 'children': []}; {'id': '106', 'type': 'expression_statement', 'children': ['107']}, {'id': '107', 'type': 'assignment', 'children': ['108', '109']}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'feature_file'}, {'id': '109', 'type': 'binary_operator', 'children': ['110', '115'], 'value': '+'}; {'id': '110', 'type': 'call', 'children': ['111', '114']}, {'id': '111', 'type': 'attribute', 'children': ['112', '113']}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'feature'}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'lower'}; {'id': '114', 'type': 'argument_list', 'children': []}, {'id': '115', 'type': 'string', 'children': [], 'value': "'.txt'"}; {'id': '116', 'type': 'expression_statement', 'children': ['117']}, {'id': '117', 'type': 'assignment', 'children': ['118', '119']}; {'id': '118', 'type': 'identifier', 'children': [], 'value': 'feature_reqs'}, {'id': '119', 'type': 'call', 'children': ['120', '125']}; {'id': '120', 'type': 'attribute', 'children': ['121', '124']}, {'id': '121', 'type': 'attribute', 'children': ['122', '123']}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'join'}, {'id': '125', 'type': 'argument_list', 'children': ['126', '127']}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'req_path'}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'feature_file'}; {'id': '128', 'type': 'if_statement', 'children': ['129', '138']}, {'id': '129', 'type': 'not_operator', 'children': ['130']}; {'id': '130', 'type': 'call', 'children': ['131', '136']}, {'id': '131', 'type': 'attribute', 'children': ['132', '135']}; {'id': '132', 'type': 'attribute', 'children': ['133', '134']}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'isfile'}; {'id': '136', 'type': 'argument_list', 'children': ['137']}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'feature_reqs'}; {'id': '138', 'type': 'block', 'children': ['139', '143', '158']}, {'id': '139', 'type': 'expression_statement', 'children': ['140']}; {'id': '140', 'type': 'assignment', 'children': ['141', '142']}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'msg'}; {'id': '142', 'type': 'string', 'children': [], 'value': "'Unable to locate feature requirements file [{}]'"}, {'id': '143', 'type': 'expression_statement', 'children': ['144']}; {'id': '144', 'type': 'call', 'children': ['145', '146']}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'echo'}; {'id': '146', 'type': 'argument_list', 'children': ['147']}, {'id': '147', 'type': 'binary_operator', 'children': ['148', '157'], 'value': '+'}; {'id': '148', 'type': 'call', 'children': ['149', '150']}, {'id': '149', 'type': 'identifier', 'children': [], 'value': 'red'}; {'id': '150', 'type': 'argument_list', 'children': ['151']}, {'id': '151', 'type': 'call', 'children': ['152', '155']}; {'id': '152', 'type': 'attribute', 'children': ['153', '154']}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 'msg'}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'format'}, {'id': '155', 'type': 'argument_list', 'children': ['156']}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'feature_file'}, {'id': '157', 'type': 'string', 'children': [], 'value': "'\\n'"}; {'id': '158', 'type': 'return_statement', 'children': []}, {'id': '159', 'type': 'expression_statement', 'children': ['160']}; {'id': '160', 'type': 'assignment', 'children': ['161', '162']}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'msg'}; {'id': '162', 'type': 'call', 'children': ['163', '166']}, {'id': '163', 'type': 'attribute', 'children': ['164', '165']}; {'id': '164', 'type': 'string', 'children': [], 'value': '\'Now installing dependencies for "{}" feature...\''}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '166', 'type': 'argument_list', 'children': ['167']}, {'id': '167', 'type': 'identifier', 'children': [], 'value': 'feature'}; {'id': '168', 'type': 'expression_statement', 'children': ['169']}, {'id': '169', 'type': 'call', 'children': ['170', '171']}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'echo'}, {'id': '171', 'type': 'argument_list', 'children': ['172']}; {'id': '172', 'type': 'call', 'children': ['173', '174']}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'yellow'}; {'id': '174', 'type': 'argument_list', 'children': ['175']}, {'id': '175', 'type': 'identifier', 'children': [], 'value': 'msg'}; {'id': '176', 'type': 'expression_statement', 'children': ['177']}, {'id': '177', 'type': 'call', 'children': ['178', '181']}; {'id': '178', 'type': 'attribute', 'children': ['179', '180']}, {'id': '179', 'type': 'identifier', 'children': [], 'value': 'subprocess'}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'check_call'}, {'id': '181', 'type': 'argument_list', 'children': ['182']}; {'id': '182', 'type': 'list', 'children': ['183', '186', '187', '188', '189', '190'], 'value': "[\n sys.executable, '-m', 'pip', 'install', '-r', feature_reqs]"}, {'id': '183', 'type': 'attribute', 'children': ['184', '185']}; {'id': '184', 'type': 'identifier', 'children': [], 'value': 'sys'}, {'id': '185', 'type': 'identifier', 'children': [], 'value': 'executable'}; {'id': '186', 'type': 'string', 'children': [], 'value': "'-m'"}, {'id': '187', 'type': 'string', 'children': [], 'value': "'pip'"}; {'id': '188', 'type': 'string', 'children': [], 'value': "'install'"}, {'id': '189', 'type': 'string', 'children': [], 'value': "'-r'"}; {'id': '190', 'type': 'identifier', 'children': [], 'value': 'feature_reqs'}, {'id': '191', 'type': 'expression_statement', 'children': ['192']}; {'id': '192', 'type': 'assignment', 'children': ['193', '194']}, {'id': '193', 'type': 'identifier', 'children': [], 'value': 'reqs'}; {'id': '194', 'type': 'call', 'children': ['195', '200']}, {'id': '195', 'type': 'attribute', 'children': ['196', '199']}; {'id': '196', 'type': 'attribute', 'children': ['197', '198']}, {'id': '197', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '198', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'join'}; {'id': '200', 'type': 'argument_list', 'children': ['201', '206']}, {'id': '201', 'type': 'call', 'children': ['202', '205']}; {'id': '202', 'type': 'attribute', 'children': ['203', '204']}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '204', 'type': 'identifier', 'children': [], 'value': 'getcwd'}, {'id': '205', 'type': 'argument_list', 'children': []}; {'id': '206', 'type': 'string', 'children': [], 'value': "'requirements.txt'"}, {'id': '207', 'type': 'if_statement', 'children': ['208', '216']}; {'id': '208', 'type': 'call', 'children': ['209', '214']}, {'id': '209', 'type': 'attribute', 'children': ['210', '213']}; {'id': '210', 'type': 'attribute', 'children': ['211', '212']}, {'id': '211', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '212', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '213', 'type': 'identifier', 'children': [], 'value': 'exists'}; {'id': '214', 'type': 'argument_list', 'children': ['215']}, {'id': '215', 'type': 'identifier', 'children': [], 'value': 'reqs'}; {'id': '216', 'type': 'block', 'children': ['217', '253', '258', '325']}, {'id': '217', 'type': 'with_statement', 'children': ['218', '227']}; {'id': '218', 'type': 'with_clause', 'children': ['219']}, {'id': '219', 'type': 'with_item', 'children': ['220']}; {'id': '220', 'type': 'as_pattern', 'children': ['221', '225']}, {'id': '221', 'type': 'call', 'children': ['222', '223']}; {'id': '222', 'type': 'identifier', 'children': [], 'value': 'open'}, {'id': '223', 'type': 'argument_list', 'children': ['224']}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'reqs'}, {'id': '225', 'type': 'as_pattern_target', 'children': ['226']}; {'id': '226', 'type': 'identifier', 'children': [], 'value': 'file'}, {'id': '227', 'type': 'block', 'children': ['228']}; {'id': '228', 'type': 'expression_statement', 'children': ['229']}, {'id': '229', 'type': 'assignment', 'children': ['230', '231']}; {'id': '230', 'type': 'identifier', 'children': [], 'value': 'existing'}, {'id': '231', 'type': 'list_comprehension', 'children': ['232', '244', '251']}; {'id': '232', 'type': 'subscript', 'children': ['233', '243']}, {'id': '233', 'type': 'call', 'children': ['234', '241']}; {'id': '234', 'type': 'attribute', 'children': ['235', '240']}, {'id': '235', 'type': 'call', 'children': ['236', '239']}; {'id': '236', 'type': 'attribute', 'children': ['237', '238']}, {'id': '237', 'type': 'identifier', 'children': [], 'value': 'x'}; {'id': '238', 'type': 'identifier', 'children': [], 'value': 'strip'}, {'id': '239', 'type': 'argument_list', 'children': []}; {'id': '240', 'type': 'identifier', 'children': [], 'value': 'split'}, {'id': '241', 'type': 'argument_list', 'children': ['242']}; {'id': '242', 'type': 'string', 'children': [], 'value': "'=='"}, {'id': '243', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '244', 'type': 'for_in_clause', 'children': ['245', '246']}, {'id': '245', 'type': 'identifier', 'children': [], 'value': 'x'}; {'id': '246', 'type': 'call', 'children': ['247', '250']}, {'id': '247', 'type': 'attribute', 'children': ['248', '249']}; {'id': '248', 'type': 'identifier', 'children': [], 'value': 'file'}, {'id': '249', 'type': 'identifier', 'children': [], 'value': 'readlines'}; {'id': '250', 'type': 'argument_list', 'children': []}, {'id': '251', 'type': 'if_clause', 'children': ['252']}; {'id': '252', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '253', 'type': 'expression_statement', 'children': ['254']}; {'id': '254', 'type': 'assignment', 'children': ['255', '256']}, {'id': '255', 'type': 'identifier', 'children': [], 'value': 'lines'}; {'id': '256', 'type': 'list', 'children': ['257'], 'value': "['\\n']"}, {'id': '257', 'type': 'string', 'children': [], 'value': "'\\n'"}; {'id': '258', 'type': 'with_statement', 'children': ['259', '268']}, {'id': '259', 'type': 'with_clause', 'children': ['260']}; {'id': '260', 'type': 'with_item', 'children': ['261']}, {'id': '261', 'type': 'as_pattern', 'children': ['262', '266']}; {'id': '262', 'type': 'call', 'children': ['263', '264']}, {'id': '263', 'type': 'identifier', 'children': [], 'value': 'open'}; {'id': '264', 'type': 'argument_list', 'children': ['265']}, {'id': '265', 'type': 'identifier', 'children': [], 'value': 'feature_reqs'}; {'id': '266', 'type': 'as_pattern_target', 'children': ['267']}, {'id': '267', 'type': 'identifier', 'children': [], 'value': 'file'}; {'id': '268', 'type': 'block', 'children': ['269', '277']}, {'id': '269', 'type': 'expression_statement', 'children': ['270']}; {'id': '270', 'type': 'assignment', 'children': ['271', '272']}, {'id': '271', 'type': 'identifier', 'children': [], 'value': 'incoming'}; {'id': '272', 'type': 'call', 'children': ['273', '276']}, {'id': '273', 'type': 'attribute', 'children': ['274', '275']}; {'id': '274', 'type': 'identifier', 'children': [], 'value': 'file'}, {'id': '275', 'type': 'identifier', 'children': [], 'value': 'readlines'}; {'id': '276', 'type': 'argument_list', 'children': []}, {'id': '277', 'type': 'for_statement', 'children': ['278', '279', '280']}; {'id': '278', 'type': 'identifier', 'children': [], 'value': 'line'}, {'id': '279', 'type': 'identifier', 'children': [], 'value': 'incoming'}; {'id': '280', 'type': 'block', 'children': ['281']}, {'id': '281', 'type': 'if_statement', 'children': ['282', '292', '317']}; {'id': '282', 'type': 'boolean_operator', 'children': ['283', '289'], 'value': 'or'}, {'id': '283', 'type': 'not_operator', 'children': ['284']}; {'id': '284', 'type': 'parenthesized_expression', 'children': ['285']}, {'id': '285', 'type': 'call', 'children': ['286', '287']}; {'id': '286', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '287', 'type': 'argument_list', 'children': ['288']}; {'id': '288', 'type': 'identifier', 'children': [], 'value': 'line'}, {'id': '289', 'type': 'attribute', 'children': ['290', '291']}; {'id': '290', 'type': 'identifier', 'children': [], 'value': 'line'}, {'id': '291', 'type': 'identifier', 'children': [], 'value': 'startswith'}; {'id': '292', 'type': 'ERROR', 'children': ['293', '301', '302', '314']}, {'id': '293', 'type': 'ERROR', 'children': ['294', '300']}; {'id': '294', 'type': 'call', 'children': ['295', '298']}, {'id': '295', 'type': 'attribute', 'children': ['296', '297']}; {'id': '296', 'type': 'identifier', 'children': [], 'value': 'lines'}, {'id': '297', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '298', 'type': 'argument_list', 'children': ['299']}, {'id': '299', 'type': 'identifier', 'children': [], 'value': 'line'}; {'id': '300', 'type': 'identifier', 'children': [], 'value': 'continue'}, {'id': '301', 'type': 'identifier', 'children': [], 'value': 'package'}; {'id': '302', 'type': 'subscript', 'children': ['303', '313']}, {'id': '303', 'type': 'call', 'children': ['304', '311']}; {'id': '304', 'type': 'attribute', 'children': ['305', '310']}, {'id': '305', 'type': 'call', 'children': ['306', '309']}; {'id': '306', 'type': 'attribute', 'children': ['307', '308']}, {'id': '307', 'type': 'identifier', 'children': [], 'value': 'line'}; {'id': '308', 'type': 'identifier', 'children': [], 'value': 'strip'}, {'id': '309', 'type': 'argument_list', 'children': []}; {'id': '310', 'type': 'identifier', 'children': [], 'value': 'split'}, {'id': '311', 'type': 'argument_list', 'children': ['312']}; {'id': '312', 'type': 'string', 'children': [], 'value': "'=='"}, {'id': '313', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '314', 'type': 'comparison_operator', 'children': ['315', '316'], 'value': 'not'}, {'id': '315', 'type': 'identifier', 'children': [], 'value': 'package'}; {'id': '316', 'type': 'identifier', 'children': [], 'value': 'existing'}, {'id': '317', 'type': 'block', 'children': ['318']}; {'id': '318', 'type': 'expression_statement', 'children': ['319']}, {'id': '319', 'type': 'call', 'children': ['320', '323']}; {'id': '320', 'type': 'attribute', 'children': ['321', '322']}, {'id': '321', 'type': 'identifier', 'children': [], 'value': 'lines'}; {'id': '322', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '323', 'type': 'argument_list', 'children': ['324']}; {'id': '324', 'type': 'identifier', 'children': [], 'value': 'line'}, {'id': '325', 'type': 'with_statement', 'children': ['326', '336']}; {'id': '326', 'type': 'with_clause', 'children': ['327']}, {'id': '327', 'type': 'with_item', 'children': ['328']}; {'id': '328', 'type': 'as_pattern', 'children': ['329', '334']}, {'id': '329', 'type': 'call', 'children': ['330', '331']}; {'id': '330', 'type': 'identifier', 'children': [], 'value': 'open'}, {'id': '331', 'type': 'argument_list', 'children': ['332', '333']}; {'id': '332', 'type': 'identifier', 'children': [], 'value': 'reqs'}, {'id': '333', 'type': 'string', 'children': [], 'value': "'a'"}; {'id': '334', 'type': 'as_pattern_target', 'children': ['335']}, {'id': '335', 'type': 'identifier', 'children': [], 'value': 'file'}; {'id': '336', 'type': 'block', 'children': ['337']}, {'id': '337', 'type': 'expression_statement', 'children': ['338']}; {'id': '338', 'type': 'call', 'children': ['339', '342']}, {'id': '339', 'type': 'attribute', 'children': ['340', '341']}; {'id': '340', 'type': 'identifier', 'children': [], 'value': 'file'}, {'id': '341', 'type': 'identifier', 'children': [], 'value': 'writelines'}; {'id': '342', 'type': 'argument_list', 'children': ['343']}, {'id': '343', 'type': 'identifier', 'children': [], 'value': 'lines'}; {'id': '344', 'type': 'expression_statement', 'children': ['345']}, {'id': '345', 'type': 'call', 'children': ['346', '347']}; {'id': '346', 'type': 'identifier', 'children': [], 'value': 'echo'}, {'id': '347', 'type': 'argument_list', 'children': ['348']}; {'id': '348', 'type': 'call', 'children': ['349', '350']}, {'id': '349', 'type': 'identifier', 'children': [], 'value': 'green'}; {'id': '350', 'type': 'argument_list', 'children': ['351']}, {'id': '351', 'type': 'string', 'children': [], 'value': "'DONE\\n'"} | def install_dependencies(feature=None):
import subprocess
echo(green('\nInstall dependencies:'))
echo(green('-' * 40))
req_path = os.path.realpath(os.path.dirname(__file__) + '/../_requirements')
if not feature:
echo(yellow('Please specify a feature to install. \n'))
for index, item in enumerate(os.listdir(req_path)):
item = item.replace('.txt', '')
echo(green('{}. {}'.format(index + 1, item)))
echo()
return
feature_file = feature.lower() + '.txt'
feature_reqs = os.path.join(req_path, feature_file)
if not os.path.isfile(feature_reqs):
msg = 'Unable to locate feature requirements file [{}]'
echo(red(msg.format(feature_file)) + '\n')
return
msg = 'Now installing dependencies for "{}" feature...'.format(feature)
echo(yellow(msg))
subprocess.check_call([
sys.executable, '-m', 'pip', 'install', '-r', feature_reqs]
)
reqs = os.path.join(os.getcwd(), 'requirements.txt')
if os.path.exists(reqs):
with open(reqs) as file:
existing = [x.strip().split('==')[0] for x in file.readlines() if x]
lines = ['\n']
with open(feature_reqs) as file:
incoming = file.readlines()
for line in incoming:
if not(len(line)) or line.startswith('
lines.append(line)
continue
package = line.strip().split('==')[0]
if package not in existing:
lines.append(line)
with open(reqs, 'a') as file:
file.writelines(lines)
echo(green('DONE\n')) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '6']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'resolve_handler'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'request'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'view_handlers'}; {'id': '6', 'type': 'block', 'children': ['7', '11', '50', '57', '63', '69', '135', '141', '147', '176', '199', '205', '222', '233', '250']}, {'id': '7', 'type': 'expression_statement', 'children': ['8']}; {'id': '8', 'type': 'assignment', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'view'}; {'id': '10', 'type': 'None', 'children': []}, {'id': '11', 'type': 'if_statement', 'children': ['12', '15']}; {'id': '12', 'type': 'attribute', 'children': ['13', '14']}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'request'}; {'id': '14', 'type': 'identifier', 'children': [], 'value': '_context'}, {'id': '15', 'type': 'block', 'children': ['16', '29']}; {'id': '16', 'type': 'expression_statement', 'children': ['17']}, {'id': '17', 'type': 'assignment', 'children': ['18', '19']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'route_name'}, {'id': '19', 'type': 'attribute', 'children': ['20', '28']}; {'id': '20', 'type': 'attribute', 'children': ['21', '27']}, {'id': '21', 'type': 'subscript', 'children': ['22', '25']}; {'id': '22', 'type': 'attribute', 'children': ['23', '24']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'request'}; {'id': '24', 'type': 'identifier', 'children': [], 'value': '_context'}, {'id': '25', 'type': 'unary_operator', 'children': ['26'], 'value': '-'}; {'id': '26', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'route'}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '29', 'type': 'if_statement', 'children': ['30', '35']}; {'id': '30', 'type': 'boolean_operator', 'children': ['31', '32'], 'value': 'and'}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'route_name'}; {'id': '32', 'type': 'comparison_operator', 'children': ['33', '34'], 'value': 'in'}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'VIEW_SEPARATOR'}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'route_name'}, {'id': '35', 'type': 'block', 'children': ['36']}; {'id': '36', 'type': 'expression_statement', 'children': ['37']}, {'id': '37', 'type': 'assignment', 'children': ['38', '39']}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'view'}, {'id': '39', 'type': 'boolean_operator', 'children': ['40', '49'], 'value': 'or'}; {'id': '40', 'type': 'subscript', 'children': ['41', '48']}, {'id': '41', 'type': 'call', 'children': ['42', '45']}; {'id': '42', 'type': 'attribute', 'children': ['43', '44']}, {'id': '43', 'type': 'identifier', 'children': [], 'value': 'route_name'}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'split'}, {'id': '45', 'type': 'argument_list', 'children': ['46', '47']}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'VIEW_SEPARATOR'}, {'id': '47', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '48', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '49', 'type': 'None', 'children': []}; {'id': '50', 'type': 'if_statement', 'children': ['51', '54']}, {'id': '51', 'type': 'comparison_operator', 'children': ['52', '53'], 'value': 'not'}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'view'}, {'id': '53', 'type': 'identifier', 'children': [], 'value': 'view_handlers'}; {'id': '54', 'type': 'block', 'children': ['55']}, {'id': '55', 'type': 'raise_statement', 'children': ['56']}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'NotFound'}, {'id': '57', 'type': 'expression_statement', 'children': ['58']}; {'id': '58', 'type': 'assignment', 'children': ['59', '60']}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'method_handlers'}; {'id': '60', 'type': 'subscript', 'children': ['61', '62']}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'view_handlers'}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'view'}, {'id': '63', 'type': 'expression_statement', 'children': ['64']}; {'id': '64', 'type': 'assignment', 'children': ['65', '66']}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'verb'}; {'id': '66', 'type': 'attribute', 'children': ['67', '68']}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'request'}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'method'}, {'id': '69', 'type': 'if_statement', 'children': ['70', '73']}; {'id': '70', 'type': 'comparison_operator', 'children': ['71', '72'], 'value': 'not'}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'verb'}; {'id': '72', 'type': 'identifier', 'children': [], 'value': 'method_handlers'}, {'id': '73', 'type': 'block', 'children': ['74']}; {'id': '74', 'type': 'if_statement', 'children': ['75', '82', '87']}, {'id': '75', 'type': 'boolean_operator', 'children': ['76', '79'], 'value': 'and'}; {'id': '76', 'type': 'comparison_operator', 'children': ['77', '78'], 'value': '=='}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'verb'}; {'id': '78', 'type': 'string', 'children': [], 'value': "'HEAD'"}, {'id': '79', 'type': 'comparison_operator', 'children': ['80', '81'], 'value': 'in'}; {'id': '80', 'type': 'string', 'children': [], 'value': "'GET'"}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'method_handlers'}; {'id': '82', 'type': 'block', 'children': ['83']}, {'id': '83', 'type': 'expression_statement', 'children': ['84']}; {'id': '84', 'type': 'assignment', 'children': ['85', '86']}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'verb'}; {'id': '86', 'type': 'string', 'children': [], 'value': "'GET'"}, {'id': '87', 'type': 'else_clause', 'children': ['88']}; {'id': '88', 'type': 'block', 'children': ['89', '100', '116', '128']}, {'id': '89', 'type': 'expression_statement', 'children': ['90']}; {'id': '90', 'type': 'assignment', 'children': ['91', '92']}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'allowed_methods'}; {'id': '92', 'type': 'call', 'children': ['93', '94']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'set'}; {'id': '94', 'type': 'argument_list', 'children': ['95']}, {'id': '95', 'type': 'call', 'children': ['96', '99']}; {'id': '96', 'type': 'attribute', 'children': ['97', '98']}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'method_handlers'}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'keys'}, {'id': '99', 'type': 'argument_list', 'children': []}; {'id': '100', 'type': 'if_statement', 'children': ['101', '108']}, {'id': '101', 'type': 'boolean_operator', 'children': ['102', '105'], 'value': 'and'}; {'id': '102', 'type': 'comparison_operator', 'children': ['103', '104'], 'value': 'not'}, {'id': '103', 'type': 'string', 'children': [], 'value': "'HEAD'"}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'allowed_methods'}, {'id': '105', 'type': 'comparison_operator', 'children': ['106', '107'], 'value': 'in'}; {'id': '106', 'type': 'string', 'children': [], 'value': "'GET'"}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'allowed_methods'}; {'id': '108', 'type': 'block', 'children': ['109']}, {'id': '109', 'type': 'expression_statement', 'children': ['110']}; {'id': '110', 'type': 'call', 'children': ['111', '114']}, {'id': '111', 'type': 'attribute', 'children': ['112', '113']}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'allowed_methods'}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'add'}; {'id': '114', 'type': 'argument_list', 'children': ['115']}, {'id': '115', 'type': 'string', 'children': [], 'value': "'HEAD'"}; {'id': '116', 'type': 'expression_statement', 'children': ['117']}, {'id': '117', 'type': 'assignment', 'children': ['118', '119']}; {'id': '118', 'type': 'identifier', 'children': [], 'value': 'allow'}, {'id': '119', 'type': 'call', 'children': ['120', '123']}; {'id': '120', 'type': 'attribute', 'children': ['121', '122']}, {'id': '121', 'type': 'string', 'children': [], 'value': "', '"}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'join'}, {'id': '123', 'type': 'argument_list', 'children': ['124']}; {'id': '124', 'type': 'call', 'children': ['125', '126']}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'sorted'}; {'id': '126', 'type': 'argument_list', 'children': ['127']}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'allowed_methods'}; {'id': '128', 'type': 'raise_statement', 'children': ['129']}, {'id': '129', 'type': 'call', 'children': ['130', '131']}; {'id': '130', 'type': 'identifier', 'children': [], 'value': 'MethodNotAllowed'}, {'id': '131', 'type': 'argument_list', 'children': ['132']}; {'id': '132', 'type': 'keyword_argument', 'children': ['133', '134']}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'allow'}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'allow'}, {'id': '135', 'type': 'expression_statement', 'children': ['136']}; {'id': '136', 'type': 'assignment', 'children': ['137', '138']}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'handlers'}; {'id': '138', 'type': 'subscript', 'children': ['139', '140']}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'method_handlers'}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'verb'}, {'id': '141', 'type': 'expression_statement', 'children': ['142']}; {'id': '142', 'type': 'assignment', 'children': ['143', '144']}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'vary'}; {'id': '144', 'type': 'call', 'children': ['145', '146']}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'set'}; {'id': '146', 'type': 'argument_list', 'children': []}, {'id': '147', 'type': 'if_statement', 'children': ['148', '168']}; {'id': '148', 'type': 'comparison_operator', 'children': ['149', '167'], 'value': '>'}, {'id': '149', 'type': 'call', 'children': ['150', '151']}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '151', 'type': 'argument_list', 'children': ['152']}; {'id': '152', 'type': 'call', 'children': ['153', '154']}, {'id': '153', 'type': 'identifier', 'children': [], 'value': 'set'}; {'id': '154', 'type': 'generator_expression', 'children': ['155', '158', '161']}, {'id': '155', 'type': 'attribute', 'children': ['156', '157']}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'h'}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'provides'}; {'id': '158', 'type': 'for_in_clause', 'children': ['159', '160']}, {'id': '159', 'type': 'identifier', 'children': [], 'value': 'h'}; {'id': '160', 'type': 'identifier', 'children': [], 'value': 'handlers'}, {'id': '161', 'type': 'if_clause', 'children': ['162']}; {'id': '162', 'type': 'comparison_operator', 'children': ['163', '166'], 'value': 'is'}, {'id': '163', 'type': 'attribute', 'children': ['164', '165']}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'h'}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'provides'}; {'id': '166', 'type': 'None', 'children': []}, {'id': '167', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '168', 'type': 'block', 'children': ['169']}, {'id': '169', 'type': 'expression_statement', 'children': ['170']}; {'id': '170', 'type': 'call', 'children': ['171', '174']}, {'id': '171', 'type': 'attribute', 'children': ['172', '173']}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'vary'}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'add'}; {'id': '174', 'type': 'argument_list', 'children': ['175']}, {'id': '175', 'type': 'string', 'children': [], 'value': "'Accept'"}; {'id': '176', 'type': 'if_statement', 'children': ['177', '191']}, {'id': '177', 'type': 'comparison_operator', 'children': ['178', '190'], 'value': '>'}; {'id': '178', 'type': 'call', 'children': ['179', '180']}, {'id': '179', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '180', 'type': 'argument_list', 'children': ['181']}, {'id': '181', 'type': 'call', 'children': ['182', '183']}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'set'}, {'id': '183', 'type': 'generator_expression', 'children': ['184', '187']}; {'id': '184', 'type': 'attribute', 'children': ['185', '186']}, {'id': '185', 'type': 'identifier', 'children': [], 'value': 'h'}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'accepts'}, {'id': '187', 'type': 'for_in_clause', 'children': ['188', '189']}; {'id': '188', 'type': 'identifier', 'children': [], 'value': 'h'}, {'id': '189', 'type': 'identifier', 'children': [], 'value': 'handlers'}; {'id': '190', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '191', 'type': 'block', 'children': ['192']}; {'id': '192', 'type': 'expression_statement', 'children': ['193']}, {'id': '193', 'type': 'call', 'children': ['194', '197']}; {'id': '194', 'type': 'attribute', 'children': ['195', '196']}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'vary'}; {'id': '196', 'type': 'identifier', 'children': [], 'value': 'add'}, {'id': '197', 'type': 'argument_list', 'children': ['198']}; {'id': '198', 'type': 'string', 'children': [], 'value': "'Content-Type'"}, {'id': '199', 'type': 'expression_statement', 'children': ['200']}; {'id': '200', 'type': 'assignment', 'children': ['201', '202']}, {'id': '201', 'type': 'identifier', 'children': [], 'value': 'content_type'}; {'id': '202', 'type': 'attribute', 'children': ['203', '204']}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'request'}; {'id': '204', 'type': 'identifier', 'children': [], 'value': 'content_type'}, {'id': '205', 'type': 'if_statement', 'children': ['206', '207']}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'content_type'}, {'id': '207', 'type': 'block', 'children': ['208', '216']}; {'id': '208', 'type': 'expression_statement', 'children': ['209']}, {'id': '209', 'type': 'assignment', 'children': ['210', '211']}; {'id': '210', 'type': 'identifier', 'children': [], 'value': 'handlers'}, {'id': '211', 'type': 'call', 'children': ['212', '213']}; {'id': '212', 'type': 'identifier', 'children': [], 'value': 'negotiate_content_type'}, {'id': '213', 'type': 'argument_list', 'children': ['214', '215']}; {'id': '214', 'type': 'identifier', 'children': [], 'value': 'content_type'}, {'id': '215', 'type': 'identifier', 'children': [], 'value': 'handlers'}; {'id': '216', 'type': 'if_statement', 'children': ['217', '219']}, {'id': '217', 'type': 'not_operator', 'children': ['218']}; {'id': '218', 'type': 'identifier', 'children': [], 'value': 'handlers'}, {'id': '219', 'type': 'block', 'children': ['220']}; {'id': '220', 'type': 'raise_statement', 'children': ['221']}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'UnsupportedMediaType'}; {'id': '222', 'type': 'expression_statement', 'children': ['223']}, {'id': '223', 'type': 'assignment', 'children': ['224', '225']}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'accept'}, {'id': '225', 'type': 'call', 'children': ['226', '231']}; {'id': '226', 'type': 'attribute', 'children': ['227', '230']}, {'id': '227', 'type': 'attribute', 'children': ['228', '229']}; {'id': '228', 'type': 'identifier', 'children': [], 'value': 'request'}, {'id': '229', 'type': 'identifier', 'children': [], 'value': 'headers'}; {'id': '230', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '231', 'type': 'argument_list', 'children': ['232']}; {'id': '232', 'type': 'string', 'children': [], 'value': "'Accept'"}, {'id': '233', 'type': 'if_statement', 'children': ['234', '235']}; {'id': '234', 'type': 'identifier', 'children': [], 'value': 'accept'}, {'id': '235', 'type': 'block', 'children': ['236', '244']}; {'id': '236', 'type': 'expression_statement', 'children': ['237']}, {'id': '237', 'type': 'assignment', 'children': ['238', '239']}; {'id': '238', 'type': 'identifier', 'children': [], 'value': 'handlers'}, {'id': '239', 'type': 'call', 'children': ['240', '241']}; {'id': '240', 'type': 'identifier', 'children': [], 'value': 'negotiate_accept'}, {'id': '241', 'type': 'argument_list', 'children': ['242', '243']}; {'id': '242', 'type': 'identifier', 'children': [], 'value': 'accept'}, {'id': '243', 'type': 'identifier', 'children': [], 'value': 'handlers'}; {'id': '244', 'type': 'if_statement', 'children': ['245', '247']}, {'id': '245', 'type': 'not_operator', 'children': ['246']}; {'id': '246', 'type': 'identifier', 'children': [], 'value': 'handlers'}, {'id': '247', 'type': 'block', 'children': ['248']}; {'id': '248', 'type': 'raise_statement', 'children': ['249']}, {'id': '249', 'type': 'identifier', 'children': [], 'value': 'NotAcceptable'}; {'id': '250', 'type': 'return_statement', 'children': ['251']}, {'id': '251', 'type': 'expression_list', 'children': ['252', '255']}; {'id': '252', 'type': 'subscript', 'children': ['253', '254']}, {'id': '253', 'type': 'identifier', 'children': [], 'value': 'handlers'}; {'id': '254', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '255', 'type': 'identifier', 'children': [], 'value': 'vary'} | def resolve_handler(request, view_handlers):
view = None
if request._context:
route_name = request._context[-1].route.name
if route_name and VIEW_SEPARATOR in route_name:
view = route_name.split(VIEW_SEPARATOR, 1)[1] or None
if view not in view_handlers:
raise NotFound
method_handlers = view_handlers[view]
verb = request.method
if verb not in method_handlers:
if verb == 'HEAD' and 'GET' in method_handlers:
verb = 'GET'
else:
allowed_methods = set(method_handlers.keys())
if 'HEAD' not in allowed_methods and 'GET' in allowed_methods:
allowed_methods.add('HEAD')
allow = ', '.join(sorted(allowed_methods))
raise MethodNotAllowed(allow=allow)
handlers = method_handlers[verb]
vary = set()
if len(set(h.provides for h in handlers if h.provides is not None)) > 1:
vary.add('Accept')
if len(set(h.accepts for h in handlers)) > 1:
vary.add('Content-Type')
content_type = request.content_type
if content_type:
handlers = negotiate_content_type(content_type, handlers)
if not handlers:
raise UnsupportedMediaType
accept = request.headers.get('Accept')
if accept:
handlers = negotiate_accept(accept, handlers)
if not handlers:
raise NotAcceptable
return handlers[0], vary |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '8']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'url_for'}, {'id': '3', 'type': 'parameters', 'children': ['4', '6']}; {'id': '4', 'type': 'list_splat_pattern', 'children': ['5']}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'args'}; {'id': '6', 'type': 'dictionary_splat_pattern', 'children': ['7']}, {'id': '7', 'type': 'identifier', 'children': [], 'value': 'kw'}; {'id': '8', 'type': 'block', 'children': ['9', '30', '40', '50', '62', '109']}, {'id': '9', 'type': 'expression_statement', 'children': ['10']}; {'id': '10', 'type': 'assignment', 'children': ['11', '15']}, {'id': '11', 'type': 'pattern_list', 'children': ['12', '13', '14']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'target'}; {'id': '14', 'type': 'identifier', 'children': [], 'value': 'args'}, {'id': '15', 'type': 'expression_list', 'children': ['16', '19', '22']}; {'id': '16', 'type': 'subscript', 'children': ['17', '18']}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'args'}; {'id': '18', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '19', 'type': 'subscript', 'children': ['20', '21']}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'args'}, {'id': '21', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '22', 'type': 'call', 'children': ['23', '24']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'list'}; {'id': '24', 'type': 'argument_list', 'children': ['25']}, {'id': '25', 'type': 'subscript', 'children': ['26', '27']}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'args'}, {'id': '27', 'type': 'slice', 'children': ['28', '29']}; {'id': '28', 'type': 'integer', 'children': [], 'value': '2'}, {'id': '29', 'type': 'colon', 'children': []}; {'id': '30', 'type': 'expression_statement', 'children': ['31']}, {'id': '31', 'type': 'assignment', 'children': ['32', '33']}; {'id': '32', 'type': 'identifier', 'children': [], 'value': 'query'}, {'id': '33', 'type': 'call', 'children': ['34', '37']}; {'id': '34', 'type': 'attribute', 'children': ['35', '36']}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'kw'}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'pop'}, {'id': '37', 'type': 'argument_list', 'children': ['38', '39']}; {'id': '38', 'type': 'string', 'children': [], 'value': "'_query'"}, {'id': '39', 'type': 'None', 'children': []}; {'id': '40', 'type': 'expression_statement', 'children': ['41']}, {'id': '41', 'type': 'assignment', 'children': ['42', '43']}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'relative'}, {'id': '43', 'type': 'call', 'children': ['44', '47']}; {'id': '44', 'type': 'attribute', 'children': ['45', '46']}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'kw'}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'pop'}, {'id': '47', 'type': 'argument_list', 'children': ['48', '49']}; {'id': '48', 'type': 'string', 'children': [], 'value': "'_relative'"}, {'id': '49', 'type': 'False', 'children': []}; {'id': '50', 'type': 'expression_statement', 'children': ['51']}, {'id': '51', 'type': 'assignment', 'children': ['52', '53']}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'url'}, {'id': '53', 'type': 'call', 'children': ['54', '55']}; {'id': '54', 'type': 'identifier', 'children': [], 'value': 'build_url'}, {'id': '55', 'type': 'argument_list', 'children': ['56', '59', '60', '61']}; {'id': '56', 'type': 'attribute', 'children': ['57', '58']}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '58', 'type': 'identifier', 'children': [], 'value': '_context'}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'target'}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'args'}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'kw'}; {'id': '62', 'type': 'if_statement', 'children': ['63', '64']}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'query'}; {'id': '64', 'type': 'block', 'children': ['65', '83', '92', '101']}, {'id': '65', 'type': 'if_statement', 'children': ['66', '71']}; {'id': '66', 'type': 'call', 'children': ['67', '68']}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'isinstance'}; {'id': '68', 'type': 'argument_list', 'children': ['69', '70']}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'query'}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'dict'}, {'id': '71', 'type': 'block', 'children': ['72']}; {'id': '72', 'type': 'expression_statement', 'children': ['73']}, {'id': '73', 'type': 'assignment', 'children': ['74', '75']}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'query'}, {'id': '75', 'type': 'call', 'children': ['76', '77']}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'sorted'}, {'id': '77', 'type': 'argument_list', 'children': ['78']}; {'id': '78', 'type': 'call', 'children': ['79', '82']}, {'id': '79', 'type': 'attribute', 'children': ['80', '81']}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'query'}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'items'}; {'id': '82', 'type': 'argument_list', 'children': []}, {'id': '83', 'type': 'expression_statement', 'children': ['84']}; {'id': '84', 'type': 'assignment', 'children': ['85', '86']}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'query_part'}; {'id': '86', 'type': 'call', 'children': ['87', '90']}, {'id': '87', 'type': 'attribute', 'children': ['88', '89']}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'urllib'}, {'id': '89', 'type': 'identifier', 'children': [], 'value': 'urlencode'}; {'id': '90', 'type': 'argument_list', 'children': ['91']}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'query'}; {'id': '92', 'type': 'expression_statement', 'children': ['93']}, {'id': '93', 'type': 'assignment', 'children': ['94', '95']}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'query_sep'}, {'id': '95', 'type': 'conditional_expression', 'children': ['96', '97', '100'], 'value': 'if'}; {'id': '96', 'type': 'string', 'children': [], 'value': "'&'"}, {'id': '97', 'type': 'comparison_operator', 'children': ['98', '99'], 'value': 'in'}; {'id': '98', 'type': 'string', 'children': [], 'value': "'?'"}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'url'}; {'id': '100', 'type': 'string', 'children': [], 'value': "'?'"}, {'id': '101', 'type': 'expression_statement', 'children': ['102']}; {'id': '102', 'type': 'assignment', 'children': ['103', '104']}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'url'}; {'id': '104', 'type': 'binary_operator', 'children': ['105', '108'], 'value': '+'}, {'id': '105', 'type': 'binary_operator', 'children': ['106', '107'], 'value': '+'}; {'id': '106', 'type': 'identifier', 'children': [], 'value': 'url'}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'query_sep'}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'query_part'}, {'id': '109', 'type': 'if_statement', 'children': ['110', '111', '114']}; {'id': '110', 'type': 'identifier', 'children': [], 'value': 'relative'}, {'id': '111', 'type': 'block', 'children': ['112']}; {'id': '112', 'type': 'return_statement', 'children': ['113']}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'url'}; {'id': '114', 'type': 'else_clause', 'children': ['115']}, {'id': '115', 'type': 'block', 'children': ['116']}; {'id': '116', 'type': 'return_statement', 'children': ['117']}, {'id': '117', 'type': 'call', 'children': ['118', '121']}; {'id': '118', 'type': 'attribute', 'children': ['119', '120']}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'urlparse'}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'urljoin'}, {'id': '121', 'type': 'argument_list', 'children': ['122', '125']}; {'id': '122', 'type': 'attribute', 'children': ['123', '124']}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'application_uri'}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'url'} | def url_for(*args, **kw):
self, target, args = args[0], args[1], list(args[2:])
query = kw.pop('_query', None)
relative = kw.pop('_relative', False)
url = build_url(self._context, target, args, kw)
if query:
if isinstance(query, dict):
query = sorted(query.items())
query_part = urllib.urlencode(query)
query_sep = '&' if '?' in url else '?'
url = url + query_sep + query_part
if relative:
return url
else:
return urlparse.urljoin(self.application_uri, url) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '35']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'execute'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '8', '11', '14', '17', '20', '23', '26', '29', '32']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'command'}, {'id': '5', 'type': 'default_parameter', 'children': ['6', '7']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'return_output'}, {'id': '7', 'type': 'True', 'children': []}; {'id': '8', 'type': 'default_parameter', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'log_file'}; {'id': '10', 'type': 'None', 'children': []}, {'id': '11', 'type': 'default_parameter', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'log_settings'}, {'id': '13', 'type': 'None', 'children': []}; {'id': '14', 'type': 'default_parameter', 'children': ['15', '16']}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'error_logfile'}; {'id': '16', 'type': 'None', 'children': []}, {'id': '17', 'type': 'default_parameter', 'children': ['18', '19']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'timeout'}, {'id': '19', 'type': 'None', 'children': []}; {'id': '20', 'type': 'default_parameter', 'children': ['21', '22']}, {'id': '21', 'type': 'identifier', 'children': [], 'value': 'line_function'}; {'id': '22', 'type': 'None', 'children': []}, {'id': '23', 'type': 'default_parameter', 'children': ['24', '25']}; {'id': '24', 'type': 'identifier', 'children': [], 'value': 'poll_timing'}, {'id': '25', 'type': 'float', 'children': [], 'value': '0.01'}; {'id': '26', 'type': 'default_parameter', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'logger'}; {'id': '28', 'type': 'None', 'children': []}, {'id': '29', 'type': 'default_parameter', 'children': ['30', '31']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'working_folder'}, {'id': '31', 'type': 'None', 'children': []}; {'id': '32', 'type': 'default_parameter', 'children': ['33', '34']}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'env'}; {'id': '34', 'type': 'None', 'children': []}, {'id': '35', 'type': 'block', 'children': ['36', '40', '66', '128', '141', '149', '166', '173', '179', '187', '197', '205', '222', '230', '234', '243', '254', '272', '299', '415', '425', '435', '448', '490']}; {'id': '36', 'type': 'expression_statement', 'children': ['37']}, {'id': '37', 'type': 'assignment', 'children': ['38', '39']}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'tmp_log'}, {'id': '39', 'type': 'False', 'children': []}; {'id': '40', 'type': 'if_statement', 'children': ['41', '42', '52']}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'log_settings'}; {'id': '42', 'type': 'block', 'children': ['43']}, {'id': '43', 'type': 'expression_statement', 'children': ['44']}; {'id': '44', 'type': 'assignment', 'children': ['45', '46']}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'log_folder'}; {'id': '46', 'type': 'call', 'children': ['47', '50']}, {'id': '47', 'type': 'attribute', 'children': ['48', '49']}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'log_settings'}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '50', 'type': 'argument_list', 'children': ['51']}, {'id': '51', 'type': 'string', 'children': [], 'value': "'LOG_FOLDER'"}; {'id': '52', 'type': 'else_clause', 'children': ['53']}, {'id': '53', 'type': 'block', 'children': ['54', '58']}; {'id': '54', 'type': 'expression_statement', 'children': ['55']}, {'id': '55', 'type': 'assignment', 'children': ['56', '57']}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'tmp_log'}, {'id': '57', 'type': 'True', 'children': []}; {'id': '58', 'type': 'expression_statement', 'children': ['59']}, {'id': '59', 'type': 'assignment', 'children': ['60', '61']}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'log_folder'}, {'id': '61', 'type': 'call', 'children': ['62', '65']}; {'id': '62', 'type': 'attribute', 'children': ['63', '64']}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'tempfile'}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'mkdtemp'}, {'id': '65', 'type': 'argument_list', 'children': []}; {'id': '66', 'type': 'if_statement', 'children': ['67', '69']}, {'id': '67', 'type': 'not_operator', 'children': ['68']}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'log_file'}, {'id': '69', 'type': 'block', 'children': ['70', '89']}; {'id': '70', 'type': 'expression_statement', 'children': ['71']}, {'id': '71', 'type': 'assignment', 'children': ['72', '73']}; {'id': '72', 'type': 'identifier', 'children': [], 'value': 'log_file'}, {'id': '73', 'type': 'call', 'children': ['74', '79']}; {'id': '74', 'type': 'attribute', 'children': ['75', '78']}, {'id': '75', 'type': 'attribute', 'children': ['76', '77']}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '78', 'type': 'identifier', 'children': [], 'value': 'join'}, {'id': '79', 'type': 'argument_list', 'children': ['80', '81', '82']}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'log_folder'}, {'id': '81', 'type': 'string', 'children': [], 'value': '"commands"'}; {'id': '82', 'type': 'binary_operator', 'children': ['83', '84'], 'value': '%'}, {'id': '83', 'type': 'string', 'children': [], 'value': '"execute-command-logfile-%s.log"'}; {'id': '84', 'type': 'call', 'children': ['85', '88']}, {'id': '85', 'type': 'attribute', 'children': ['86', '87']}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'UUID'}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'uuid4'}; {'id': '88', 'type': 'argument_list', 'children': []}, {'id': '89', 'type': 'try_statement', 'children': ['90', '125']}; {'id': '90', 'type': 'block', 'children': ['91']}, {'id': '91', 'type': 'if_statement', 'children': ['92', '109']}; {'id': '92', 'type': 'not_operator', 'children': ['93']}, {'id': '93', 'type': 'call', 'children': ['94', '99']}; {'id': '94', 'type': 'attribute', 'children': ['95', '98']}, {'id': '95', 'type': 'attribute', 'children': ['96', '97']}; {'id': '96', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'isdir'}, {'id': '99', 'type': 'argument_list', 'children': ['100']}; {'id': '100', 'type': 'call', 'children': ['101', '106']}, {'id': '101', 'type': 'attribute', 'children': ['102', '105']}; {'id': '102', 'type': 'attribute', 'children': ['103', '104']}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '105', 'type': 'identifier', 'children': [], 'value': 'join'}; {'id': '106', 'type': 'argument_list', 'children': ['107', '108']}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'log_folder'}; {'id': '108', 'type': 'string', 'children': [], 'value': '"commands"'}, {'id': '109', 'type': 'block', 'children': ['110']}; {'id': '110', 'type': 'expression_statement', 'children': ['111']}, {'id': '111', 'type': 'call', 'children': ['112', '115']}; {'id': '112', 'type': 'attribute', 'children': ['113', '114']}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'makedirs'}, {'id': '115', 'type': 'argument_list', 'children': ['116']}; {'id': '116', 'type': 'call', 'children': ['117', '122']}, {'id': '117', 'type': 'attribute', 'children': ['118', '121']}; {'id': '118', 'type': 'attribute', 'children': ['119', '120']}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'join'}; {'id': '122', 'type': 'argument_list', 'children': ['123', '124']}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'log_folder'}; {'id': '124', 'type': 'string', 'children': [], 'value': '"commands"'}, {'id': '125', 'type': 'except_clause', 'children': ['126']}; {'id': '126', 'type': 'block', 'children': ['127']}, {'id': '127', 'type': 'pass_statement', 'children': []}; {'id': '128', 'type': 'if_statement', 'children': ['129', '131']}, {'id': '129', 'type': 'not_operator', 'children': ['130']}; {'id': '130', 'type': 'identifier', 'children': [], 'value': 'logger'}, {'id': '131', 'type': 'block', 'children': ['132']}; {'id': '132', 'type': 'expression_statement', 'children': ['133']}, {'id': '133', 'type': 'assignment', 'children': ['134', '135']}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'logger'}, {'id': '135', 'type': 'call', 'children': ['136', '139']}; {'id': '136', 'type': 'attribute', 'children': ['137', '138']}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'logging'}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'getLogger'}, {'id': '139', 'type': 'argument_list', 'children': ['140']}; {'id': '140', 'type': 'string', 'children': [], 'value': "'command_execute'"}, {'id': '141', 'type': 'expression_statement', 'children': ['142']}; {'id': '142', 'type': 'assignment', 'children': ['143', '144']}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'logfile_writer'}; {'id': '144', 'type': 'call', 'children': ['145', '146']}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'open'}; {'id': '146', 'type': 'argument_list', 'children': ['147', '148']}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'log_file'}; {'id': '148', 'type': 'string', 'children': [], 'value': "'a'"}, {'id': '149', 'type': 'expression_statement', 'children': ['150']}; {'id': '150', 'type': 'assignment', 'children': ['151', '152']}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'header'}; {'id': '152', 'type': 'binary_operator', 'children': ['153', '154'], 'value': '%'}, {'id': '153', 'type': 'string', 'children': [], 'value': '"%s - Executing command (timeout=%s) :\\n\\t%s\\n\\n\\n"'}; {'id': '154', 'type': 'tuple', 'children': ['155', '164', '165']}, {'id': '155', 'type': 'call', 'children': ['156', '163']}; {'id': '156', 'type': 'attribute', 'children': ['157', '162']}, {'id': '157', 'type': 'call', 'children': ['158', '161']}; {'id': '158', 'type': 'attribute', 'children': ['159', '160']}, {'id': '159', 'type': 'identifier', 'children': [], 'value': 'datetime'}; {'id': '160', 'type': 'identifier', 'children': [], 'value': 'now'}, {'id': '161', 'type': 'argument_list', 'children': []}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'isoformat'}, {'id': '163', 'type': 'argument_list', 'children': []}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'timeout'}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'command'}; {'id': '166', 'type': 'expression_statement', 'children': ['167']}, {'id': '167', 'type': 'call', 'children': ['168', '171']}; {'id': '168', 'type': 'attribute', 'children': ['169', '170']}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'logfile_writer'}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'write'}, {'id': '171', 'type': 'argument_list', 'children': ['172']}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'header'}, {'id': '173', 'type': 'expression_statement', 'children': ['174']}; {'id': '174', 'type': 'call', 'children': ['175', '178']}, {'id': '175', 'type': 'attribute', 'children': ['176', '177']}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'logfile_writer'}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'flush'}; {'id': '178', 'type': 'argument_list', 'children': []}, {'id': '179', 'type': 'expression_statement', 'children': ['180']}; {'id': '180', 'type': 'assignment', 'children': ['181', '182']}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'logfile_reader'}; {'id': '182', 'type': 'call', 'children': ['183', '184']}, {'id': '183', 'type': 'identifier', 'children': [], 'value': 'open'}; {'id': '184', 'type': 'argument_list', 'children': ['185', '186']}, {'id': '185', 'type': 'identifier', 'children': [], 'value': 'log_file'}; {'id': '186', 'type': 'string', 'children': [], 'value': "'rb'"}, {'id': '187', 'type': 'expression_statement', 'children': ['188']}; {'id': '188', 'type': 'call', 'children': ['189', '192']}, {'id': '189', 'type': 'attribute', 'children': ['190', '191']}; {'id': '190', 'type': 'identifier', 'children': [], 'value': 'logfile_reader'}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'seek'}; {'id': '192', 'type': 'argument_list', 'children': ['193', '194']}, {'id': '193', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '194', 'type': 'attribute', 'children': ['195', '196']}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '196', 'type': 'identifier', 'children': [], 'value': 'SEEK_END'}, {'id': '197', 'type': 'expression_statement', 'children': ['198']}; {'id': '198', 'type': 'assignment', 'children': ['199', '200']}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'logfile_start_position'}; {'id': '200', 'type': 'call', 'children': ['201', '204']}, {'id': '201', 'type': 'attribute', 'children': ['202', '203']}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'logfile_reader'}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'tell'}; {'id': '204', 'type': 'argument_list', 'children': []}, {'id': '205', 'type': 'if_statement', 'children': ['206', '207', '216']}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'error_logfile'}, {'id': '207', 'type': 'block', 'children': ['208']}; {'id': '208', 'type': 'expression_statement', 'children': ['209']}, {'id': '209', 'type': 'assignment', 'children': ['210', '211']}; {'id': '210', 'type': 'identifier', 'children': [], 'value': 'err_logfile_writer'}, {'id': '211', 'type': 'call', 'children': ['212', '213']}; {'id': '212', 'type': 'identifier', 'children': [], 'value': 'open'}, {'id': '213', 'type': 'argument_list', 'children': ['214', '215']}; {'id': '214', 'type': 'identifier', 'children': [], 'value': 'error_logfile'}, {'id': '215', 'type': 'string', 'children': [], 'value': "'a'"}; {'id': '216', 'type': 'else_clause', 'children': ['217']}, {'id': '217', 'type': 'block', 'children': ['218']}; {'id': '218', 'type': 'expression_statement', 'children': ['219']}, {'id': '219', 'type': 'assignment', 'children': ['220', '221']}; {'id': '220', 'type': 'identifier', 'children': [], 'value': 'err_logfile_writer'}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'logfile_writer'}; {'id': '222', 'type': 'expression_statement', 'children': ['223']}, {'id': '223', 'type': 'assignment', 'children': ['224', '225']}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'start'}, {'id': '225', 'type': 'call', 'children': ['226', '229']}; {'id': '226', 'type': 'attribute', 'children': ['227', '228']}, {'id': '227', 'type': 'identifier', 'children': [], 'value': 'datetime'}; {'id': '228', 'type': 'identifier', 'children': [], 'value': 'now'}, {'id': '229', 'type': 'argument_list', 'children': []}; {'id': '230', 'type': 'expression_statement', 'children': ['231']}, {'id': '231', 'type': 'assignment', 'children': ['232', '233']}; {'id': '232', 'type': 'identifier', 'children': [], 'value': 'timeout_string'}, {'id': '233', 'type': 'string', 'children': [], 'value': '""'}; {'id': '234', 'type': 'if_statement', 'children': ['235', '236']}, {'id': '235', 'type': 'identifier', 'children': [], 'value': 'timeout'}; {'id': '236', 'type': 'block', 'children': ['237']}, {'id': '237', 'type': 'expression_statement', 'children': ['238']}; {'id': '238', 'type': 'assignment', 'children': ['239', '240']}, {'id': '239', 'type': 'identifier', 'children': [], 'value': 'timeout_string'}; {'id': '240', 'type': 'binary_operator', 'children': ['241', '242'], 'value': '%'}, {'id': '241', 'type': 'string', 'children': [], 'value': '"(timeout=%s)"'}; {'id': '242', 'type': 'identifier', 'children': [], 'value': 'timeout'}, {'id': '243', 'type': 'expression_statement', 'children': ['244']}; {'id': '244', 'type': 'call', 'children': ['245', '248']}, {'id': '245', 'type': 'attribute', 'children': ['246', '247']}; {'id': '246', 'type': 'identifier', 'children': [], 'value': 'logger'}, {'id': '247', 'type': 'identifier', 'children': [], 'value': 'info'}; {'id': '248', 'type': 'argument_list', 'children': ['249']}, {'id': '249', 'type': 'binary_operator', 'children': ['250', '251'], 'value': '%'}; {'id': '250', 'type': 'string', 'children': [], 'value': 'u"Executing command %s :\\n\\t\\t%s"'}, {'id': '251', 'type': 'tuple', 'children': ['252', '253']}; {'id': '252', 'type': 'identifier', 'children': [], 'value': 'timeout_string'}, {'id': '253', 'type': 'identifier', 'children': [], 'value': 'command'}; {'id': '254', 'type': 'if_statement', 'children': ['255', '260']}, {'id': '255', 'type': 'comparison_operator', 'children': ['256', '259'], 'value': '!='}; {'id': '256', 'type': 'attribute', 'children': ['257', '258']}, {'id': '257', 'type': 'identifier', 'children': [], 'value': 'sys'}; {'id': '258', 'type': 'identifier', 'children': [], 'value': 'platform'}, {'id': '259', 'type': 'string', 'children': [], 'value': "'win32'"}; {'id': '260', 'type': 'block', 'children': ['261']}, {'id': '261', 'type': 'expression_statement', 'children': ['262']}; {'id': '262', 'type': 'assignment', 'children': ['263', '264']}, {'id': '263', 'type': 'identifier', 'children': [], 'value': 'command'}; {'id': '264', 'type': 'binary_operator', 'children': ['265', '266'], 'value': '%'}, {'id': '265', 'type': 'string', 'children': [], 'value': 'u"exec %s"'}; {'id': '266', 'type': 'call', 'children': ['267', '270']}, {'id': '267', 'type': 'attribute', 'children': ['268', '269']}; {'id': '268', 'type': 'identifier', 'children': [], 'value': 'text_utils'}, {'id': '269', 'type': 'identifier', 'children': [], 'value': 'uni'}; {'id': '270', 'type': 'argument_list', 'children': ['271']}, {'id': '271', 'type': 'identifier', 'children': [], 'value': 'command'}; {'id': '272', 'type': 'expression_statement', 'children': ['273']}, {'id': '273', 'type': 'assignment', 'children': ['274', '275']}; {'id': '274', 'type': 'identifier', 'children': [], 'value': 'process'}, {'id': '275', 'type': 'call', 'children': ['276', '279']}; {'id': '276', 'type': 'attribute', 'children': ['277', '278']}, {'id': '277', 'type': 'identifier', 'children': [], 'value': 'subprocess'}; {'id': '278', 'type': 'identifier', 'children': [], 'value': 'Popen'}, {'id': '279', 'type': 'argument_list', 'children': ['280', '281', '284', '287', '290', '293', '296']}; {'id': '280', 'type': 'identifier', 'children': [], 'value': 'command'}, {'id': '281', 'type': 'keyword_argument', 'children': ['282', '283']}; {'id': '282', 'type': 'identifier', 'children': [], 'value': 'stdout'}, {'id': '283', 'type': 'identifier', 'children': [], 'value': 'logfile_writer'}; {'id': '284', 'type': 'keyword_argument', 'children': ['285', '286']}, {'id': '285', 'type': 'identifier', 'children': [], 'value': 'stderr'}; {'id': '286', 'type': 'identifier', 'children': [], 'value': 'err_logfile_writer'}, {'id': '287', 'type': 'keyword_argument', 'children': ['288', '289']}; {'id': '288', 'type': 'identifier', 'children': [], 'value': 'bufsize'}, {'id': '289', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '290', 'type': 'keyword_argument', 'children': ['291', '292']}, {'id': '291', 'type': 'identifier', 'children': [], 'value': 'shell'}; {'id': '292', 'type': 'True', 'children': []}, {'id': '293', 'type': 'keyword_argument', 'children': ['294', '295']}; {'id': '294', 'type': 'identifier', 'children': [], 'value': 'cwd'}, {'id': '295', 'type': 'identifier', 'children': [], 'value': 'working_folder'}; {'id': '296', 'type': 'keyword_argument', 'children': ['297', '298']}, {'id': '297', 'type': 'identifier', 'children': [], 'value': 'env'}; {'id': '298', 'type': 'identifier', 'children': [], 'value': 'env'}, {'id': '299', 'type': 'while_statement', 'children': ['300', '307']}; {'id': '300', 'type': 'comparison_operator', 'children': ['301', '306'], 'value': '=='}, {'id': '301', 'type': 'call', 'children': ['302', '305']}; {'id': '302', 'type': 'attribute', 'children': ['303', '304']}, {'id': '303', 'type': 'identifier', 'children': [], 'value': 'process'}; {'id': '304', 'type': 'identifier', 'children': [], 'value': 'poll'}, {'id': '305', 'type': 'argument_list', 'children': []}; {'id': '306', 'type': 'None', 'children': []}, {'id': '307', 'type': 'block', 'children': ['308', '315', '368']}; {'id': '308', 'type': 'expression_statement', 'children': ['309']}, {'id': '309', 'type': 'call', 'children': ['310', '313']}; {'id': '310', 'type': 'attribute', 'children': ['311', '312']}, {'id': '311', 'type': 'identifier', 'children': [], 'value': 'time'}; {'id': '312', 'type': 'identifier', 'children': [], 'value': 'sleep'}, {'id': '313', 'type': 'argument_list', 'children': ['314']}; {'id': '314', 'type': 'identifier', 'children': [], 'value': 'poll_timing'}, {'id': '315', 'type': 'if_statement', 'children': ['316', '319']}; {'id': '316', 'type': 'comparison_operator', 'children': ['317', '318'], 'value': '!='}, {'id': '317', 'type': 'identifier', 'children': [], 'value': 'timeout'}; {'id': '318', 'type': 'None', 'children': []}, {'id': '319', 'type': 'block', 'children': ['320', '328']}; {'id': '320', 'type': 'expression_statement', 'children': ['321']}, {'id': '321', 'type': 'assignment', 'children': ['322', '323']}; {'id': '322', 'type': 'identifier', 'children': [], 'value': 'now'}, {'id': '323', 'type': 'call', 'children': ['324', '327']}; {'id': '324', 'type': 'attribute', 'children': ['325', '326']}, {'id': '325', 'type': 'identifier', 'children': [], 'value': 'datetime'}; {'id': '326', 'type': 'identifier', 'children': [], 'value': 'now'}, {'id': '327', 'type': 'argument_list', 'children': []}; {'id': '328', 'type': 'if_statement', 'children': ['329', '337']}, {'id': '329', 'type': 'comparison_operator', 'children': ['330', '336'], 'value': '>'}; {'id': '330', 'type': 'attribute', 'children': ['331', '335']}, {'id': '331', 'type': 'parenthesized_expression', 'children': ['332']}; {'id': '332', 'type': 'binary_operator', 'children': ['333', '334'], 'value': '-'}, {'id': '333', 'type': 'identifier', 'children': [], 'value': 'now'}; {'id': '334', 'type': 'identifier', 'children': [], 'value': 'start'}, {'id': '335', 'type': 'identifier', 'children': [], 'value': 'seconds'}; {'id': '336', 'type': 'identifier', 'children': [], 'value': 'timeout'}, {'id': '337', 'type': 'block', 'children': ['338', '350', '361']}; {'id': '338', 'type': 'expression_statement', 'children': ['339']}, {'id': '339', 'type': 'call', 'children': ['340', '343']}; {'id': '340', 'type': 'attribute', 'children': ['341', '342']}, {'id': '341', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '342', 'type': 'identifier', 'children': [], 'value': 'kill'}, {'id': '343', 'type': 'argument_list', 'children': ['344', '347']}; {'id': '344', 'type': 'attribute', 'children': ['345', '346']}, {'id': '345', 'type': 'identifier', 'children': [], 'value': 'process'}; {'id': '346', 'type': 'identifier', 'children': [], 'value': 'pid'}, {'id': '347', 'type': 'attribute', 'children': ['348', '349']}; {'id': '348', 'type': 'identifier', 'children': [], 'value': 'signal'}, {'id': '349', 'type': 'identifier', 'children': [], 'value': 'SIGKILL'}; {'id': '350', 'type': 'expression_statement', 'children': ['351']}, {'id': '351', 'type': 'call', 'children': ['352', '355']}; {'id': '352', 'type': 'attribute', 'children': ['353', '354']}, {'id': '353', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '354', 'type': 'identifier', 'children': [], 'value': 'waitpid'}, {'id': '355', 'type': 'argument_list', 'children': ['356', '358']}; {'id': '356', 'type': 'unary_operator', 'children': ['357'], 'value': '-'}, {'id': '357', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '358', 'type': 'attribute', 'children': ['359', '360']}, {'id': '359', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '360', 'type': 'identifier', 'children': [], 'value': 'WNOHANG'}, {'id': '361', 'type': 'raise_statement', 'children': ['362']}; {'id': '362', 'type': 'call', 'children': ['363', '364']}, {'id': '363', 'type': 'identifier', 'children': [], 'value': 'Exception'}; {'id': '364', 'type': 'argument_list', 'children': ['365']}, {'id': '365', 'type': 'binary_operator', 'children': ['366', '367'], 'value': '%'}; {'id': '366', 'type': 'string', 'children': [], 'value': '"Command execution timed out (took more than %s seconds...)"'}, {'id': '367', 'type': 'identifier', 'children': [], 'value': 'timeout'}; {'id': '368', 'type': 'if_statement', 'children': ['369', '370']}, {'id': '369', 'type': 'identifier', 'children': [], 'value': 'line_function'}; {'id': '370', 'type': 'block', 'children': ['371', '388']}, {'id': '371', 'type': 'expression_statement', 'children': ['372']}; {'id': '372', 'type': 'assignment', 'children': ['373', '374']}, {'id': '373', 'type': 'identifier', 'children': [], 'value': 'o'}; {'id': '374', 'type': 'call', 'children': ['375', '387']}, {'id': '375', 'type': 'attribute', 'children': ['376', '386']}; {'id': '376', 'type': 'call', 'children': ['377', '380']}, {'id': '377', 'type': 'attribute', 'children': ['378', '379']}; {'id': '378', 'type': 'identifier', 'children': [], 'value': 'text_utils'}, {'id': '379', 'type': 'identifier', 'children': [], 'value': 'uni'}; {'id': '380', 'type': 'argument_list', 'children': ['381']}, {'id': '381', 'type': 'call', 'children': ['382', '385']}; {'id': '382', 'type': 'attribute', 'children': ['383', '384']}, {'id': '383', 'type': 'identifier', 'children': [], 'value': 'logfile_reader'}; {'id': '384', 'type': 'identifier', 'children': [], 'value': 'readline'}, {'id': '385', 'type': 'argument_list', 'children': []}; {'id': '386', 'type': 'identifier', 'children': [], 'value': 'rstrip'}, {'id': '387', 'type': 'argument_list', 'children': []}; {'id': '388', 'type': 'while_statement', 'children': ['389', '392']}, {'id': '389', 'type': 'comparison_operator', 'children': ['390', '391'], 'value': '!='}; {'id': '390', 'type': 'identifier', 'children': [], 'value': 'o'}, {'id': '391', 'type': 'string', 'children': [], 'value': "''"}; {'id': '392', 'type': 'block', 'children': ['393', '398']}, {'id': '393', 'type': 'expression_statement', 'children': ['394']}; {'id': '394', 'type': 'call', 'children': ['395', '396']}, {'id': '395', 'type': 'identifier', 'children': [], 'value': 'line_function'}; {'id': '396', 'type': 'argument_list', 'children': ['397']}, {'id': '397', 'type': 'identifier', 'children': [], 'value': 'o'}; {'id': '398', 'type': 'expression_statement', 'children': ['399']}, {'id': '399', 'type': 'assignment', 'children': ['400', '401']}; {'id': '400', 'type': 'identifier', 'children': [], 'value': 'o'}, {'id': '401', 'type': 'call', 'children': ['402', '414']}; {'id': '402', 'type': 'attribute', 'children': ['403', '413']}, {'id': '403', 'type': 'call', 'children': ['404', '407']}; {'id': '404', 'type': 'attribute', 'children': ['405', '406']}, {'id': '405', 'type': 'identifier', 'children': [], 'value': 'text_utils'}; {'id': '406', 'type': 'identifier', 'children': [], 'value': 'uni'}, {'id': '407', 'type': 'argument_list', 'children': ['408']}; {'id': '408', 'type': 'call', 'children': ['409', '412']}, {'id': '409', 'type': 'attribute', 'children': ['410', '411']}; {'id': '410', 'type': 'identifier', 'children': [], 'value': 'logfile_reader'}, {'id': '411', 'type': 'identifier', 'children': [], 'value': 'readline'}; {'id': '412', 'type': 'argument_list', 'children': []}, {'id': '413', 'type': 'identifier', 'children': [], 'value': 'rstrip'}; {'id': '414', 'type': 'argument_list', 'children': []}, {'id': '415', 'type': 'if_statement', 'children': ['416', '418']}; {'id': '416', 'type': 'not_operator', 'children': ['417']}, {'id': '417', 'type': 'identifier', 'children': [], 'value': 'return_output'}; {'id': '418', 'type': 'block', 'children': ['419']}, {'id': '419', 'type': 'return_statement', 'children': ['420']}; {'id': '420', 'type': 'call', 'children': ['421', '424']}, {'id': '421', 'type': 'attribute', 'children': ['422', '423']}; {'id': '422', 'type': 'identifier', 'children': [], 'value': 'process'}, {'id': '423', 'type': 'identifier', 'children': [], 'value': 'wait'}; {'id': '424', 'type': 'argument_list', 'children': []}, {'id': '425', 'type': 'expression_statement', 'children': ['426']}; {'id': '426', 'type': 'call', 'children': ['427', '430']}, {'id': '427', 'type': 'attribute', 'children': ['428', '429']}; {'id': '428', 'type': 'identifier', 'children': [], 'value': 'logfile_reader'}, {'id': '429', 'type': 'identifier', 'children': [], 'value': 'seek'}; {'id': '430', 'type': 'argument_list', 'children': ['431', '432']}, {'id': '431', 'type': 'identifier', 'children': [], 'value': 'logfile_start_position'}; {'id': '432', 'type': 'attribute', 'children': ['433', '434']}, {'id': '433', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '434', 'type': 'identifier', 'children': [], 'value': 'SEEK_SET'}, {'id': '435', 'type': 'expression_statement', 'children': ['436']}; {'id': '436', 'type': 'assignment', 'children': ['437', '438']}, {'id': '437', 'type': 'identifier', 'children': [], 'value': 'res'}; {'id': '438', 'type': 'call', 'children': ['439', '442']}, {'id': '439', 'type': 'attribute', 'children': ['440', '441']}; {'id': '440', 'type': 'identifier', 'children': [], 'value': 'text_utils'}, {'id': '441', 'type': 'identifier', 'children': [], 'value': 'uni'}; {'id': '442', 'type': 'argument_list', 'children': ['443']}, {'id': '443', 'type': 'call', 'children': ['444', '447']}; {'id': '444', 'type': 'attribute', 'children': ['445', '446']}, {'id': '445', 'type': 'identifier', 'children': [], 'value': 'logfile_reader'}; {'id': '446', 'type': 'identifier', 'children': [], 'value': 'read'}, {'id': '447', 'type': 'argument_list', 'children': []}; {'id': '448', 'type': 'try_statement', 'children': ['449', '481']}, {'id': '449', 'type': 'block', 'children': ['450', '456', '462', '468']}; {'id': '450', 'type': 'expression_statement', 'children': ['451']}, {'id': '451', 'type': 'call', 'children': ['452', '455']}; {'id': '452', 'type': 'attribute', 'children': ['453', '454']}, {'id': '453', 'type': 'identifier', 'children': [], 'value': 'logfile_reader'}; {'id': '454', 'type': 'identifier', 'children': [], 'value': 'close'}, {'id': '455', 'type': 'argument_list', 'children': []}; {'id': '456', 'type': 'expression_statement', 'children': ['457']}, {'id': '457', 'type': 'call', 'children': ['458', '461']}; {'id': '458', 'type': 'attribute', 'children': ['459', '460']}, {'id': '459', 'type': 'identifier', 'children': [], 'value': 'logfile_writer'}; {'id': '460', 'type': 'identifier', 'children': [], 'value': 'close'}, {'id': '461', 'type': 'argument_list', 'children': []}; {'id': '462', 'type': 'expression_statement', 'children': ['463']}, {'id': '463', 'type': 'call', 'children': ['464', '467']}; {'id': '464', 'type': 'attribute', 'children': ['465', '466']}, {'id': '465', 'type': 'identifier', 'children': [], 'value': 'err_logfile_writer'}; {'id': '466', 'type': 'identifier', 'children': [], 'value': 'close'}, {'id': '467', 'type': 'argument_list', 'children': []}; {'id': '468', 'type': 'if_statement', 'children': ['469', '470']}, {'id': '469', 'type': 'identifier', 'children': [], 'value': 'tmp_log'}; {'id': '470', 'type': 'block', 'children': ['471']}, {'id': '471', 'type': 'expression_statement', 'children': ['472']}; {'id': '472', 'type': 'call', 'children': ['473', '476']}, {'id': '473', 'type': 'attribute', 'children': ['474', '475']}; {'id': '474', 'type': 'identifier', 'children': [], 'value': 'shutil'}, {'id': '475', 'type': 'identifier', 'children': [], 'value': 'rmtree'}; {'id': '476', 'type': 'argument_list', 'children': ['477', '478']}, {'id': '477', 'type': 'identifier', 'children': [], 'value': 'log_folder'}; {'id': '478', 'type': 'keyword_argument', 'children': ['479', '480']}, {'id': '479', 'type': 'identifier', 'children': [], 'value': 'ignore_errors'}; {'id': '480', 'type': 'True', 'children': []}, {'id': '481', 'type': 'except_clause', 'children': ['482']}; {'id': '482', 'type': 'block', 'children': ['483']}, {'id': '483', 'type': 'expression_statement', 'children': ['484']}; {'id': '484', 'type': 'call', 'children': ['485', '488']}, {'id': '485', 'type': 'attribute', 'children': ['486', '487']}; {'id': '486', 'type': 'identifier', 'children': [], 'value': 'logger'}, {'id': '487', 'type': 'identifier', 'children': [], 'value': 'exception'}; {'id': '488', 'type': 'argument_list', 'children': ['489']}, {'id': '489', 'type': 'string', 'children': [], 'value': '"Error while cleaning after tbx.execute() call."'}; {'id': '490', 'type': 'return_statement', 'children': ['491']}, {'id': '491', 'type': 'identifier', 'children': [], 'value': 'res'} | def execute(command, return_output=True, log_file=None, log_settings=None, error_logfile=None, timeout=None, line_function=None, poll_timing = 0.01, logger=None, working_folder=None, env=None):
tmp_log = False
if log_settings:
log_folder = log_settings.get('LOG_FOLDER')
else:
tmp_log = True
log_folder = tempfile.mkdtemp()
if not log_file:
log_file = os.path.join(log_folder, "commands", "execute-command-logfile-%s.log" % UUID.uuid4())
try:
if not os.path.isdir(os.path.join(log_folder, "commands")):
os.makedirs(os.path.join(log_folder, "commands"))
except:
pass
if not logger:
logger = logging.getLogger('command_execute')
logfile_writer = open(log_file, 'a')
header = "%s - Executing command (timeout=%s) :\n\t%s\n\n\n" % (datetime.now().isoformat(), timeout, command)
logfile_writer.write(header)
logfile_writer.flush()
logfile_reader = open(log_file, 'rb')
logfile_reader.seek(0, os.SEEK_END)
logfile_start_position = logfile_reader.tell()
if error_logfile:
err_logfile_writer = open(error_logfile, 'a')
else:
err_logfile_writer = logfile_writer
start = datetime.now()
timeout_string = ""
if timeout:
timeout_string = "(timeout=%s)" % timeout
logger.info(u"Executing command %s :\n\t\t%s" % (timeout_string, command) )
if sys.platform != 'win32':
command = u"exec %s" % text_utils.uni(command)
process = subprocess.Popen(command, stdout=logfile_writer, stderr=err_logfile_writer, bufsize=1, shell=True, cwd=working_folder, env=env)
while process.poll() == None:
time.sleep(poll_timing)
if timeout != None:
now = datetime.now()
if (now - start).seconds> timeout:
os.kill(process.pid, signal.SIGKILL)
os.waitpid(-1, os.WNOHANG)
raise Exception("Command execution timed out (took more than %s seconds...)" % timeout)
if line_function:
o = text_utils.uni(logfile_reader.readline()).rstrip()
while o != '':
line_function(o)
o = text_utils.uni(logfile_reader.readline()).rstrip()
if not return_output:
return process.wait()
logfile_reader.seek(logfile_start_position, os.SEEK_SET)
res = text_utils.uni(logfile_reader.read())
try:
logfile_reader.close()
logfile_writer.close()
err_logfile_writer.close()
if tmp_log:
shutil.rmtree(log_folder, ignore_errors=True)
except:
logger.exception("Error while cleaning after tbx.execute() call.")
return res |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '8']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'add_backbone_atoms_linearly_from_loop_filepaths'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '6', '7']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'loop_json_filepath'}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'fasta_filepath'}, {'id': '7', 'type': 'identifier', 'children': [], 'value': 'residue_ids'}; {'id': '8', 'type': 'block', 'children': ['9', '11', '23', '33', '43', '53', '79', '105', '110', '115', '128', '140', '150', '167', '171', '175', '179', '183', '236', '245', '254', '297']}, {'id': '9', 'type': 'expression_statement', 'children': ['10']}; {'id': '10', 'type': 'string', 'children': [], 'value': "'''A utility wrapper around add_backbone_atoms_linearly. Adds backbone atoms in a straight line from the first to\n the last residue of residue_ids.\n loop_json_filepath is a path to a JSON file using the JSON format for Rosetta loops files. This file identifies\n the insertion points of the sequence.\n fasta_filepath is a path to a FASTA file with one sequence. This sequence will be used as the sequence for\n the inserted residues (between the start and stop residues defined in loop_json_filepath).\n residue_ids is a list of PDB chain residues (columns 22-27 of ATOM lines in the PDB format). It is assumed that\n they are sequential although the logic does not depend on that. This list should have the length length as the\n sequence identified in the FASTA file.\n '''"}, {'id': '11', 'type': 'expression_statement', 'children': ['12']}; {'id': '12', 'type': 'assignment', 'children': ['13', '14']}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'loop_def'}; {'id': '14', 'type': 'call', 'children': ['15', '18']}, {'id': '15', 'type': 'attribute', 'children': ['16', '17']}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'json'}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'loads'}; {'id': '18', 'type': 'argument_list', 'children': ['19']}, {'id': '19', 'type': 'call', 'children': ['20', '21']}; {'id': '20', 'type': 'identifier', 'children': [], 'value': 'read_file'}, {'id': '21', 'type': 'argument_list', 'children': ['22']}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'loop_json_filepath'}, {'id': '23', 'type': 'assert_statement', 'children': ['24']}; {'id': '24', 'type': 'parenthesized_expression', 'children': ['25']}, {'id': '25', 'type': 'comparison_operator', 'children': ['26', '32'], 'value': '=='}; {'id': '26', 'type': 'call', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '28', 'type': 'argument_list', 'children': ['29']}, {'id': '29', 'type': 'subscript', 'children': ['30', '31']}; {'id': '30', 'type': 'identifier', 'children': [], 'value': 'loop_def'}, {'id': '31', 'type': 'string', 'children': [], 'value': "'LoopSet'"}; {'id': '32', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '33', 'type': 'expression_statement', 'children': ['34']}; {'id': '34', 'type': 'assignment', 'children': ['35', '36']}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'start_res'}; {'id': '36', 'type': 'subscript', 'children': ['37', '42']}, {'id': '37', 'type': 'subscript', 'children': ['38', '41']}; {'id': '38', 'type': 'subscript', 'children': ['39', '40']}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'loop_def'}; {'id': '40', 'type': 'string', 'children': [], 'value': "'LoopSet'"}, {'id': '41', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '42', 'type': 'string', 'children': [], 'value': "'start'"}, {'id': '43', 'type': 'expression_statement', 'children': ['44']}; {'id': '44', 'type': 'assignment', 'children': ['45', '46']}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'end_res'}; {'id': '46', 'type': 'subscript', 'children': ['47', '52']}, {'id': '47', 'type': 'subscript', 'children': ['48', '51']}; {'id': '48', 'type': 'subscript', 'children': ['49', '50']}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'loop_def'}; {'id': '50', 'type': 'string', 'children': [], 'value': "'LoopSet'"}, {'id': '51', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '52', 'type': 'string', 'children': [], 'value': "'stop'"}, {'id': '53', 'type': 'expression_statement', 'children': ['54']}; {'id': '54', 'type': 'assignment', 'children': ['55', '56']}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'start_res'}; {'id': '56', 'type': 'call', 'children': ['57', '60']}, {'id': '57', 'type': 'attribute', 'children': ['58', '59']}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'PDB'}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'ChainResidueID2String'}; {'id': '60', 'type': 'argument_list', 'children': ['61', '64']}, {'id': '61', 'type': 'subscript', 'children': ['62', '63']}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'start_res'}, {'id': '63', 'type': 'string', 'children': [], 'value': "'chainID'"}; {'id': '64', 'type': 'call', 'children': ['65', '78']}, {'id': '65', 'type': 'attribute', 'children': ['66', '77']}; {'id': '66', 'type': 'parenthesized_expression', 'children': ['67']}, {'id': '67', 'type': 'binary_operator', 'children': ['68', '74'], 'value': '+'}; {'id': '68', 'type': 'call', 'children': ['69', '70']}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'str'}; {'id': '70', 'type': 'argument_list', 'children': ['71']}, {'id': '71', 'type': 'subscript', 'children': ['72', '73']}; {'id': '72', 'type': 'identifier', 'children': [], 'value': 'start_res'}, {'id': '73', 'type': 'string', 'children': [], 'value': "'resSeq'"}; {'id': '74', 'type': 'subscript', 'children': ['75', '76']}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'start_res'}; {'id': '76', 'type': 'string', 'children': [], 'value': "'iCode'"}, {'id': '77', 'type': 'identifier', 'children': [], 'value': 'strip'}; {'id': '78', 'type': 'argument_list', 'children': []}, {'id': '79', 'type': 'expression_statement', 'children': ['80']}; {'id': '80', 'type': 'assignment', 'children': ['81', '82']}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'end_res'}; {'id': '82', 'type': 'call', 'children': ['83', '86']}, {'id': '83', 'type': 'attribute', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'PDB'}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'ChainResidueID2String'}; {'id': '86', 'type': 'argument_list', 'children': ['87', '90']}, {'id': '87', 'type': 'subscript', 'children': ['88', '89']}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'end_res'}, {'id': '89', 'type': 'string', 'children': [], 'value': "'chainID'"}; {'id': '90', 'type': 'call', 'children': ['91', '104']}, {'id': '91', 'type': 'attribute', 'children': ['92', '103']}; {'id': '92', 'type': 'parenthesized_expression', 'children': ['93']}, {'id': '93', 'type': 'binary_operator', 'children': ['94', '100'], 'value': '+'}; {'id': '94', 'type': 'call', 'children': ['95', '96']}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'str'}; {'id': '96', 'type': 'argument_list', 'children': ['97']}, {'id': '97', 'type': 'subscript', 'children': ['98', '99']}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'end_res'}, {'id': '99', 'type': 'string', 'children': [], 'value': "'resSeq'"}; {'id': '100', 'type': 'subscript', 'children': ['101', '102']}, {'id': '101', 'type': 'identifier', 'children': [], 'value': 'end_res'}; {'id': '102', 'type': 'string', 'children': [], 'value': "'iCode'"}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'strip'}; {'id': '104', 'type': 'argument_list', 'children': []}, {'id': '105', 'type': 'assert_statement', 'children': ['106']}; {'id': '106', 'type': 'parenthesized_expression', 'children': ['107']}, {'id': '107', 'type': 'comparison_operator', 'children': ['108', '109'], 'value': 'in'}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'start_res'}, {'id': '109', 'type': 'identifier', 'children': [], 'value': 'residue_ids'}; {'id': '110', 'type': 'assert_statement', 'children': ['111']}, {'id': '111', 'type': 'parenthesized_expression', 'children': ['112']}; {'id': '112', 'type': 'comparison_operator', 'children': ['113', '114'], 'value': 'in'}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'end_res'}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'residue_ids'}, {'id': '115', 'type': 'expression_statement', 'children': ['116']}; {'id': '116', 'type': 'assignment', 'children': ['117', '118']}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'f'}; {'id': '118', 'type': 'call', 'children': ['119', '120']}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'FASTA'}; {'id': '120', 'type': 'argument_list', 'children': ['121', '125']}, {'id': '121', 'type': 'call', 'children': ['122', '123']}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'read_file'}, {'id': '123', 'type': 'argument_list', 'children': ['124']}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'fasta_filepath'}, {'id': '125', 'type': 'keyword_argument', 'children': ['126', '127']}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'strict'}, {'id': '127', 'type': 'False', 'children': []}; {'id': '128', 'type': 'assert_statement', 'children': ['129']}, {'id': '129', 'type': 'parenthesized_expression', 'children': ['130']}; {'id': '130', 'type': 'comparison_operator', 'children': ['131', '139'], 'value': '=='}, {'id': '131', 'type': 'call', 'children': ['132', '133']}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '133', 'type': 'argument_list', 'children': ['134']}; {'id': '134', 'type': 'call', 'children': ['135', '138']}, {'id': '135', 'type': 'attribute', 'children': ['136', '137']}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'f'}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'get_sequences'}; {'id': '138', 'type': 'argument_list', 'children': []}, {'id': '139', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '140', 'type': 'expression_statement', 'children': ['141']}, {'id': '141', 'type': 'assignment', 'children': ['142', '143']}; {'id': '142', 'type': 'identifier', 'children': [], 'value': 'insertion_sequence'}, {'id': '143', 'type': 'subscript', 'children': ['144', '149']}; {'id': '144', 'type': 'subscript', 'children': ['145', '148']}, {'id': '145', 'type': 'attribute', 'children': ['146', '147']}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'f'}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'sequences'}; {'id': '148', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '149', 'type': 'integer', 'children': [], 'value': '2'}; {'id': '150', 'type': 'if_statement', 'children': ['151', '161']}, {'id': '151', 'type': 'not_operator', 'children': ['152']}; {'id': '152', 'type': 'comparison_operator', 'children': ['153', '157'], 'value': '=='}, {'id': '153', 'type': 'call', 'children': ['154', '155']}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '155', 'type': 'argument_list', 'children': ['156']}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'residue_ids'}, {'id': '157', 'type': 'call', 'children': ['158', '159']}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '159', 'type': 'argument_list', 'children': ['160']}; {'id': '160', 'type': 'identifier', 'children': [], 'value': 'insertion_sequence'}, {'id': '161', 'type': 'block', 'children': ['162']}; {'id': '162', 'type': 'raise_statement', 'children': ['163']}, {'id': '163', 'type': 'call', 'children': ['164', '165']}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'Exception'}, {'id': '165', 'type': 'argument_list', 'children': ['166']}; {'id': '166', 'type': 'string', 'children': [], 'value': "'The sequence in the FASTA file must have the same length as the list of residues.'"}, {'id': '167', 'type': 'expression_statement', 'children': ['168']}; {'id': '168', 'type': 'assignment', 'children': ['169', '170']}, {'id': '169', 'type': 'identifier', 'children': [], 'value': 'kept_residues'}; {'id': '170', 'type': 'list', 'children': [], 'value': '[]'}, {'id': '171', 'type': 'expression_statement', 'children': ['172']}; {'id': '172', 'type': 'assignment', 'children': ['173', '174']}, {'id': '173', 'type': 'identifier', 'children': [], 'value': 'insertion_residue_map'}; {'id': '174', 'type': 'dictionary', 'children': []}, {'id': '175', 'type': 'expression_statement', 'children': ['176']}; {'id': '176', 'type': 'assignment', 'children': ['177', '178']}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'in_section'}; {'id': '178', 'type': 'False', 'children': []}, {'id': '179', 'type': 'expression_statement', 'children': ['180']}; {'id': '180', 'type': 'assignment', 'children': ['181', '182']}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'found_end'}; {'id': '182', 'type': 'False', 'children': []}, {'id': '183', 'type': 'for_statement', 'children': ['184', '185', '192']}; {'id': '184', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '185', 'type': 'call', 'children': ['186', '187']}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'range'}, {'id': '187', 'type': 'argument_list', 'children': ['188']}; {'id': '188', 'type': 'call', 'children': ['189', '190']}, {'id': '189', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '190', 'type': 'argument_list', 'children': ['191']}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'residue_ids'}; {'id': '192', 'type': 'block', 'children': ['193', '199', '208']}, {'id': '193', 'type': 'expression_statement', 'children': ['194']}; {'id': '194', 'type': 'assignment', 'children': ['195', '196']}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'residue_id'}; {'id': '196', 'type': 'subscript', 'children': ['197', '198']}, {'id': '197', 'type': 'identifier', 'children': [], 'value': 'residue_ids'}; {'id': '198', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '199', 'type': 'if_statement', 'children': ['200', '203']}; {'id': '200', 'type': 'comparison_operator', 'children': ['201', '202'], 'value': '=='}, {'id': '201', 'type': 'identifier', 'children': [], 'value': 'residue_id'}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'start_res'}, {'id': '203', 'type': 'block', 'children': ['204']}; {'id': '204', 'type': 'expression_statement', 'children': ['205']}, {'id': '205', 'type': 'assignment', 'children': ['206', '207']}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'in_section'}, {'id': '207', 'type': 'True', 'children': []}; {'id': '208', 'type': 'if_statement', 'children': ['209', '210']}, {'id': '209', 'type': 'identifier', 'children': [], 'value': 'in_section'}; {'id': '210', 'type': 'block', 'children': ['211', '218', '226']}, {'id': '211', 'type': 'expression_statement', 'children': ['212']}; {'id': '212', 'type': 'call', 'children': ['213', '216']}, {'id': '213', 'type': 'attribute', 'children': ['214', '215']}; {'id': '214', 'type': 'identifier', 'children': [], 'value': 'kept_residues'}, {'id': '215', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '216', 'type': 'argument_list', 'children': ['217']}, {'id': '217', 'type': 'identifier', 'children': [], 'value': 'residue_id'}; {'id': '218', 'type': 'expression_statement', 'children': ['219']}, {'id': '219', 'type': 'assignment', 'children': ['220', '223']}; {'id': '220', 'type': 'subscript', 'children': ['221', '222']}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'insertion_residue_map'}; {'id': '222', 'type': 'identifier', 'children': [], 'value': 'residue_id'}, {'id': '223', 'type': 'subscript', 'children': ['224', '225']}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'insertion_sequence'}, {'id': '225', 'type': 'identifier', 'children': [], 'value': 'x'}; {'id': '226', 'type': 'if_statement', 'children': ['227', '230']}, {'id': '227', 'type': 'comparison_operator', 'children': ['228', '229'], 'value': '=='}; {'id': '228', 'type': 'identifier', 'children': [], 'value': 'residue_id'}, {'id': '229', 'type': 'identifier', 'children': [], 'value': 'end_res'}; {'id': '230', 'type': 'block', 'children': ['231', '235']}, {'id': '231', 'type': 'expression_statement', 'children': ['232']}; {'id': '232', 'type': 'assignment', 'children': ['233', '234']}, {'id': '233', 'type': 'identifier', 'children': [], 'value': 'found_end'}; {'id': '234', 'type': 'True', 'children': []}, {'id': '235', 'type': 'break_statement', 'children': []}; {'id': '236', 'type': 'if_statement', 'children': ['237', '239']}, {'id': '237', 'type': 'not_operator', 'children': ['238']}; {'id': '238', 'type': 'identifier', 'children': [], 'value': 'kept_residues'}, {'id': '239', 'type': 'block', 'children': ['240']}; {'id': '240', 'type': 'raise_statement', 'children': ['241']}, {'id': '241', 'type': 'call', 'children': ['242', '243']}; {'id': '242', 'type': 'identifier', 'children': [], 'value': 'Exception'}, {'id': '243', 'type': 'argument_list', 'children': ['244']}; {'id': '244', 'type': 'string', 'children': [], 'value': "'The insertion sequence is empty (check the start and end residue ids).'"}, {'id': '245', 'type': 'if_statement', 'children': ['246', '248']}; {'id': '246', 'type': 'not_operator', 'children': ['247']}, {'id': '247', 'type': 'identifier', 'children': [], 'value': 'found_end'}; {'id': '248', 'type': 'block', 'children': ['249']}, {'id': '249', 'type': 'raise_statement', 'children': ['250']}; {'id': '250', 'type': 'call', 'children': ['251', '252']}, {'id': '251', 'type': 'identifier', 'children': [], 'value': 'Exception'}; {'id': '252', 'type': 'argument_list', 'children': ['253']}, {'id': '253', 'type': 'string', 'children': [], 'value': "'The end residue was not encountered when iterating over the insertion sequence (check the start and end residue ids).'"}; {'id': '254', 'type': 'try_statement', 'children': ['255', '288']}, {'id': '255', 'type': 'block', 'children': ['256', '272']}; {'id': '256', 'type': 'expression_statement', 'children': ['257']}, {'id': '257', 'type': 'assignment', 'children': ['258', '259']}; {'id': '258', 'type': 'identifier', 'children': [], 'value': 'start_res'}, {'id': '259', 'type': 'subscript', 'children': ['260', '267']}; {'id': '260', 'type': 'subscript', 'children': ['261', '264']}, {'id': '261', 'type': 'attribute', 'children': ['262', '263']}; {'id': '262', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '263', 'type': 'identifier', 'children': [], 'value': 'residues'}; {'id': '264', 'type': 'subscript', 'children': ['265', '266']}, {'id': '265', 'type': 'identifier', 'children': [], 'value': 'start_res'}; {'id': '266', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '267', 'type': 'subscript', 'children': ['268', '269']}; {'id': '268', 'type': 'identifier', 'children': [], 'value': 'start_res'}, {'id': '269', 'type': 'slice', 'children': ['270', '271']}; {'id': '270', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '271', 'type': 'colon', 'children': []}; {'id': '272', 'type': 'expression_statement', 'children': ['273']}, {'id': '273', 'type': 'assignment', 'children': ['274', '275']}; {'id': '274', 'type': 'identifier', 'children': [], 'value': 'end_res'}, {'id': '275', 'type': 'subscript', 'children': ['276', '283']}; {'id': '276', 'type': 'subscript', 'children': ['277', '280']}, {'id': '277', 'type': 'attribute', 'children': ['278', '279']}; {'id': '278', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '279', 'type': 'identifier', 'children': [], 'value': 'residues'}; {'id': '280', 'type': 'subscript', 'children': ['281', '282']}, {'id': '281', 'type': 'identifier', 'children': [], 'value': 'end_res'}; {'id': '282', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '283', 'type': 'subscript', 'children': ['284', '285']}; {'id': '284', 'type': 'identifier', 'children': [], 'value': 'end_res'}, {'id': '285', 'type': 'slice', 'children': ['286', '287']}; {'id': '286', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '287', 'type': 'colon', 'children': []}; {'id': '288', 'type': 'except_clause', 'children': ['289', '290', '291']}, {'id': '289', 'type': 'identifier', 'children': [], 'value': 'Exception'}; {'id': '290', 'type': 'identifier', 'children': [], 'value': 'e'}, {'id': '291', 'type': 'block', 'children': ['292']}; {'id': '292', 'type': 'raise_statement', 'children': ['293']}, {'id': '293', 'type': 'call', 'children': ['294', '295']}; {'id': '294', 'type': 'identifier', 'children': [], 'value': 'Exception'}, {'id': '295', 'type': 'argument_list', 'children': ['296']}; {'id': '296', 'type': 'string', 'children': [], 'value': "'The start or end residue could not be found in the PDB file.'"}, {'id': '297', 'type': 'return_statement', 'children': ['298']}; {'id': '298', 'type': 'call', 'children': ['299', '302']}, {'id': '299', 'type': 'attribute', 'children': ['300', '301']}; {'id': '300', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '301', 'type': 'identifier', 'children': [], 'value': 'add_backbone_atoms_linearly'}; {'id': '302', 'type': 'argument_list', 'children': ['303', '304', '305', '306']}, {'id': '303', 'type': 'identifier', 'children': [], 'value': 'start_res'}; {'id': '304', 'type': 'identifier', 'children': [], 'value': 'end_res'}, {'id': '305', 'type': 'identifier', 'children': [], 'value': 'kept_residues'} | def add_backbone_atoms_linearly_from_loop_filepaths(self, loop_json_filepath, fasta_filepath, residue_ids):
'''A utility wrapper around add_backbone_atoms_linearly. Adds backbone atoms in a straight line from the first to
the last residue of residue_ids.
loop_json_filepath is a path to a JSON file using the JSON format for Rosetta loops files. This file identifies
the insertion points of the sequence.
fasta_filepath is a path to a FASTA file with one sequence. This sequence will be used as the sequence for
the inserted residues (between the start and stop residues defined in loop_json_filepath).
residue_ids is a list of PDB chain residues (columns 22-27 of ATOM lines in the PDB format). It is assumed that
they are sequential although the logic does not depend on that. This list should have the length length as the
sequence identified in the FASTA file.
'''
loop_def = json.loads(read_file(loop_json_filepath))
assert(len(loop_def['LoopSet']) == 1)
start_res = loop_def['LoopSet'][0]['start']
end_res = loop_def['LoopSet'][0]['stop']
start_res = PDB.ChainResidueID2String(start_res['chainID'], (str(start_res['resSeq']) + start_res['iCode']).strip())
end_res = PDB.ChainResidueID2String(end_res['chainID'], (str(end_res['resSeq']) + end_res['iCode']).strip())
assert(start_res in residue_ids)
assert(end_res in residue_ids)
f = FASTA(read_file(fasta_filepath), strict = False)
assert(len(f.get_sequences()) == 1)
insertion_sequence = f.sequences[0][2]
if not len(residue_ids) == len(insertion_sequence):
raise Exception('The sequence in the FASTA file must have the same length as the list of residues.')
kept_residues = []
insertion_residue_map = {}
in_section = False
found_end = False
for x in range(len(residue_ids)):
residue_id = residue_ids[x]
if residue_id == start_res:
in_section = True
if in_section:
kept_residues.append(residue_id)
insertion_residue_map[residue_id] = insertion_sequence[x]
if residue_id == end_res:
found_end = True
break
if not kept_residues:
raise Exception('The insertion sequence is empty (check the start and end residue ids).')
if not found_end:
raise Exception('The end residue was not encountered when iterating over the insertion sequence (check the start and end residue ids).')
try:
start_res = self.residues[start_res[0]][start_res[1:]]
end_res = self.residues[end_res[0]][end_res[1:]]
except Exception, e:
raise Exception('The start or end residue could not be found in the PDB file.')
return self.add_backbone_atoms_linearly(start_res, end_res, kept_residues, insertion_residue_map) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '11']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'add_atoms_linearly'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '6', '7', '8']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'identifier', 'children': [], 'value': 'start_atom'}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'end_atom'}, {'id': '7', 'type': 'identifier', 'children': [], 'value': 'new_atoms'}; {'id': '8', 'type': 'default_parameter', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'jitterbug'}; {'id': '10', 'type': 'float', 'children': [], 'value': '0.2'}, {'id': '11', 'type': 'block', 'children': ['12', '14', '30', '43', '51', '61', '77', '91', '105', '119', '138', '142', '162', '166', '184', '188', '327', '331', '335', '409']}; {'id': '12', 'type': 'expression_statement', 'children': ['13']}, {'id': '13', 'type': 'string', 'children': [], 'value': "'''A low-level function which adds new_atoms between start_atom and end_atom. This function does not validate the\n input i.e. the calling functions are responsible for ensuring that the insertion makes sense.\n Returns the PDB file content with the new atoms added. These atoms are given fresh serial numbers, starting\n from the first serial number larger than the current serial numbers i.e. the ATOM serial numbers do not now\n necessarily increase in document order.\n The jitter adds some X, Y, Z variability to the new atoms. This is important in the Rosetta software suite when\n placing backbone atoms as colinearly placed atoms will break the dihedral angle calculations (the dihedral angle\n over 4 colinear atoms is undefined).\n '''"}; {'id': '14', 'type': 'expression_statement', 'children': ['15']}, {'id': '15', 'type': 'assignment', 'children': ['16', '17']}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'atom_name_map'}, {'id': '17', 'type': 'dictionary', 'children': ['18', '21', '24', '27']}; {'id': '18', 'type': 'pair', 'children': ['19', '20']}, {'id': '19', 'type': 'string', 'children': [], 'value': "'CA'"}; {'id': '20', 'type': 'string', 'children': [], 'value': "' CA '"}, {'id': '21', 'type': 'pair', 'children': ['22', '23']}; {'id': '22', 'type': 'string', 'children': [], 'value': "'C'"}, {'id': '23', 'type': 'string', 'children': [], 'value': "' C '"}; {'id': '24', 'type': 'pair', 'children': ['25', '26']}, {'id': '25', 'type': 'string', 'children': [], 'value': "'N'"}; {'id': '26', 'type': 'string', 'children': [], 'value': "' N '"}, {'id': '27', 'type': 'pair', 'children': ['28', '29']}; {'id': '28', 'type': 'string', 'children': [], 'value': "'O'"}, {'id': '29', 'type': 'string', 'children': [], 'value': "' O '"}; {'id': '30', 'type': 'assert_statement', 'children': ['31']}, {'id': '31', 'type': 'parenthesized_expression', 'children': ['32']}; {'id': '32', 'type': 'comparison_operator', 'children': ['33', '38'], 'value': '=='}, {'id': '33', 'type': 'attribute', 'children': ['34', '37']}; {'id': '34', 'type': 'attribute', 'children': ['35', '36']}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'start_atom'}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'residue'}, {'id': '37', 'type': 'identifier', 'children': [], 'value': 'chain'}; {'id': '38', 'type': 'attribute', 'children': ['39', '42']}, {'id': '39', 'type': 'attribute', 'children': ['40', '41']}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'end_atom'}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'residue'}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'chain'}, {'id': '43', 'type': 'expression_statement', 'children': ['44']}; {'id': '44', 'type': 'assignment', 'children': ['45', '46']}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'chain_id'}; {'id': '46', 'type': 'attribute', 'children': ['47', '50']}, {'id': '47', 'type': 'attribute', 'children': ['48', '49']}; {'id': '48', 'type': 'identifier', 'children': [], 'value': 'start_atom'}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'residue'}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'chain'}, {'id': '51', 'type': 'expression_statement', 'children': ['52']}; {'id': '52', 'type': 'assignment', 'children': ['53', '54']}, {'id': '53', 'type': 'identifier', 'children': [], 'value': 'num_new_atoms'}; {'id': '54', 'type': 'call', 'children': ['55', '56']}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'float'}; {'id': '56', 'type': 'argument_list', 'children': ['57']}, {'id': '57', 'type': 'call', 'children': ['58', '59']}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '59', 'type': 'argument_list', 'children': ['60']}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'new_atoms'}, {'id': '61', 'type': 'expression_statement', 'children': ['62']}; {'id': '62', 'type': 'assignment', 'children': ['63', '67']}, {'id': '63', 'type': 'pattern_list', 'children': ['64', '65', '66']}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'X'}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'Y'}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'Z'}, {'id': '67', 'type': 'expression_list', 'children': ['68', '71', '74']}; {'id': '68', 'type': 'attribute', 'children': ['69', '70']}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'start_atom'}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '71', 'type': 'attribute', 'children': ['72', '73']}; {'id': '72', 'type': 'identifier', 'children': [], 'value': 'start_atom'}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'y'}; {'id': '74', 'type': 'attribute', 'children': ['75', '76']}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'start_atom'}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'z'}, {'id': '77', 'type': 'expression_statement', 'children': ['78']}; {'id': '78', 'type': 'assignment', 'children': ['79', '80']}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'x_step'}; {'id': '80', 'type': 'binary_operator', 'children': ['81', '87'], 'value': '/'}, {'id': '81', 'type': 'parenthesized_expression', 'children': ['82']}; {'id': '82', 'type': 'binary_operator', 'children': ['83', '86'], 'value': '-'}, {'id': '83', 'type': 'attribute', 'children': ['84', '85']}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'end_atom'}, {'id': '85', 'type': 'identifier', 'children': [], 'value': 'x'}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'X'}, {'id': '87', 'type': 'parenthesized_expression', 'children': ['88']}; {'id': '88', 'type': 'binary_operator', 'children': ['89', '90'], 'value': '+'}, {'id': '89', 'type': 'identifier', 'children': [], 'value': 'num_new_atoms'}; {'id': '90', 'type': 'float', 'children': [], 'value': '1.0'}, {'id': '91', 'type': 'expression_statement', 'children': ['92']}; {'id': '92', 'type': 'assignment', 'children': ['93', '94']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'y_step'}; {'id': '94', 'type': 'binary_operator', 'children': ['95', '101'], 'value': '/'}, {'id': '95', 'type': 'parenthesized_expression', 'children': ['96']}; {'id': '96', 'type': 'binary_operator', 'children': ['97', '100'], 'value': '-'}, {'id': '97', 'type': 'attribute', 'children': ['98', '99']}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'end_atom'}, {'id': '99', 'type': 'identifier', 'children': [], 'value': 'y'}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'Y'}, {'id': '101', 'type': 'parenthesized_expression', 'children': ['102']}; {'id': '102', 'type': 'binary_operator', 'children': ['103', '104'], 'value': '+'}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'num_new_atoms'}; {'id': '104', 'type': 'float', 'children': [], 'value': '1.0'}, {'id': '105', 'type': 'expression_statement', 'children': ['106']}; {'id': '106', 'type': 'assignment', 'children': ['107', '108']}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'z_step'}; {'id': '108', 'type': 'binary_operator', 'children': ['109', '115'], 'value': '/'}, {'id': '109', 'type': 'parenthesized_expression', 'children': ['110']}; {'id': '110', 'type': 'binary_operator', 'children': ['111', '114'], 'value': '-'}, {'id': '111', 'type': 'attribute', 'children': ['112', '113']}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'end_atom'}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'z'}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'Z'}, {'id': '115', 'type': 'parenthesized_expression', 'children': ['116']}; {'id': '116', 'type': 'binary_operator', 'children': ['117', '118'], 'value': '+'}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'num_new_atoms'}; {'id': '118', 'type': 'float', 'children': [], 'value': '1.0'}, {'id': '119', 'type': 'expression_statement', 'children': ['120']}; {'id': '120', 'type': 'assignment', 'children': ['121', '122']}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'D'}; {'id': '122', 'type': 'call', 'children': ['123', '126']}, {'id': '123', 'type': 'attribute', 'children': ['124', '125']}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'math'}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'sqrt'}; {'id': '126', 'type': 'argument_list', 'children': ['127']}, {'id': '127', 'type': 'binary_operator', 'children': ['128', '135'], 'value': '+'}; {'id': '128', 'type': 'binary_operator', 'children': ['129', '132'], 'value': '+'}, {'id': '129', 'type': 'binary_operator', 'children': ['130', '131'], 'value': '*'}; {'id': '130', 'type': 'identifier', 'children': [], 'value': 'x_step'}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'x_step'}; {'id': '132', 'type': 'binary_operator', 'children': ['133', '134'], 'value': '*'}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'y_step'}; {'id': '134', 'type': 'identifier', 'children': [], 'value': 'y_step'}, {'id': '135', 'type': 'binary_operator', 'children': ['136', '137'], 'value': '*'}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'z_step'}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'z_step'}; {'id': '138', 'type': 'expression_statement', 'children': ['139']}, {'id': '139', 'type': 'assignment', 'children': ['140', '141']}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'jitter'}, {'id': '141', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '142', 'type': 'if_statement', 'children': ['143', '144']}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'jitterbug'}; {'id': '144', 'type': 'block', 'children': ['145']}, {'id': '145', 'type': 'expression_statement', 'children': ['146']}; {'id': '146', 'type': 'assignment', 'children': ['147', '148']}, {'id': '147', 'type': 'identifier', 'children': [], 'value': 'jitter'}; {'id': '148', 'type': 'binary_operator', 'children': ['149', '161'], 'value': '/'}, {'id': '149', 'type': 'parenthesized_expression', 'children': ['150']}; {'id': '150', 'type': 'binary_operator', 'children': ['151', '160'], 'value': '*'}, {'id': '151', 'type': 'parenthesized_expression', 'children': ['152']}; {'id': '152', 'type': 'binary_operator', 'children': ['153', '159'], 'value': '/'}, {'id': '153', 'type': 'parenthesized_expression', 'children': ['154']}; {'id': '154', 'type': 'binary_operator', 'children': ['155', '158'], 'value': '+'}, {'id': '155', 'type': 'binary_operator', 'children': ['156', '157'], 'value': '+'}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'x_step'}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'y_step'}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'z_step'}, {'id': '159', 'type': 'float', 'children': [], 'value': '3.0'}; {'id': '160', 'type': 'identifier', 'children': [], 'value': 'jitterbug'}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'D'}; {'id': '162', 'type': 'expression_statement', 'children': ['163']}, {'id': '163', 'type': 'assignment', 'children': ['164', '165']}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'new_lines'}, {'id': '165', 'type': 'list', 'children': [], 'value': '[]'}; {'id': '166', 'type': 'expression_statement', 'children': ['167']}, {'id': '167', 'type': 'assignment', 'children': ['168', '169']}; {'id': '168', 'type': 'identifier', 'children': [], 'value': 'next_serial_number'}, {'id': '169', 'type': 'binary_operator', 'children': ['170', '183'], 'value': '+'}; {'id': '170', 'type': 'call', 'children': ['171', '172']}, {'id': '171', 'type': 'identifier', 'children': [], 'value': 'max'}; {'id': '172', 'type': 'argument_list', 'children': ['173']}, {'id': '173', 'type': 'call', 'children': ['174', '175']}; {'id': '174', 'type': 'identifier', 'children': [], 'value': 'sorted'}, {'id': '175', 'type': 'argument_list', 'children': ['176']}; {'id': '176', 'type': 'call', 'children': ['177', '182']}, {'id': '177', 'type': 'attribute', 'children': ['178', '181']}; {'id': '178', 'type': 'attribute', 'children': ['179', '180']}, {'id': '179', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'atoms'}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'keys'}; {'id': '182', 'type': 'argument_list', 'children': []}, {'id': '183', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '184', 'type': 'expression_statement', 'children': ['185']}, {'id': '185', 'type': 'assignment', 'children': ['186', '187']}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'round'}, {'id': '187', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '188', 'type': 'for_statement', 'children': ['189', '190', '191']}, {'id': '189', 'type': 'identifier', 'children': [], 'value': 'new_atom'}; {'id': '190', 'type': 'identifier', 'children': [], 'value': 'new_atoms'}, {'id': '191', 'type': 'block', 'children': ['192', '208', '272', '279', '287', '295', '323']}; {'id': '192', 'type': 'expression_statement', 'children': ['193']}, {'id': '193', 'type': 'assignment', 'children': ['194', '198']}; {'id': '194', 'type': 'pattern_list', 'children': ['195', '196', '197']}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'X'}; {'id': '196', 'type': 'identifier', 'children': [], 'value': 'Y'}, {'id': '197', 'type': 'identifier', 'children': [], 'value': 'Z'}; {'id': '198', 'type': 'expression_list', 'children': ['199', '202', '205']}, {'id': '199', 'type': 'binary_operator', 'children': ['200', '201'], 'value': '+'}; {'id': '200', 'type': 'identifier', 'children': [], 'value': 'X'}, {'id': '201', 'type': 'identifier', 'children': [], 'value': 'x_step'}; {'id': '202', 'type': 'binary_operator', 'children': ['203', '204'], 'value': '+'}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'Y'}; {'id': '204', 'type': 'identifier', 'children': [], 'value': 'y_step'}, {'id': '205', 'type': 'binary_operator', 'children': ['206', '207'], 'value': '+'}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'Z'}, {'id': '207', 'type': 'identifier', 'children': [], 'value': 'z_step'}; {'id': '208', 'type': 'if_statement', 'children': ['209', '210']}, {'id': '209', 'type': 'identifier', 'children': [], 'value': 'jitter'}; {'id': '210', 'type': 'block', 'children': ['211', '268']}, {'id': '211', 'type': 'if_statement', 'children': ['212', '217', '230', '249']}; {'id': '212', 'type': 'comparison_operator', 'children': ['213', '216'], 'value': '=='}, {'id': '213', 'type': 'binary_operator', 'children': ['214', '215'], 'value': '%'}; {'id': '214', 'type': 'identifier', 'children': [], 'value': 'round'}, {'id': '215', 'type': 'integer', 'children': [], 'value': '3'}; {'id': '216', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '217', 'type': 'block', 'children': ['218']}; {'id': '218', 'type': 'expression_statement', 'children': ['219']}, {'id': '219', 'type': 'assignment', 'children': ['220', '223']}; {'id': '220', 'type': 'pattern_list', 'children': ['221', '222']}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'X'}; {'id': '222', 'type': 'identifier', 'children': [], 'value': 'Y'}, {'id': '223', 'type': 'expression_list', 'children': ['224', '227']}; {'id': '224', 'type': 'binary_operator', 'children': ['225', '226'], 'value': '+'}, {'id': '225', 'type': 'identifier', 'children': [], 'value': 'X'}; {'id': '226', 'type': 'identifier', 'children': [], 'value': 'jitter'}, {'id': '227', 'type': 'binary_operator', 'children': ['228', '229'], 'value': '-'}; {'id': '228', 'type': 'identifier', 'children': [], 'value': 'Y'}, {'id': '229', 'type': 'identifier', 'children': [], 'value': 'jitter'}; {'id': '230', 'type': 'elif_clause', 'children': ['231', '236']}, {'id': '231', 'type': 'comparison_operator', 'children': ['232', '235'], 'value': '=='}; {'id': '232', 'type': 'binary_operator', 'children': ['233', '234'], 'value': '%'}, {'id': '233', 'type': 'identifier', 'children': [], 'value': 'round'}; {'id': '234', 'type': 'integer', 'children': [], 'value': '3'}, {'id': '235', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '236', 'type': 'block', 'children': ['237']}, {'id': '237', 'type': 'expression_statement', 'children': ['238']}; {'id': '238', 'type': 'assignment', 'children': ['239', '242']}, {'id': '239', 'type': 'pattern_list', 'children': ['240', '241']}; {'id': '240', 'type': 'identifier', 'children': [], 'value': 'Y'}, {'id': '241', 'type': 'identifier', 'children': [], 'value': 'Z'}; {'id': '242', 'type': 'expression_list', 'children': ['243', '246']}, {'id': '243', 'type': 'binary_operator', 'children': ['244', '245'], 'value': '+'}; {'id': '244', 'type': 'identifier', 'children': [], 'value': 'Y'}, {'id': '245', 'type': 'identifier', 'children': [], 'value': 'jitter'}; {'id': '246', 'type': 'binary_operator', 'children': ['247', '248'], 'value': '-'}, {'id': '247', 'type': 'identifier', 'children': [], 'value': 'Z'}; {'id': '248', 'type': 'identifier', 'children': [], 'value': 'jitter'}, {'id': '249', 'type': 'elif_clause', 'children': ['250', '255']}; {'id': '250', 'type': 'comparison_operator', 'children': ['251', '254'], 'value': '=='}, {'id': '251', 'type': 'binary_operator', 'children': ['252', '253'], 'value': '%'}; {'id': '252', 'type': 'identifier', 'children': [], 'value': 'round'}, {'id': '253', 'type': 'integer', 'children': [], 'value': '3'}; {'id': '254', 'type': 'integer', 'children': [], 'value': '2'}, {'id': '255', 'type': 'block', 'children': ['256']}; {'id': '256', 'type': 'expression_statement', 'children': ['257']}, {'id': '257', 'type': 'assignment', 'children': ['258', '261']}; {'id': '258', 'type': 'pattern_list', 'children': ['259', '260']}, {'id': '259', 'type': 'identifier', 'children': [], 'value': 'Z'}; {'id': '260', 'type': 'identifier', 'children': [], 'value': 'X'}, {'id': '261', 'type': 'expression_list', 'children': ['262', '265']}; {'id': '262', 'type': 'binary_operator', 'children': ['263', '264'], 'value': '+'}, {'id': '263', 'type': 'identifier', 'children': [], 'value': 'Z'}; {'id': '264', 'type': 'identifier', 'children': [], 'value': 'jitter'}, {'id': '265', 'type': 'binary_operator', 'children': ['266', '267'], 'value': '-'}; {'id': '266', 'type': 'identifier', 'children': [], 'value': 'X'}, {'id': '267', 'type': 'identifier', 'children': [], 'value': 'jitter'}; {'id': '268', 'type': 'expression_statement', 'children': ['269']}, {'id': '269', 'type': 'augmented_assignment', 'children': ['270', '271'], 'value': '+='}; {'id': '270', 'type': 'identifier', 'children': [], 'value': 'round'}, {'id': '271', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '272', 'type': 'expression_statement', 'children': ['273']}, {'id': '273', 'type': 'assignment', 'children': ['274', '278']}; {'id': '274', 'type': 'pattern_list', 'children': ['275', '276', '277']}, {'id': '275', 'type': 'identifier', 'children': [], 'value': 'residue_id'}; {'id': '276', 'type': 'identifier', 'children': [], 'value': 'residue_type'}, {'id': '277', 'type': 'identifier', 'children': [], 'value': 'atom_name'}; {'id': '278', 'type': 'identifier', 'children': [], 'value': 'new_atom'}, {'id': '279', 'type': 'assert_statement', 'children': ['280']}; {'id': '280', 'type': 'parenthesized_expression', 'children': ['281']}, {'id': '281', 'type': 'comparison_operator', 'children': ['282', '286'], 'value': '=='}; {'id': '282', 'type': 'call', 'children': ['283', '284']}, {'id': '283', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '284', 'type': 'argument_list', 'children': ['285']}, {'id': '285', 'type': 'identifier', 'children': [], 'value': 'residue_type'}; {'id': '286', 'type': 'integer', 'children': [], 'value': '3'}, {'id': '287', 'type': 'assert_statement', 'children': ['288']}; {'id': '288', 'type': 'parenthesized_expression', 'children': ['289']}, {'id': '289', 'type': 'comparison_operator', 'children': ['290', '294'], 'value': '=='}; {'id': '290', 'type': 'call', 'children': ['291', '292']}, {'id': '291', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '292', 'type': 'argument_list', 'children': ['293']}, {'id': '293', 'type': 'identifier', 'children': [], 'value': 'residue_id'}; {'id': '294', 'type': 'integer', 'children': [], 'value': '6'}, {'id': '295', 'type': 'expression_statement', 'children': ['296']}; {'id': '296', 'type': 'call', 'children': ['297', '300']}, {'id': '297', 'type': 'attribute', 'children': ['298', '299']}; {'id': '298', 'type': 'identifier', 'children': [], 'value': 'new_lines'}, {'id': '299', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '300', 'type': 'argument_list', 'children': ['301']}, {'id': '301', 'type': 'call', 'children': ['302', '305']}; {'id': '302', 'type': 'attribute', 'children': ['303', '304']}, {'id': '303', 'type': 'string', 'children': [], 'value': "'ATOM {0} {1} {2} {3} {4:>8.3f}{5:>8.3f}{6:>8.3f} 1.00 0.00 '"}; {'id': '304', 'type': 'identifier', 'children': [], 'value': 'format'}, {'id': '305', 'type': 'argument_list', 'children': ['306', '315', '318', '319', '320', '321', '322']}; {'id': '306', 'type': 'call', 'children': ['307', '313']}, {'id': '307', 'type': 'attribute', 'children': ['308', '312']}; {'id': '308', 'type': 'call', 'children': ['309', '310']}, {'id': '309', 'type': 'identifier', 'children': [], 'value': 'str'}; {'id': '310', 'type': 'argument_list', 'children': ['311']}, {'id': '311', 'type': 'identifier', 'children': [], 'value': 'next_serial_number'}; {'id': '312', 'type': 'identifier', 'children': [], 'value': 'rjust'}, {'id': '313', 'type': 'argument_list', 'children': ['314']}; {'id': '314', 'type': 'integer', 'children': [], 'value': '5'}, {'id': '315', 'type': 'subscript', 'children': ['316', '317']}; {'id': '316', 'type': 'identifier', 'children': [], 'value': 'atom_name_map'}, {'id': '317', 'type': 'identifier', 'children': [], 'value': 'atom_name'}; {'id': '318', 'type': 'identifier', 'children': [], 'value': 'residue_type'}, {'id': '319', 'type': 'identifier', 'children': [], 'value': 'residue_id'}; {'id': '320', 'type': 'identifier', 'children': [], 'value': 'X'}, {'id': '321', 'type': 'identifier', 'children': [], 'value': 'Y'}; {'id': '322', 'type': 'identifier', 'children': [], 'value': 'Z'}, {'id': '323', 'type': 'expression_statement', 'children': ['324']}; {'id': '324', 'type': 'augmented_assignment', 'children': ['325', '326'], 'value': '+='}, {'id': '325', 'type': 'identifier', 'children': [], 'value': 'next_serial_number'}; {'id': '326', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '327', 'type': 'expression_statement', 'children': ['328']}; {'id': '328', 'type': 'assignment', 'children': ['329', '330']}, {'id': '329', 'type': 'identifier', 'children': [], 'value': 'new_pdb'}; {'id': '330', 'type': 'list', 'children': [], 'value': '[]'}, {'id': '331', 'type': 'expression_statement', 'children': ['332']}; {'id': '332', 'type': 'assignment', 'children': ['333', '334']}, {'id': '333', 'type': 'identifier', 'children': [], 'value': 'in_start_residue'}; {'id': '334', 'type': 'False', 'children': []}, {'id': '335', 'type': 'for_statement', 'children': ['336', '337', '340']}; {'id': '336', 'type': 'identifier', 'children': [], 'value': 'l'}, {'id': '337', 'type': 'attribute', 'children': ['338', '339']}; {'id': '338', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '339', 'type': 'identifier', 'children': [], 'value': 'indexed_lines'}; {'id': '340', 'type': 'block', 'children': ['341', '360', '384']}, {'id': '341', 'type': 'if_statement', 'children': ['342', '355']}; {'id': '342', 'type': 'boolean_operator', 'children': ['343', '346'], 'value': 'and'}, {'id': '343', 'type': 'subscript', 'children': ['344', '345']}; {'id': '344', 'type': 'identifier', 'children': [], 'value': 'l'}, {'id': '345', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '346', 'type': 'comparison_operator', 'children': ['347', '352'], 'value': '=='}, {'id': '347', 'type': 'attribute', 'children': ['348', '351']}; {'id': '348', 'type': 'subscript', 'children': ['349', '350']}, {'id': '349', 'type': 'identifier', 'children': [], 'value': 'l'}; {'id': '350', 'type': 'integer', 'children': [], 'value': '3'}, {'id': '351', 'type': 'identifier', 'children': [], 'value': 'serial_number'}; {'id': '352', 'type': 'attribute', 'children': ['353', '354']}, {'id': '353', 'type': 'identifier', 'children': [], 'value': 'start_atom'}; {'id': '354', 'type': 'identifier', 'children': [], 'value': 'serial_number'}, {'id': '355', 'type': 'block', 'children': ['356']}; {'id': '356', 'type': 'expression_statement', 'children': ['357']}, {'id': '357', 'type': 'assignment', 'children': ['358', '359']}; {'id': '358', 'type': 'identifier', 'children': [], 'value': 'in_start_residue'}, {'id': '359', 'type': 'True', 'children': []}; {'id': '360', 'type': 'if_statement', 'children': ['361', '372']}, {'id': '361', 'type': 'boolean_operator', 'children': ['362', '363'], 'value': 'and'}; {'id': '362', 'type': 'identifier', 'children': [], 'value': 'in_start_residue'}, {'id': '363', 'type': 'comparison_operator', 'children': ['364', '369'], 'value': '!='}; {'id': '364', 'type': 'attribute', 'children': ['365', '368']}, {'id': '365', 'type': 'subscript', 'children': ['366', '367']}; {'id': '366', 'type': 'identifier', 'children': [], 'value': 'l'}, {'id': '367', 'type': 'integer', 'children': [], 'value': '3'}; {'id': '368', 'type': 'identifier', 'children': [], 'value': 'serial_number'}, {'id': '369', 'type': 'attribute', 'children': ['370', '371']}; {'id': '370', 'type': 'identifier', 'children': [], 'value': 'start_atom'}, {'id': '371', 'type': 'identifier', 'children': [], 'value': 'serial_number'}; {'id': '372', 'type': 'block', 'children': ['373', '380']}, {'id': '373', 'type': 'expression_statement', 'children': ['374']}; {'id': '374', 'type': 'call', 'children': ['375', '378']}, {'id': '375', 'type': 'attribute', 'children': ['376', '377']}; {'id': '376', 'type': 'identifier', 'children': [], 'value': 'new_pdb'}, {'id': '377', 'type': 'identifier', 'children': [], 'value': 'extend'}; {'id': '378', 'type': 'argument_list', 'children': ['379']}, {'id': '379', 'type': 'identifier', 'children': [], 'value': 'new_lines'}; {'id': '380', 'type': 'expression_statement', 'children': ['381']}, {'id': '381', 'type': 'assignment', 'children': ['382', '383']}; {'id': '382', 'type': 'identifier', 'children': [], 'value': 'in_start_residue'}, {'id': '383', 'type': 'False', 'children': []}; {'id': '384', 'type': 'if_statement', 'children': ['385', '388', '398']}, {'id': '385', 'type': 'subscript', 'children': ['386', '387']}; {'id': '386', 'type': 'identifier', 'children': [], 'value': 'l'}, {'id': '387', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '388', 'type': 'block', 'children': ['389']}, {'id': '389', 'type': 'expression_statement', 'children': ['390']}; {'id': '390', 'type': 'call', 'children': ['391', '394']}, {'id': '391', 'type': 'attribute', 'children': ['392', '393']}; {'id': '392', 'type': 'identifier', 'children': [], 'value': 'new_pdb'}, {'id': '393', 'type': 'identifier', 'children': [], 'value': 'append'}; {'id': '394', 'type': 'argument_list', 'children': ['395']}, {'id': '395', 'type': 'subscript', 'children': ['396', '397']}; {'id': '396', 'type': 'identifier', 'children': [], 'value': 'l'}, {'id': '397', 'type': 'integer', 'children': [], 'value': '2'}; {'id': '398', 'type': 'else_clause', 'children': ['399']}, {'id': '399', 'type': 'block', 'children': ['400']}; {'id': '400', 'type': 'expression_statement', 'children': ['401']}, {'id': '401', 'type': 'call', 'children': ['402', '405']}; {'id': '402', 'type': 'attribute', 'children': ['403', '404']}, {'id': '403', 'type': 'identifier', 'children': [], 'value': 'new_pdb'}; {'id': '404', 'type': 'identifier', 'children': [], 'value': 'append'}, {'id': '405', 'type': 'argument_list', 'children': ['406']}; {'id': '406', 'type': 'subscript', 'children': ['407', '408']}, {'id': '407', 'type': 'identifier', 'children': [], 'value': 'l'}; {'id': '408', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '409', 'type': 'return_statement', 'children': ['410']}; {'id': '410', 'type': 'call', 'children': ['411', '414']}, {'id': '411', 'type': 'attribute', 'children': ['412', '413']}; {'id': '412', 'type': 'string', 'children': [], 'value': "'\\n'"}, {'id': '413', 'type': 'identifier', 'children': [], 'value': 'join'}; {'id': '414', 'type': 'argument_list', 'children': ['415']}, {'id': '415', 'type': 'identifier', 'children': [], 'value': 'new_pdb'} | def add_atoms_linearly(self, start_atom, end_atom, new_atoms, jitterbug = 0.2):
'''A low-level function which adds new_atoms between start_atom and end_atom. This function does not validate the
input i.e. the calling functions are responsible for ensuring that the insertion makes sense.
Returns the PDB file content with the new atoms added. These atoms are given fresh serial numbers, starting
from the first serial number larger than the current serial numbers i.e. the ATOM serial numbers do not now
necessarily increase in document order.
The jitter adds some X, Y, Z variability to the new atoms. This is important in the Rosetta software suite when
placing backbone atoms as colinearly placed atoms will break the dihedral angle calculations (the dihedral angle
over 4 colinear atoms is undefined).
'''
atom_name_map = {
'CA' : ' CA ',
'C' : ' C ',
'N' : ' N ',
'O' : ' O ',
}
assert(start_atom.residue.chain == end_atom.residue.chain)
chain_id = start_atom.residue.chain
num_new_atoms = float(len(new_atoms))
X, Y, Z = start_atom.x, start_atom.y, start_atom.z
x_step = (end_atom.x - X) / (num_new_atoms + 1.0)
y_step = (end_atom.y - Y) / (num_new_atoms + 1.0)
z_step = (end_atom.z - Z) / (num_new_atoms + 1.0)
D = math.sqrt(x_step * x_step + y_step * y_step + z_step * z_step)
jitter = 0
if jitterbug:
jitter = (((x_step + y_step + z_step) / 3.0) * jitterbug) / D
new_lines = []
next_serial_number = max(sorted(self.atoms.keys())) + 1
round = 0
for new_atom in new_atoms:
X, Y, Z = X + x_step, Y + y_step, Z + z_step
if jitter:
if round % 3 == 0:
X, Y = X + jitter, Y - jitter
elif round % 3 == 1:
Y, Z = Y + jitter, Z - jitter
elif round % 3 == 2:
Z, X = Z + jitter, X - jitter
round += 1
residue_id, residue_type, atom_name = new_atom
assert(len(residue_type) == 3)
assert(len(residue_id) == 6)
new_lines.append('ATOM {0} {1} {2} {3} {4:>8.3f}{5:>8.3f}{6:>8.3f} 1.00 0.00 '.format(str(next_serial_number).rjust(5), atom_name_map[atom_name], residue_type, residue_id, X, Y, Z))
next_serial_number += 1
new_pdb = []
in_start_residue = False
for l in self.indexed_lines:
if l[0] and l[3].serial_number == start_atom.serial_number:
in_start_residue = True
if in_start_residue and l[3].serial_number != start_atom.serial_number:
new_pdb.extend(new_lines)
in_start_residue = False
if l[0]:
new_pdb.append(l[2])
else:
new_pdb.append(l[1])
return '\n'.join(new_pdb) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '5']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'dispatch_request'}, {'id': '3', 'type': 'parameters', 'children': ['4']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'block', 'children': ['6', '18', '27', '37', '62', '71', '96', '207', '216', '225', '234', '243', '254', '271', '349', '373', '380']}; {'id': '6', 'type': 'if_statement', 'children': ['7', '10']}, {'id': '7', 'type': 'attribute', 'children': ['8', '9']}; {'id': '8', 'type': 'identifier', 'children': [], 'value': 'current_user'}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'is_authenticated'}; {'id': '10', 'type': 'block', 'children': ['11']}, {'id': '11', 'type': 'return_statement', 'children': ['12']}; {'id': '12', 'type': 'call', 'children': ['13', '14']}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'redirect'}; {'id': '14', 'type': 'argument_list', 'children': ['15']}, {'id': '15', 'type': 'attribute', 'children': ['16', '17']}; {'id': '16', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '17', 'type': 'identifier', 'children': [], 'value': 'next'}; {'id': '18', 'type': 'if_statement', 'children': ['19', '22']}, {'id': '19', 'type': 'comparison_operator', 'children': ['20', '21'], 'value': 'in'}; {'id': '20', 'type': 'string', 'children': [], 'value': "'social_data'"}, {'id': '21', 'type': 'identifier', 'children': [], 'value': 'session'}; {'id': '22', 'type': 'block', 'children': ['23']}, {'id': '23', 'type': 'delete_statement', 'children': ['24']}; {'id': '24', 'type': 'subscript', 'children': ['25', '26']}, {'id': '25', 'type': 'identifier', 'children': [], 'value': 'session'}; {'id': '26', 'type': 'string', 'children': [], 'value': "'social_data'"}, {'id': '27', 'type': 'expression_statement', 'children': ['28']}; {'id': '28', 'type': 'assignment', 'children': ['29', '30']}, {'id': '29', 'type': 'identifier', 'children': [], 'value': 'res'}; {'id': '30', 'type': 'call', 'children': ['31', '36']}, {'id': '31', 'type': 'attribute', 'children': ['32', '35']}; {'id': '32', 'type': 'attribute', 'children': ['33', '34']}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'app'}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'authorized_response'}; {'id': '36', 'type': 'argument_list', 'children': []}, {'id': '37', 'type': 'if_statement', 'children': ['38', '41']}; {'id': '38', 'type': 'comparison_operator', 'children': ['39', '40'], 'value': 'is'}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'res'}; {'id': '40', 'type': 'None', 'children': []}, {'id': '41', 'type': 'block', 'children': ['42', '55']}; {'id': '42', 'type': 'if_statement', 'children': ['43', '46']}, {'id': '43', 'type': 'attribute', 'children': ['44', '45']}; {'id': '44', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'flash'}; {'id': '46', 'type': 'block', 'children': ['47']}, {'id': '47', 'type': 'expression_statement', 'children': ['48']}; {'id': '48', 'type': 'call', 'children': ['49', '50']}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'flash'}; {'id': '50', 'type': 'argument_list', 'children': ['51', '54']}, {'id': '51', 'type': 'attribute', 'children': ['52', '53']}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '53', 'type': 'identifier', 'children': [], 'value': 'auth_failed_msg'}; {'id': '54', 'type': 'string', 'children': [], 'value': "'danger'"}, {'id': '55', 'type': 'return_statement', 'children': ['56']}; {'id': '56', 'type': 'call', 'children': ['57', '58']}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'redirect'}; {'id': '58', 'type': 'argument_list', 'children': ['59']}, {'id': '59', 'type': 'attribute', 'children': ['60', '61']}; {'id': '60', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'next'}; {'id': '62', 'type': 'expression_statement', 'children': ['63']}, {'id': '63', 'type': 'assignment', 'children': ['64', '65']}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'data'}, {'id': '65', 'type': 'call', 'children': ['66', '69']}; {'id': '66', 'type': 'attribute', 'children': ['67', '68']}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'get_profile_data'}, {'id': '69', 'type': 'argument_list', 'children': ['70']}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'res'}, {'id': '71', 'type': 'if_statement', 'children': ['72', '75']}; {'id': '72', 'type': 'comparison_operator', 'children': ['73', '74'], 'value': 'is'}, {'id': '73', 'type': 'identifier', 'children': [], 'value': 'data'}; {'id': '74', 'type': 'None', 'children': []}, {'id': '75', 'type': 'block', 'children': ['76', '89']}; {'id': '76', 'type': 'if_statement', 'children': ['77', '80']}, {'id': '77', 'type': 'attribute', 'children': ['78', '79']}; {'id': '78', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'flash'}; {'id': '80', 'type': 'block', 'children': ['81']}, {'id': '81', 'type': 'expression_statement', 'children': ['82']}; {'id': '82', 'type': 'call', 'children': ['83', '84']}, {'id': '83', 'type': 'identifier', 'children': [], 'value': 'flash'}; {'id': '84', 'type': 'argument_list', 'children': ['85', '88']}, {'id': '85', 'type': 'attribute', 'children': ['86', '87']}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'data_failed_msg'}; {'id': '88', 'type': 'string', 'children': [], 'value': "'danger'"}, {'id': '89', 'type': 'return_statement', 'children': ['90']}; {'id': '90', 'type': 'call', 'children': ['91', '92']}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'redirect'}; {'id': '92', 'type': 'argument_list', 'children': ['93']}, {'id': '93', 'type': 'attribute', 'children': ['94', '95']}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '95', 'type': 'identifier', 'children': [], 'value': 'next'}; {'id': '96', 'type': 'try_statement', 'children': ['97', '142', '192']}, {'id': '97', 'type': 'block', 'children': ['98', '112']}; {'id': '98', 'type': 'expression_statement', 'children': ['99']}, {'id': '99', 'type': 'assignment', 'children': ['100', '101']}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'ok'}, {'id': '101', 'type': 'call', 'children': ['102', '105']}; {'id': '102', 'type': 'attribute', 'children': ['103', '104']}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'user_service'}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'attempt_social_login'}, {'id': '105', 'type': 'argument_list', 'children': ['106', '109']}; {'id': '106', 'type': 'attribute', 'children': ['107', '108']}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'provider'}, {'id': '109', 'type': 'subscript', 'children': ['110', '111']}; {'id': '110', 'type': 'identifier', 'children': [], 'value': 'data'}, {'id': '111', 'type': 'string', 'children': [], 'value': "'id'"}; {'id': '112', 'type': 'if_statement', 'children': ['113', '114']}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'ok'}; {'id': '114', 'type': 'block', 'children': ['115', '135']}, {'id': '115', 'type': 'if_statement', 'children': ['116', '119']}; {'id': '116', 'type': 'attribute', 'children': ['117', '118']}, {'id': '117', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '118', 'type': 'identifier', 'children': [], 'value': 'flash'}, {'id': '119', 'type': 'block', 'children': ['120']}; {'id': '120', 'type': 'expression_statement', 'children': ['121']}, {'id': '121', 'type': 'call', 'children': ['122', '123']}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'flash'}, {'id': '123', 'type': 'argument_list', 'children': ['124', '134']}; {'id': '124', 'type': 'call', 'children': ['125', '130']}, {'id': '125', 'type': 'attribute', 'children': ['126', '129']}; {'id': '126', 'type': 'attribute', 'children': ['127', '128']}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '128', 'type': 'identifier', 'children': [], 'value': 'logged_in_msg'}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'format'}; {'id': '130', 'type': 'argument_list', 'children': ['131']}, {'id': '131', 'type': 'attribute', 'children': ['132', '133']}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'provider'}; {'id': '134', 'type': 'string', 'children': [], 'value': "'success'"}, {'id': '135', 'type': 'return_statement', 'children': ['136']}; {'id': '136', 'type': 'call', 'children': ['137', '138']}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'redirect'}; {'id': '138', 'type': 'argument_list', 'children': ['139']}, {'id': '139', 'type': 'attribute', 'children': ['140', '141']}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '141', 'type': 'identifier', 'children': [], 'value': 'logged_in'}; {'id': '142', 'type': 'except_clause', 'children': ['143', '149']}, {'id': '143', 'type': 'as_pattern', 'children': ['144', '147']}; {'id': '144', 'type': 'attribute', 'children': ['145', '146']}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'x'}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'AccountLocked'}, {'id': '147', 'type': 'as_pattern_target', 'children': ['148']}; {'id': '148', 'type': 'identifier', 'children': [], 'value': 'locked'}, {'id': '149', 'type': 'block', 'children': ['150', '163', '174', '187']}; {'id': '150', 'type': 'expression_statement', 'children': ['151']}, {'id': '151', 'type': 'assignment', 'children': ['152', '153']}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'msg'}, {'id': '153', 'type': 'call', 'children': ['154', '159']}; {'id': '154', 'type': 'attribute', 'children': ['155', '158']}, {'id': '155', 'type': 'attribute', 'children': ['156', '157']}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'lock_msg'}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'format'}, {'id': '159', 'type': 'argument_list', 'children': ['160']}; {'id': '160', 'type': 'attribute', 'children': ['161', '162']}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'locked'}; {'id': '162', 'type': 'identifier', 'children': [], 'value': 'locked_until'}, {'id': '163', 'type': 'if_statement', 'children': ['164', '167']}; {'id': '164', 'type': 'attribute', 'children': ['165', '166']}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'flash'}, {'id': '167', 'type': 'block', 'children': ['168']}; {'id': '168', 'type': 'expression_statement', 'children': ['169']}, {'id': '169', 'type': 'call', 'children': ['170', '171']}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'flash'}, {'id': '171', 'type': 'argument_list', 'children': ['172', '173']}; {'id': '172', 'type': 'identifier', 'children': [], 'value': 'msg'}, {'id': '173', 'type': 'string', 'children': [], 'value': "'danger'"}; {'id': '174', 'type': 'expression_statement', 'children': ['175']}, {'id': '175', 'type': 'assignment', 'children': ['176', '177']}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'url'}, {'id': '177', 'type': 'call', 'children': ['178', '179']}; {'id': '178', 'type': 'identifier', 'children': [], 'value': 'url_for'}, {'id': '179', 'type': 'argument_list', 'children': ['180', '183']}; {'id': '180', 'type': 'attribute', 'children': ['181', '182']}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'lock_redirect'}, {'id': '183', 'type': 'dictionary_splat', 'children': ['184']}; {'id': '184', 'type': 'attribute', 'children': ['185', '186']}, {'id': '185', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'lock_redirect_params'}, {'id': '187', 'type': 'return_statement', 'children': ['188']}; {'id': '188', 'type': 'call', 'children': ['189', '190']}, {'id': '189', 'type': 'identifier', 'children': [], 'value': 'redirect'}; {'id': '190', 'type': 'argument_list', 'children': ['191']}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'url'}; {'id': '192', 'type': 'except_clause', 'children': ['193', '196']}, {'id': '193', 'type': 'attribute', 'children': ['194', '195']}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'x'}, {'id': '195', 'type': 'identifier', 'children': [], 'value': 'EmailNotConfirmed'}; {'id': '196', 'type': 'block', 'children': ['197']}, {'id': '197', 'type': 'return_statement', 'children': ['198']}; {'id': '198', 'type': 'call', 'children': ['199', '200']}, {'id': '199', 'type': 'identifier', 'children': [], 'value': 'redirect'}; {'id': '200', 'type': 'argument_list', 'children': ['201']}, {'id': '201', 'type': 'call', 'children': ['202', '203']}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'url_for'}, {'id': '203', 'type': 'argument_list', 'children': ['204']}; {'id': '204', 'type': 'attribute', 'children': ['205', '206']}, {'id': '205', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'unconfirmed_email_endpoint'}, {'id': '207', 'type': 'expression_statement', 'children': ['208']}; {'id': '208', 'type': 'assignment', 'children': ['209', '210']}, {'id': '209', 'type': 'identifier', 'children': [], 'value': 'email'}; {'id': '210', 'type': 'call', 'children': ['211', '214']}, {'id': '211', 'type': 'attribute', 'children': ['212', '213']}; {'id': '212', 'type': 'identifier', 'children': [], 'value': 'data'}, {'id': '213', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '214', 'type': 'argument_list', 'children': ['215']}, {'id': '215', 'type': 'string', 'children': [], 'value': "'email'"}; {'id': '216', 'type': 'expression_statement', 'children': ['217']}, {'id': '217', 'type': 'assignment', 'children': ['218', '219']}; {'id': '218', 'type': 'identifier', 'children': [], 'value': 'provider'}, {'id': '219', 'type': 'call', 'children': ['220', '223']}; {'id': '220', 'type': 'attribute', 'children': ['221', '222']}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'data'}; {'id': '222', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '223', 'type': 'argument_list', 'children': ['224']}; {'id': '224', 'type': 'string', 'children': [], 'value': "'provider'"}, {'id': '225', 'type': 'expression_statement', 'children': ['226']}; {'id': '226', 'type': 'assignment', 'children': ['227', '228']}, {'id': '227', 'type': 'identifier', 'children': [], 'value': 'id'}; {'id': '228', 'type': 'call', 'children': ['229', '232']}, {'id': '229', 'type': 'attribute', 'children': ['230', '231']}; {'id': '230', 'type': 'identifier', 'children': [], 'value': 'data'}, {'id': '231', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '232', 'type': 'argument_list', 'children': ['233']}, {'id': '233', 'type': 'string', 'children': [], 'value': "'id'"}; {'id': '234', 'type': 'expression_statement', 'children': ['235']}, {'id': '235', 'type': 'assignment', 'children': ['236', '237']}; {'id': '236', 'type': 'identifier', 'children': [], 'value': 'id_column'}, {'id': '237', 'type': 'call', 'children': ['238', '241']}; {'id': '238', 'type': 'attribute', 'children': ['239', '240']}, {'id': '239', 'type': 'string', 'children': [], 'value': "'{}_id'"}; {'id': '240', 'type': 'identifier', 'children': [], 'value': 'format'}, {'id': '241', 'type': 'argument_list', 'children': ['242']}; {'id': '242', 'type': 'identifier', 'children': [], 'value': 'provider'}, {'id': '243', 'type': 'expression_statement', 'children': ['244']}; {'id': '244', 'type': 'assignment', 'children': ['245', '246']}, {'id': '245', 'type': 'identifier', 'children': [], 'value': 'user'}; {'id': '246', 'type': 'call', 'children': ['247', '250']}, {'id': '247', 'type': 'attribute', 'children': ['248', '249']}; {'id': '248', 'type': 'identifier', 'children': [], 'value': 'user_service'}, {'id': '249', 'type': 'identifier', 'children': [], 'value': 'first'}; {'id': '250', 'type': 'argument_list', 'children': ['251']}, {'id': '251', 'type': 'keyword_argument', 'children': ['252', '253']}; {'id': '252', 'type': 'identifier', 'children': [], 'value': 'email'}, {'id': '253', 'type': 'identifier', 'children': [], 'value': 'email'}; {'id': '254', 'type': 'if_statement', 'children': ['255', '256']}, {'id': '255', 'type': 'identifier', 'children': [], 'value': 'user'}; {'id': '256', 'type': 'block', 'children': ['257', '264']}, {'id': '257', 'type': 'expression_statement', 'children': ['258']}; {'id': '258', 'type': 'call', 'children': ['259', '260']}, {'id': '259', 'type': 'identifier', 'children': [], 'value': 'setattr'}; {'id': '260', 'type': 'argument_list', 'children': ['261', '262', '263']}, {'id': '261', 'type': 'identifier', 'children': [], 'value': 'user'}; {'id': '262', 'type': 'identifier', 'children': [], 'value': 'id_column'}, {'id': '263', 'type': 'identifier', 'children': [], 'value': 'id'}; {'id': '264', 'type': 'expression_statement', 'children': ['265']}, {'id': '265', 'type': 'call', 'children': ['266', '269']}; {'id': '266', 'type': 'attribute', 'children': ['267', '268']}, {'id': '267', 'type': 'identifier', 'children': [], 'value': 'user_service'}; {'id': '268', 'type': 'identifier', 'children': [], 'value': 'save'}, {'id': '269', 'type': 'argument_list', 'children': ['270']}; {'id': '270', 'type': 'identifier', 'children': [], 'value': 'user'}, {'id': '271', 'type': 'if_statement', 'children': ['272', '274']}; {'id': '272', 'type': 'not_operator', 'children': ['273']}, {'id': '273', 'type': 'identifier', 'children': [], 'value': 'user'}; {'id': '274', 'type': 'block', 'children': ['275', '281', '290', '299', '317', '326', '332']}, {'id': '275', 'type': 'expression_statement', 'children': ['276']}; {'id': '276', 'type': 'assignment', 'children': ['277', '278']}, {'id': '277', 'type': 'identifier', 'children': [], 'value': 'cfg'}; {'id': '278', 'type': 'attribute', 'children': ['279', '280']}, {'id': '279', 'type': 'identifier', 'children': [], 'value': 'current_app'}; {'id': '280', 'type': 'identifier', 'children': [], 'value': 'config'}, {'id': '281', 'type': 'expression_statement', 'children': ['282']}; {'id': '282', 'type': 'assignment', 'children': ['283', '284']}, {'id': '283', 'type': 'identifier', 'children': [], 'value': 'send_welcome'}; {'id': '284', 'type': 'call', 'children': ['285', '288']}, {'id': '285', 'type': 'attribute', 'children': ['286', '287']}; {'id': '286', 'type': 'identifier', 'children': [], 'value': 'cfg'}, {'id': '287', 'type': 'identifier', 'children': [], 'value': 'get'}; {'id': '288', 'type': 'argument_list', 'children': ['289']}, {'id': '289', 'type': 'string', 'children': [], 'value': "'USER_SEND_WELCOME_MESSAGE'"}; {'id': '290', 'type': 'expression_statement', 'children': ['291']}, {'id': '291', 'type': 'assignment', 'children': ['292', '293']}; {'id': '292', 'type': 'identifier', 'children': [], 'value': 'base_confirm_url'}, {'id': '293', 'type': 'call', 'children': ['294', '297']}; {'id': '294', 'type': 'attribute', 'children': ['295', '296']}, {'id': '295', 'type': 'identifier', 'children': [], 'value': 'cfg'}; {'id': '296', 'type': 'identifier', 'children': [], 'value': 'get'}, {'id': '297', 'type': 'argument_list', 'children': ['298']}; {'id': '298', 'type': 'string', 'children': [], 'value': "'USER_BASE_EMAIL_CONFIRM_URL'"}, {'id': '299', 'type': 'if_statement', 'children': ['300', '302']}; {'id': '300', 'type': 'not_operator', 'children': ['301']}, {'id': '301', 'type': 'identifier', 'children': [], 'value': 'base_confirm_url'}; {'id': '302', 'type': 'block', 'children': ['303', '307']}, {'id': '303', 'type': 'expression_statement', 'children': ['304']}; {'id': '304', 'type': 'assignment', 'children': ['305', '306']}, {'id': '305', 'type': 'identifier', 'children': [], 'value': 'endpoint'}; {'id': '306', 'type': 'string', 'children': [], 'value': "'user.confirm.email.request'"}, {'id': '307', 'type': 'expression_statement', 'children': ['308']}; {'id': '308', 'type': 'assignment', 'children': ['309', '310']}, {'id': '309', 'type': 'identifier', 'children': [], 'value': 'base_confirm_url'}; {'id': '310', 'type': 'call', 'children': ['311', '312']}, {'id': '311', 'type': 'identifier', 'children': [], 'value': 'url_for'}; {'id': '312', 'type': 'argument_list', 'children': ['313', '314']}, {'id': '313', 'type': 'identifier', 'children': [], 'value': 'endpoint'}; {'id': '314', 'type': 'keyword_argument', 'children': ['315', '316']}, {'id': '315', 'type': 'identifier', 'children': [], 'value': '_external'}; {'id': '316', 'type': 'True', 'children': []}, {'id': '317', 'type': 'expression_statement', 'children': ['318']}; {'id': '318', 'type': 'assignment', 'children': ['319', '320']}, {'id': '319', 'type': 'identifier', 'children': [], 'value': 'data'}; {'id': '320', 'type': 'call', 'children': ['321', '322']}, {'id': '321', 'type': 'identifier', 'children': [], 'value': 'dict'}; {'id': '322', 'type': 'argument_list', 'children': ['323']}, {'id': '323', 'type': 'keyword_argument', 'children': ['324', '325']}; {'id': '324', 'type': 'identifier', 'children': [], 'value': 'email'}, {'id': '325', 'type': 'identifier', 'children': [], 'value': 'email'}; {'id': '326', 'type': 'expression_statement', 'children': ['327']}, {'id': '327', 'type': 'assignment', 'children': ['328', '331']}; {'id': '328', 'type': 'subscript', 'children': ['329', '330']}, {'id': '329', 'type': 'identifier', 'children': [], 'value': 'data'}; {'id': '330', 'type': 'identifier', 'children': [], 'value': 'id_column'}, {'id': '331', 'type': 'identifier', 'children': [], 'value': 'id'}; {'id': '332', 'type': 'expression_statement', 'children': ['333']}, {'id': '333', 'type': 'assignment', 'children': ['334', '335']}; {'id': '334', 'type': 'identifier', 'children': [], 'value': 'user'}, {'id': '335', 'type': 'call', 'children': ['336', '339']}; {'id': '336', 'type': 'attribute', 'children': ['337', '338']}, {'id': '337', 'type': 'identifier', 'children': [], 'value': 'user_service'}; {'id': '338', 'type': 'identifier', 'children': [], 'value': 'register'}, {'id': '339', 'type': 'argument_list', 'children': ['340', '343', '346']}; {'id': '340', 'type': 'keyword_argument', 'children': ['341', '342']}, {'id': '341', 'type': 'identifier', 'children': [], 'value': 'user_data'}; {'id': '342', 'type': 'identifier', 'children': [], 'value': 'data'}, {'id': '343', 'type': 'keyword_argument', 'children': ['344', '345']}; {'id': '344', 'type': 'identifier', 'children': [], 'value': 'send_welcome'}, {'id': '345', 'type': 'identifier', 'children': [], 'value': 'send_welcome'}; {'id': '346', 'type': 'keyword_argument', 'children': ['347', '348']}, {'id': '347', 'type': 'identifier', 'children': [], 'value': 'base_confirm_url'}; {'id': '348', 'type': 'identifier', 'children': [], 'value': 'base_confirm_url'}, {'id': '349', 'type': 'if_statement', 'children': ['350', '358']}; {'id': '350', 'type': 'boolean_operator', 'children': ['351', '354'], 'value': 'and'}, {'id': '351', 'type': 'attribute', 'children': ['352', '353']}; {'id': '352', 'type': 'identifier', 'children': [], 'value': 'user_service'}, {'id': '353', 'type': 'identifier', 'children': [], 'value': 'require_confirmation'}; {'id': '354', 'type': 'not_operator', 'children': ['355']}, {'id': '355', 'type': 'attribute', 'children': ['356', '357']}; {'id': '356', 'type': 'identifier', 'children': [], 'value': 'user'}, {'id': '357', 'type': 'identifier', 'children': [], 'value': 'email_confirmed'}; {'id': '358', 'type': 'block', 'children': ['359']}, {'id': '359', 'type': 'return_statement', 'children': ['360']}; {'id': '360', 'type': 'call', 'children': ['361', '362']}, {'id': '361', 'type': 'identifier', 'children': [], 'value': 'redirect'}; {'id': '362', 'type': 'argument_list', 'children': ['363']}, {'id': '363', 'type': 'call', 'children': ['364', '365']}; {'id': '364', 'type': 'identifier', 'children': [], 'value': 'url_for'}, {'id': '365', 'type': 'argument_list', 'children': ['366', '369']}; {'id': '366', 'type': 'attribute', 'children': ['367', '368']}, {'id': '367', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '368', 'type': 'identifier', 'children': [], 'value': 'ok_endpoint'}, {'id': '369', 'type': 'dictionary_splat', 'children': ['370']}; {'id': '370', 'type': 'attribute', 'children': ['371', '372']}, {'id': '371', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '372', 'type': 'identifier', 'children': [], 'value': 'ok_params'}, {'id': '373', 'type': 'expression_statement', 'children': ['374']}; {'id': '374', 'type': 'call', 'children': ['375', '378']}, {'id': '375', 'type': 'attribute', 'children': ['376', '377']}; {'id': '376', 'type': 'identifier', 'children': [], 'value': 'user_service'}, {'id': '377', 'type': 'identifier', 'children': [], 'value': 'force_login'}; {'id': '378', 'type': 'argument_list', 'children': ['379']}, {'id': '379', 'type': 'identifier', 'children': [], 'value': 'user'}; {'id': '380', 'type': 'return_statement', 'children': ['381']}, {'id': '381', 'type': 'call', 'children': ['382', '383']}; {'id': '382', 'type': 'identifier', 'children': [], 'value': 'redirect'}, {'id': '383', 'type': 'argument_list', 'children': ['384']}; {'id': '384', 'type': 'attribute', 'children': ['385', '386']}, {'id': '385', 'type': 'identifier', 'children': [], 'value': 'self'} | def dispatch_request(self):
if current_user.is_authenticated:
return redirect(self.next)
if 'social_data' in session:
del session['social_data']
res = self.app.authorized_response()
if res is None:
if self.flash: flash(self.auth_failed_msg, 'danger')
return redirect(self.next)
data = self.get_profile_data(res)
if data is None:
if self.flash: flash(self.data_failed_msg, 'danger')
return redirect(self.next)
try:
ok = user_service.attempt_social_login(self.provider, data['id'])
if ok:
if self.flash:
flash(self.logged_in_msg.format(self.provider), 'success')
return redirect(self.logged_in)
except x.AccountLocked as locked:
msg = self.lock_msg.format(locked.locked_until)
if self.flash: flash(msg, 'danger')
url = url_for(self.lock_redirect, **self.lock_redirect_params)
return redirect(url)
except x.EmailNotConfirmed:
return redirect(url_for(self.unconfirmed_email_endpoint))
email = data.get('email')
provider = data.get('provider')
id = data.get('id')
id_column = '{}_id'.format(provider)
user = user_service.first(email=email)
if user:
setattr(user, id_column, id)
user_service.save(user)
if not user:
cfg = current_app.config
send_welcome = cfg.get('USER_SEND_WELCOME_MESSAGE')
base_confirm_url = cfg.get('USER_BASE_EMAIL_CONFIRM_URL')
if not base_confirm_url:
endpoint = 'user.confirm.email.request'
base_confirm_url = url_for(endpoint, _external=True)
data = dict(email=email)
data[id_column] = id
user = user_service.register(
user_data=data,
send_welcome=send_welcome,
base_confirm_url=base_confirm_url
)
if user_service.require_confirmation and not user.email_confirmed:
return redirect(url_for(self.ok_endpoint, **self.ok_params))
user_service.force_login(user)
return redirect(self.force_login_redirect) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '23']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'get_duration_measures'}, {'id': '3', 'type': 'parameters', 'children': ['4', '5', '8', '11', '14', '17', '20']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'source_file_path'}, {'id': '5', 'type': 'default_parameter', 'children': ['6', '7']}; {'id': '6', 'type': 'identifier', 'children': [], 'value': 'output_path'}, {'id': '7', 'type': 'None', 'children': []}; {'id': '8', 'type': 'default_parameter', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'phonemic'}; {'id': '10', 'type': 'False', 'children': []}, {'id': '11', 'type': 'default_parameter', 'children': ['12', '13']}; {'id': '12', 'type': 'identifier', 'children': [], 'value': 'semantic'}, {'id': '13', 'type': 'False', 'children': []}; {'id': '14', 'type': 'default_parameter', 'children': ['15', '16']}, {'id': '15', 'type': 'identifier', 'children': [], 'value': 'quiet'}; {'id': '16', 'type': 'False', 'children': []}, {'id': '17', 'type': 'default_parameter', 'children': ['18', '19']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'similarity_file'}, {'id': '19', 'type': 'None', 'children': []}; {'id': '20', 'type': 'default_parameter', 'children': ['21', '22']}, {'id': '21', 'type': 'identifier', 'children': [], 'value': 'threshold'}; {'id': '22', 'type': 'None', 'children': []}, {'id': '23', 'type': 'block', 'children': ['24', '30', '36', '42', '48', '54', '60', '66', '72', '79', '163', '190', '222']}; {'id': '24', 'type': 'expression_statement', 'children': ['25']}, {'id': '25', 'type': 'assignment', 'children': ['26', '27']}; {'id': '26', 'type': 'identifier', 'children': [], 'value': 'args'}, {'id': '27', 'type': 'call', 'children': ['28', '29']}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'Args'}, {'id': '29', 'type': 'argument_list', 'children': []}; {'id': '30', 'type': 'expression_statement', 'children': ['31']}, {'id': '31', 'type': 'assignment', 'children': ['32', '35']}; {'id': '32', 'type': 'attribute', 'children': ['33', '34']}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'args'}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'output_path'}, {'id': '35', 'type': 'identifier', 'children': [], 'value': 'output_path'}; {'id': '36', 'type': 'expression_statement', 'children': ['37']}, {'id': '37', 'type': 'assignment', 'children': ['38', '41']}; {'id': '38', 'type': 'attribute', 'children': ['39', '40']}, {'id': '39', 'type': 'identifier', 'children': [], 'value': 'args'}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'phonemic'}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'phonemic'}; {'id': '42', 'type': 'expression_statement', 'children': ['43']}, {'id': '43', 'type': 'assignment', 'children': ['44', '47']}; {'id': '44', 'type': 'attribute', 'children': ['45', '46']}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'args'}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'semantic'}, {'id': '47', 'type': 'identifier', 'children': [], 'value': 'semantic'}; {'id': '48', 'type': 'expression_statement', 'children': ['49']}, {'id': '49', 'type': 'assignment', 'children': ['50', '53']}; {'id': '50', 'type': 'attribute', 'children': ['51', '52']}, {'id': '51', 'type': 'identifier', 'children': [], 'value': 'args'}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'source_file_path'}, {'id': '53', 'type': 'identifier', 'children': [], 'value': 'source_file_path'}; {'id': '54', 'type': 'expression_statement', 'children': ['55']}, {'id': '55', 'type': 'assignment', 'children': ['56', '59']}; {'id': '56', 'type': 'attribute', 'children': ['57', '58']}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'args'}; {'id': '58', 'type': 'identifier', 'children': [], 'value': 'quiet'}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'quiet'}; {'id': '60', 'type': 'expression_statement', 'children': ['61']}, {'id': '61', 'type': 'assignment', 'children': ['62', '65']}; {'id': '62', 'type': 'attribute', 'children': ['63', '64']}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'args'}; {'id': '64', 'type': 'identifier', 'children': [], 'value': 'similarity_file'}, {'id': '65', 'type': 'identifier', 'children': [], 'value': 'similarity_file'}; {'id': '66', 'type': 'expression_statement', 'children': ['67']}, {'id': '67', 'type': 'assignment', 'children': ['68', '71']}; {'id': '68', 'type': 'attribute', 'children': ['69', '70']}, {'id': '69', 'type': 'identifier', 'children': [], 'value': 'args'}; {'id': '70', 'type': 'identifier', 'children': [], 'value': 'threshold'}, {'id': '71', 'type': 'identifier', 'children': [], 'value': 'threshold'}; {'id': '72', 'type': 'expression_statement', 'children': ['73']}, {'id': '73', 'type': 'assignment', 'children': ['74', '75']}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'args'}, {'id': '75', 'type': 'call', 'children': ['76', '77']}; {'id': '76', 'type': 'identifier', 'children': [], 'value': 'validate_arguments'}, {'id': '77', 'type': 'argument_list', 'children': ['78']}; {'id': '78', 'type': 'identifier', 'children': [], 'value': 'args'}, {'id': '79', 'type': 'if_statement', 'children': ['80', '83', '116', '153']}; {'id': '80', 'type': 'attribute', 'children': ['81', '82']}, {'id': '81', 'type': 'identifier', 'children': [], 'value': 'args'}; {'id': '82', 'type': 'identifier', 'children': [], 'value': 'phonemic'}, {'id': '83', 'type': 'block', 'children': ['84', '90']}; {'id': '84', 'type': 'expression_statement', 'children': ['85']}, {'id': '85', 'type': 'assignment', 'children': ['86', '87']}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'response_category'}, {'id': '87', 'type': 'attribute', 'children': ['88', '89']}; {'id': '88', 'type': 'identifier', 'children': [], 'value': 'args'}, {'id': '89', 'type': 'identifier', 'children': [], 'value': 'phonemic'}; {'id': '90', 'type': 'expression_statement', 'children': ['91']}, {'id': '91', 'type': 'assignment', 'children': ['92', '93']}; {'id': '92', 'type': 'identifier', 'children': [], 'value': 'output_prefix'}, {'id': '93', 'type': 'binary_operator', 'children': ['94', '113'], 'value': '+'}; {'id': '94', 'type': 'binary_operator', 'children': ['95', '112'], 'value': '+'}, {'id': '95', 'type': 'subscript', 'children': ['96', '111']}; {'id': '96', 'type': 'call', 'children': ['97', '109']}, {'id': '97', 'type': 'attribute', 'children': ['98', '108']}; {'id': '98', 'type': 'call', 'children': ['99', '104']}, {'id': '99', 'type': 'attribute', 'children': ['100', '103']}; {'id': '100', 'type': 'attribute', 'children': ['101', '102']}, {'id': '101', 'type': 'identifier', 'children': [], 'value': 'os'}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'path'}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'basename'}; {'id': '104', 'type': 'argument_list', 'children': ['105']}, {'id': '105', 'type': 'attribute', 'children': ['106', '107']}; {'id': '106', 'type': 'identifier', 'children': [], 'value': 'args'}, {'id': '107', 'type': 'identifier', 'children': [], 'value': 'source_file_path'}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'split'}, {'id': '109', 'type': 'argument_list', 'children': ['110']}; {'id': '110', 'type': 'string', 'children': [], 'value': "'.'"}, {'id': '111', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '112', 'type': 'string', 'children': [], 'value': '"_vfclust_phonemic_"'}, {'id': '113', 'type': 'attribute', 'children': ['114', '115']}; {'id': '114', 'type': 'identifier', 'children': [], 'value': 'args'}, {'id': '115', 'type': 'identifier', 'children': [], 'value': 'phonemic'}; {'id': '116', 'type': 'elif_clause', 'children': ['117', '120']}, {'id': '117', 'type': 'attribute', 'children': ['118', '119']}; {'id': '118', 'type': 'identifier', 'children': [], 'value': 'args'}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'semantic'}; {'id': '120', 'type': 'block', 'children': ['121', '127']}, {'id': '121', 'type': 'expression_statement', 'children': ['122']}; {'id': '122', 'type': 'assignment', 'children': ['123', '124']}, {'id': '123', 'type': 'identifier', 'children': [], 'value': 'response_category'}; {'id': '124', 'type': 'attribute', 'children': ['125', '126']}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'args'}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'semantic'}, {'id': '127', 'type': 'expression_statement', 'children': ['128']}; {'id': '128', 'type': 'assignment', 'children': ['129', '130']}, {'id': '129', 'type': 'identifier', 'children': [], 'value': 'output_prefix'}; {'id': '130', 'type': 'binary_operator', 'children': ['131', '150'], 'value': '+'}, {'id': '131', 'type': 'binary_operator', 'children': ['132', '149'], 'value': '+'}; {'id': '132', 'type': 'subscript', 'children': ['133', '148']}, {'id': '133', 'type': 'call', 'children': ['134', '146']}; {'id': '134', 'type': 'attribute', 'children': ['135', '145']}, {'id': '135', 'type': 'call', 'children': ['136', '141']}; {'id': '136', 'type': 'attribute', 'children': ['137', '140']}, {'id': '137', 'type': 'attribute', 'children': ['138', '139']}; {'id': '138', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'basename'}, {'id': '141', 'type': 'argument_list', 'children': ['142']}; {'id': '142', 'type': 'attribute', 'children': ['143', '144']}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'args'}; {'id': '144', 'type': 'identifier', 'children': [], 'value': 'source_file_path'}, {'id': '145', 'type': 'identifier', 'children': [], 'value': 'split'}; {'id': '146', 'type': 'argument_list', 'children': ['147']}, {'id': '147', 'type': 'string', 'children': [], 'value': "'.'"}; {'id': '148', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '149', 'type': 'string', 'children': [], 'value': '"_vfclust_semantic_"'}; {'id': '150', 'type': 'attribute', 'children': ['151', '152']}, {'id': '151', 'type': 'identifier', 'children': [], 'value': 'args'}; {'id': '152', 'type': 'identifier', 'children': [], 'value': 'semantic'}, {'id': '153', 'type': 'else_clause', 'children': ['154']}; {'id': '154', 'type': 'block', 'children': ['155', '159']}, {'id': '155', 'type': 'expression_statement', 'children': ['156']}; {'id': '156', 'type': 'assignment', 'children': ['157', '158']}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'response_category'}; {'id': '158', 'type': 'string', 'children': [], 'value': '""'}, {'id': '159', 'type': 'expression_statement', 'children': ['160']}; {'id': '160', 'type': 'assignment', 'children': ['161', '162']}, {'id': '161', 'type': 'identifier', 'children': [], 'value': 'output_prefix'}; {'id': '162', 'type': 'string', 'children': [], 'value': '""'}, {'id': '163', 'type': 'if_statement', 'children': ['164', '167', '184']}; {'id': '164', 'type': 'attribute', 'children': ['165', '166']}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'args'}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'output_path'}, {'id': '167', 'type': 'block', 'children': ['168']}; {'id': '168', 'type': 'expression_statement', 'children': ['169']}, {'id': '169', 'type': 'assignment', 'children': ['170', '171']}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'target_file_path'}, {'id': '171', 'type': 'call', 'children': ['172', '177']}; {'id': '172', 'type': 'attribute', 'children': ['173', '176']}, {'id': '173', 'type': 'attribute', 'children': ['174', '175']}; {'id': '174', 'type': 'identifier', 'children': [], 'value': 'os'}, {'id': '175', 'type': 'identifier', 'children': [], 'value': 'path'}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'join'}, {'id': '177', 'type': 'argument_list', 'children': ['178', '181']}; {'id': '178', 'type': 'attribute', 'children': ['179', '180']}, {'id': '179', 'type': 'identifier', 'children': [], 'value': 'args'}; {'id': '180', 'type': 'identifier', 'children': [], 'value': 'output_path'}, {'id': '181', 'type': 'binary_operator', 'children': ['182', '183'], 'value': '+'}; {'id': '182', 'type': 'identifier', 'children': [], 'value': 'output_prefix'}, {'id': '183', 'type': 'string', 'children': [], 'value': "'.csv'"}; {'id': '184', 'type': 'else_clause', 'children': ['185']}, {'id': '185', 'type': 'block', 'children': ['186']}; {'id': '186', 'type': 'expression_statement', 'children': ['187']}, {'id': '187', 'type': 'assignment', 'children': ['188', '189']}; {'id': '188', 'type': 'identifier', 'children': [], 'value': 'target_file_path'}, {'id': '189', 'type': 'False', 'children': []}; {'id': '190', 'type': 'expression_statement', 'children': ['191']}, {'id': '191', 'type': 'assignment', 'children': ['192', '193']}; {'id': '192', 'type': 'identifier', 'children': [], 'value': 'engine'}, {'id': '193', 'type': 'call', 'children': ['194', '195']}; {'id': '194', 'type': 'identifier', 'children': [], 'value': 'VFClustEngine'}, {'id': '195', 'type': 'argument_list', 'children': ['196', '199', '204', '207', '212', '217']}; {'id': '196', 'type': 'keyword_argument', 'children': ['197', '198']}, {'id': '197', 'type': 'identifier', 'children': [], 'value': 'response_category'}; {'id': '198', 'type': 'identifier', 'children': [], 'value': 'response_category'}, {'id': '199', 'type': 'keyword_argument', 'children': ['200', '201']}; {'id': '200', 'type': 'identifier', 'children': [], 'value': 'response_file_path'}, {'id': '201', 'type': 'attribute', 'children': ['202', '203']}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'args'}, {'id': '203', 'type': 'identifier', 'children': [], 'value': 'source_file_path'}; {'id': '204', 'type': 'keyword_argument', 'children': ['205', '206']}, {'id': '205', 'type': 'identifier', 'children': [], 'value': 'target_file_path'}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'target_file_path'}, {'id': '207', 'type': 'keyword_argument', 'children': ['208', '209']}; {'id': '208', 'type': 'identifier', 'children': [], 'value': 'quiet'}, {'id': '209', 'type': 'attribute', 'children': ['210', '211']}; {'id': '210', 'type': 'identifier', 'children': [], 'value': 'args'}, {'id': '211', 'type': 'identifier', 'children': [], 'value': 'quiet'}; {'id': '212', 'type': 'keyword_argument', 'children': ['213', '214']}, {'id': '213', 'type': 'identifier', 'children': [], 'value': 'similarity_file'}; {'id': '214', 'type': 'attribute', 'children': ['215', '216']}, {'id': '215', 'type': 'identifier', 'children': [], 'value': 'args'}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'similarity_file'}, {'id': '217', 'type': 'keyword_argument', 'children': ['218', '219']}; {'id': '218', 'type': 'identifier', 'children': [], 'value': 'threshold'}, {'id': '219', 'type': 'attribute', 'children': ['220', '221']}; {'id': '220', 'type': 'identifier', 'children': [], 'value': 'args'}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'threshold'}; {'id': '222', 'type': 'return_statement', 'children': ['223']}, {'id': '223', 'type': 'call', 'children': ['224', '225']}; {'id': '224', 'type': 'identifier', 'children': [], 'value': 'dict'}, {'id': '225', 'type': 'argument_list', 'children': ['226']}; {'id': '226', 'type': 'attribute', 'children': ['227', '228']}, {'id': '227', 'type': 'identifier', 'children': [], 'value': 'engine'} | def get_duration_measures(source_file_path,
output_path=None,
phonemic=False,
semantic=False,
quiet=False,
similarity_file = None,
threshold = None):
args = Args()
args.output_path = output_path
args.phonemic = phonemic
args.semantic = semantic
args.source_file_path = source_file_path
args.quiet = quiet
args.similarity_file = similarity_file
args.threshold = threshold
args = validate_arguments(args)
if args.phonemic:
response_category = args.phonemic
output_prefix = os.path.basename(args.source_file_path).split('.')[0] + "_vfclust_phonemic_" + args.phonemic
elif args.semantic:
response_category = args.semantic
output_prefix = os.path.basename(args.source_file_path).split('.')[0] + "_vfclust_semantic_" + args.semantic
else:
response_category = ""
output_prefix = ""
if args.output_path:
target_file_path = os.path.join(args.output_path, output_prefix + '.csv')
else:
target_file_path = False
engine = VFClustEngine(response_category=response_category,
response_file_path=args.source_file_path,
target_file_path=target_file_path,
quiet = args.quiet,
similarity_file = args.similarity_file,
threshold = args.threshold
)
return dict(engine.measures) |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '5']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'tokenize'}, {'id': '3', 'type': 'parameters', 'children': ['4']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'block', 'children': ['6', '16', '20', '53', '57', '61']}; {'id': '6', 'type': 'if_statement', 'children': ['7', '11']}, {'id': '7', 'type': 'not_operator', 'children': ['8']}; {'id': '8', 'type': 'attribute', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'quiet'}, {'id': '11', 'type': 'block', 'children': ['12', '14']}; {'id': '12', 'type': 'expression_statement', 'children': ['13']}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'print'}; {'id': '14', 'type': 'print_statement', 'children': ['15']}, {'id': '15', 'type': 'string', 'children': [], 'value': '"Finding compound words..."'}; {'id': '16', 'type': 'expression_statement', 'children': ['17']}, {'id': '17', 'type': 'assignment', 'children': ['18', '19']}; {'id': '18', 'type': 'identifier', 'children': [], 'value': 'compound_word_dict'}, {'id': '19', 'type': 'dictionary', 'children': []}; {'id': '20', 'type': 'for_statement', 'children': ['21', '22', '29']}, {'id': '21', 'type': 'identifier', 'children': [], 'value': 'compound_length'}; {'id': '22', 'type': 'call', 'children': ['23', '24']}, {'id': '23', 'type': 'identifier', 'children': [], 'value': 'range'}; {'id': '24', 'type': 'argument_list', 'children': ['25', '26', '27']}, {'id': '25', 'type': 'integer', 'children': [], 'value': '5'}; {'id': '26', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '27', 'type': 'unary_operator', 'children': ['28'], 'value': '-'}; {'id': '28', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '29', 'type': 'block', 'children': ['30']}; {'id': '30', 'type': 'expression_statement', 'children': ['31']}, {'id': '31', 'type': 'assignment', 'children': ['32', '35']}; {'id': '32', 'type': 'subscript', 'children': ['33', '34']}, {'id': '33', 'type': 'identifier', 'children': [], 'value': 'compound_word_dict'}; {'id': '34', 'type': 'identifier', 'children': [], 'value': 'compound_length'}, {'id': '35', 'type': 'list_comprehension', 'children': ['36', '37', '42']}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '37', 'type': 'for_in_clause', 'children': ['38', '39']}; {'id': '38', 'type': 'identifier', 'children': [], 'value': 'name'}, {'id': '39', 'type': 'attribute', 'children': ['40', '41']}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '41', 'type': 'identifier', 'children': [], 'value': 'names'}; {'id': '42', 'type': 'if_clause', 'children': ['43']}, {'id': '43', 'type': 'comparison_operator', 'children': ['44', '52'], 'value': '=='}; {'id': '44', 'type': 'call', 'children': ['45', '46']}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '46', 'type': 'argument_list', 'children': ['47']}, {'id': '47', 'type': 'call', 'children': ['48', '51']}; {'id': '48', 'type': 'attribute', 'children': ['49', '50']}, {'id': '49', 'type': 'identifier', 'children': [], 'value': 'name'}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'split'}, {'id': '51', 'type': 'argument_list', 'children': []}; {'id': '52', 'type': 'identifier', 'children': [], 'value': 'compound_length'}, {'id': '53', 'type': 'expression_statement', 'children': ['54']}; {'id': '54', 'type': 'assignment', 'children': ['55', '56']}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'current_index'}; {'id': '56', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '57', 'type': 'expression_statement', 'children': ['58']}; {'id': '58', 'type': 'assignment', 'children': ['59', '60']}, {'id': '59', 'type': 'identifier', 'children': [], 'value': 'finished'}; {'id': '60', 'type': 'False', 'children': []}, {'id': '61', 'type': 'while_statement', 'children': ['62', '64']}; {'id': '62', 'type': 'not_operator', 'children': ['63']}, {'id': '63', 'type': 'identifier', 'children': [], 'value': 'finished'}; {'id': '64', 'type': 'block', 'children': ['65']}, {'id': '65', 'type': 'for_statement', 'children': ['66', '67', '74', '146']}; {'id': '66', 'type': 'identifier', 'children': [], 'value': 'compound_length'}, {'id': '67', 'type': 'call', 'children': ['68', '69']}; {'id': '68', 'type': 'identifier', 'children': [], 'value': 'range'}, {'id': '69', 'type': 'argument_list', 'children': ['70', '71', '72']}; {'id': '70', 'type': 'integer', 'children': [], 'value': '5'}, {'id': '71', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '72', 'type': 'unary_operator', 'children': ['73'], 'value': '-'}, {'id': '73', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '74', 'type': 'block', 'children': ['75']}, {'id': '75', 'type': 'if_statement', 'children': ['76', '88']}; {'id': '76', 'type': 'comparison_operator', 'children': ['77', '82'], 'value': '<'}, {'id': '77', 'type': 'binary_operator', 'children': ['78', '81'], 'value': '-'}; {'id': '78', 'type': 'binary_operator', 'children': ['79', '80'], 'value': '+'}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'current_index'}; {'id': '80', 'type': 'identifier', 'children': [], 'value': 'compound_length'}, {'id': '81', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '82', 'type': 'call', 'children': ['83', '84']}, {'id': '83', 'type': 'identifier', 'children': [], 'value': 'len'}; {'id': '84', 'type': 'argument_list', 'children': ['85']}, {'id': '85', 'type': 'attribute', 'children': ['86', '87']}; {'id': '86', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '87', 'type': 'identifier', 'children': [], 'value': 'unit_list'}; {'id': '88', 'type': 'block', 'children': ['89', '93', '114', '122']}, {'id': '89', 'type': 'expression_statement', 'children': ['90']}; {'id': '90', 'type': 'assignment', 'children': ['91', '92']}, {'id': '91', 'type': 'identifier', 'children': [], 'value': 'compound_word'}; {'id': '92', 'type': 'string', 'children': [], 'value': '""'}, {'id': '93', 'type': 'for_statement', 'children': ['94', '95', '105']}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'word'}, {'id': '95', 'type': 'subscript', 'children': ['96', '99']}; {'id': '96', 'type': 'attribute', 'children': ['97', '98']}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'unit_list'}, {'id': '99', 'type': 'slice', 'children': ['100', '101', '102']}; {'id': '100', 'type': 'identifier', 'children': [], 'value': 'current_index'}, {'id': '101', 'type': 'colon', 'children': []}; {'id': '102', 'type': 'binary_operator', 'children': ['103', '104'], 'value': '+'}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'current_index'}; {'id': '104', 'type': 'identifier', 'children': [], 'value': 'compound_length'}, {'id': '105', 'type': 'block', 'children': ['106']}; {'id': '106', 'type': 'expression_statement', 'children': ['107']}, {'id': '107', 'type': 'augmented_assignment', 'children': ['108', '109'], 'value': '+='}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'compound_word'}, {'id': '109', 'type': 'binary_operator', 'children': ['110', '111'], 'value': '+'}; {'id': '110', 'type': 'string', 'children': [], 'value': '" "'}, {'id': '111', 'type': 'attribute', 'children': ['112', '113']}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'word'}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'text'}; {'id': '114', 'type': 'expression_statement', 'children': ['115']}, {'id': '115', 'type': 'assignment', 'children': ['116', '117']}; {'id': '116', 'type': 'identifier', 'children': [], 'value': 'compound_word'}, {'id': '117', 'type': 'call', 'children': ['118', '121']}; {'id': '118', 'type': 'attribute', 'children': ['119', '120']}, {'id': '119', 'type': 'identifier', 'children': [], 'value': 'compound_word'}; {'id': '120', 'type': 'identifier', 'children': [], 'value': 'strip'}, {'id': '121', 'type': 'argument_list', 'children': []}; {'id': '122', 'type': 'if_statement', 'children': ['123', '128']}, {'id': '123', 'type': 'comparison_operator', 'children': ['124', '125'], 'value': 'in'}; {'id': '124', 'type': 'identifier', 'children': [], 'value': 'compound_word'}, {'id': '125', 'type': 'subscript', 'children': ['126', '127']}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'compound_word_dict'}, {'id': '127', 'type': 'identifier', 'children': [], 'value': 'compound_length'}; {'id': '128', 'type': 'block', 'children': ['129', '141', '145']}, {'id': '129', 'type': 'expression_statement', 'children': ['130']}; {'id': '130', 'type': 'call', 'children': ['131', '134']}, {'id': '131', 'type': 'attribute', 'children': ['132', '133']}; {'id': '132', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '133', 'type': 'identifier', 'children': [], 'value': 'make_compound_word'}; {'id': '134', 'type': 'argument_list', 'children': ['135', '138']}, {'id': '135', 'type': 'keyword_argument', 'children': ['136', '137']}; {'id': '136', 'type': 'identifier', 'children': [], 'value': 'start_index'}, {'id': '137', 'type': 'identifier', 'children': [], 'value': 'current_index'}; {'id': '138', 'type': 'keyword_argument', 'children': ['139', '140']}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'how_many'}; {'id': '140', 'type': 'identifier', 'children': [], 'value': 'compound_length'}, {'id': '141', 'type': 'expression_statement', 'children': ['142']}; {'id': '142', 'type': 'augmented_assignment', 'children': ['143', '144'], 'value': '+='}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'current_index'}; {'id': '144', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '145', 'type': 'break_statement', 'children': []}; {'id': '146', 'type': 'else_clause', 'children': ['147']}, {'id': '147', 'type': 'block', 'children': ['148', '152']}; {'id': '148', 'type': 'expression_statement', 'children': ['149']}, {'id': '149', 'type': 'augmented_assignment', 'children': ['150', '151'], 'value': '+='}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 'current_index'}, {'id': '151', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '152', 'type': 'if_statement', 'children': ['153', '161']}, {'id': '153', 'type': 'comparison_operator', 'children': ['154', '155'], 'value': '>='}; {'id': '154', 'type': 'identifier', 'children': [], 'value': 'current_index'}, {'id': '155', 'type': 'call', 'children': ['156', '157']}; {'id': '156', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '157', 'type': 'argument_list', 'children': ['158']}; {'id': '158', 'type': 'attribute', 'children': ['159', '160']}, {'id': '159', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '160', 'type': 'identifier', 'children': [], 'value': 'unit_list'}, {'id': '161', 'type': 'block', 'children': ['162']}; {'id': '162', 'type': 'expression_statement', 'children': ['163']}, {'id': '163', 'type': 'assignment', 'children': ['164', '165']}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'finished'}, {'id': '165', 'type': 'True', 'children': []} | def tokenize(self):
if not self.quiet:
print
print "Finding compound words..."
compound_word_dict = {}
for compound_length in range(5,1,-1):
compound_word_dict[compound_length] = [name for name in self.names if len(name.split()) == compound_length]
current_index = 0
finished = False
while not finished:
for compound_length in range(5,1,-1):
if current_index + compound_length - 1 < len(self.unit_list):
compound_word = ""
for word in self.unit_list[current_index:current_index + compound_length]:
compound_word += " " + word.text
compound_word = compound_word.strip()
if compound_word in compound_word_dict[compound_length]:
self.make_compound_word(start_index = current_index, how_many = compound_length)
current_index += 1
break
else:
current_index += 1
if current_index >= len(self.unit_list):
finished = True |
{'id': '0', 'type': 'module', 'children': ['1']}, {'id': '1', 'type': 'function_definition', 'children': ['2', '3', '5']}; {'id': '2', 'type': 'function_name', 'children': [], 'value': 'clean'}, {'id': '3', 'type': 'parameters', 'children': ['4']}; {'id': '4', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '5', 'type': 'block', 'children': ['6', '24', '34', '38', '133', '137', '141', '198', '263']}; {'id': '6', 'type': 'if_statement', 'children': ['7', '11']}, {'id': '7', 'type': 'not_operator', 'children': ['8']}; {'id': '8', 'type': 'attribute', 'children': ['9', '10']}, {'id': '9', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '10', 'type': 'identifier', 'children': [], 'value': 'quiet'}, {'id': '11', 'type': 'block', 'children': ['12', '14', '16', '18']}; {'id': '12', 'type': 'expression_statement', 'children': ['13']}, {'id': '13', 'type': 'identifier', 'children': [], 'value': 'print'}; {'id': '14', 'type': 'print_statement', 'children': ['15']}, {'id': '15', 'type': 'string', 'children': [], 'value': '"Preprocessing input..."'}; {'id': '16', 'type': 'print_statement', 'children': ['17']}, {'id': '17', 'type': 'string', 'children': [], 'value': '"Raw response:"'}; {'id': '18', 'type': 'print_statement', 'children': ['19']}, {'id': '19', 'type': 'call', 'children': ['20', '23']}; {'id': '20', 'type': 'attribute', 'children': ['21', '22']}, {'id': '21', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '22', 'type': 'identifier', 'children': [], 'value': 'display'}, {'id': '23', 'type': 'argument_list', 'children': []}; {'id': '24', 'type': 'if_statement', 'children': ['25', '29']}, {'id': '25', 'type': 'not_operator', 'children': ['26']}; {'id': '26', 'type': 'attribute', 'children': ['27', '28']}, {'id': '27', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '28', 'type': 'identifier', 'children': [], 'value': 'quiet'}, {'id': '29', 'type': 'block', 'children': ['30', '32']}; {'id': '30', 'type': 'expression_statement', 'children': ['31']}, {'id': '31', 'type': 'identifier', 'children': [], 'value': 'print'}; {'id': '32', 'type': 'print_statement', 'children': ['33']}, {'id': '33', 'type': 'string', 'children': [], 'value': '"Cleaning words..."'}; {'id': '34', 'type': 'expression_statement', 'children': ['35']}, {'id': '35', 'type': 'assignment', 'children': ['36', '37']}; {'id': '36', 'type': 'identifier', 'children': [], 'value': 'current_index'}, {'id': '37', 'type': 'integer', 'children': [], 'value': '0'}; {'id': '38', 'type': 'while_statement', 'children': ['39', '47']}, {'id': '39', 'type': 'comparison_operator', 'children': ['40', '41'], 'value': '<'}; {'id': '40', 'type': 'identifier', 'children': [], 'value': 'current_index'}, {'id': '41', 'type': 'call', 'children': ['42', '43']}; {'id': '42', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '43', 'type': 'argument_list', 'children': ['44']}; {'id': '44', 'type': 'attribute', 'children': ['45', '46']}, {'id': '45', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '46', 'type': 'identifier', 'children': [], 'value': 'unit_list'}, {'id': '47', 'type': 'block', 'children': ['48', '58', '114']}; {'id': '48', 'type': 'expression_statement', 'children': ['49']}, {'id': '49', 'type': 'assignment', 'children': ['50', '51']}; {'id': '50', 'type': 'identifier', 'children': [], 'value': 'word'}, {'id': '51', 'type': 'attribute', 'children': ['52', '57']}; {'id': '52', 'type': 'subscript', 'children': ['53', '56']}, {'id': '53', 'type': 'attribute', 'children': ['54', '55']}; {'id': '54', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '55', 'type': 'identifier', 'children': [], 'value': 'unit_list'}; {'id': '56', 'type': 'identifier', 'children': [], 'value': 'current_index'}, {'id': '57', 'type': 'identifier', 'children': [], 'value': 'text'}; {'id': '58', 'type': 'if_statement', 'children': ['59', '64', '99']}, {'id': '59', 'type': 'comparison_operator', 'children': ['60', '63'], 'value': '=='}; {'id': '60', 'type': 'attribute', 'children': ['61', '62']}, {'id': '61', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '62', 'type': 'identifier', 'children': [], 'value': 'type'}, {'id': '63', 'type': 'string', 'children': [], 'value': '"PHONETIC"'}; {'id': '64', 'type': 'block', 'children': ['65']}, {'id': '65', 'type': 'expression_statement', 'children': ['66']}; {'id': '66', 'type': 'assignment', 'children': ['67', '68']}, {'id': '67', 'type': 'identifier', 'children': [], 'value': 'test'}; {'id': '68', 'type': 'parenthesized_expression', 'children': ['69']}, {'id': '69', 'type': 'boolean_operator', 'children': ['70', '90'], 'value': 'and'}; {'id': '70', 'type': 'boolean_operator', 'children': ['71', '87'], 'value': 'and'}, {'id': '71', 'type': 'boolean_operator', 'children': ['72', '80'], 'value': 'and'}; {'id': '72', 'type': 'call', 'children': ['73', '76']}, {'id': '73', 'type': 'attribute', 'children': ['74', '75']}; {'id': '74', 'type': 'identifier', 'children': [], 'value': 'word'}, {'id': '75', 'type': 'identifier', 'children': [], 'value': 'startswith'}; {'id': '76', 'type': 'argument_list', 'children': ['77']}, {'id': '77', 'type': 'attribute', 'children': ['78', '79']}; {'id': '78', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '79', 'type': 'identifier', 'children': [], 'value': 'letter_or_category'}; {'id': '80', 'type': 'not_operator', 'children': ['81']}, {'id': '81', 'type': 'call', 'children': ['82', '85']}; {'id': '82', 'type': 'attribute', 'children': ['83', '84']}, {'id': '83', 'type': 'identifier', 'children': [], 'value': 'word'}; {'id': '84', 'type': 'identifier', 'children': [], 'value': 'endswith'}, {'id': '85', 'type': 'argument_list', 'children': ['86']}; {'id': '86', 'type': 'string', 'children': [], 'value': "'-'"}, {'id': '87', 'type': 'comparison_operator', 'children': ['88', '89'], 'value': 'not'}; {'id': '88', 'type': 'string', 'children': [], 'value': "'_'"}, {'id': '89', 'type': 'identifier', 'children': [], 'value': 'word'}; {'id': '90', 'type': 'comparison_operator', 'children': ['91', '96'], 'value': 'in'}, {'id': '91', 'type': 'call', 'children': ['92', '95']}; {'id': '92', 'type': 'attribute', 'children': ['93', '94']}, {'id': '93', 'type': 'identifier', 'children': [], 'value': 'word'}; {'id': '94', 'type': 'identifier', 'children': [], 'value': 'lower'}, {'id': '95', 'type': 'argument_list', 'children': []}; {'id': '96', 'type': 'attribute', 'children': ['97', '98']}, {'id': '97', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '98', 'type': 'identifier', 'children': [], 'value': 'english_words'}, {'id': '99', 'type': 'elif_clause', 'children': ['100', '105']}; {'id': '100', 'type': 'comparison_operator', 'children': ['101', '104'], 'value': '=='}, {'id': '101', 'type': 'attribute', 'children': ['102', '103']}; {'id': '102', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '103', 'type': 'identifier', 'children': [], 'value': 'type'}; {'id': '104', 'type': 'string', 'children': [], 'value': '"SEMANTIC"'}, {'id': '105', 'type': 'block', 'children': ['106']}; {'id': '106', 'type': 'expression_statement', 'children': ['107']}, {'id': '107', 'type': 'assignment', 'children': ['108', '109']}; {'id': '108', 'type': 'identifier', 'children': [], 'value': 'test'}, {'id': '109', 'type': 'comparison_operator', 'children': ['110', '111'], 'value': 'in'}; {'id': '110', 'type': 'identifier', 'children': [], 'value': 'word'}, {'id': '111', 'type': 'attribute', 'children': ['112', '113']}; {'id': '112', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '113', 'type': 'identifier', 'children': [], 'value': 'permissible_words'}; {'id': '114', 'type': 'if_statement', 'children': ['115', '117', '127']}, {'id': '115', 'type': 'not_operator', 'children': ['116']}; {'id': '116', 'type': 'identifier', 'children': [], 'value': 'test'}, {'id': '117', 'type': 'block', 'children': ['118']}; {'id': '118', 'type': 'expression_statement', 'children': ['119']}, {'id': '119', 'type': 'call', 'children': ['120', '123']}; {'id': '120', 'type': 'attribute', 'children': ['121', '122']}, {'id': '121', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '122', 'type': 'identifier', 'children': [], 'value': 'remove_unit'}, {'id': '123', 'type': 'argument_list', 'children': ['124']}; {'id': '124', 'type': 'keyword_argument', 'children': ['125', '126']}, {'id': '125', 'type': 'identifier', 'children': [], 'value': 'index'}; {'id': '126', 'type': 'identifier', 'children': [], 'value': 'current_index'}, {'id': '127', 'type': 'else_clause', 'children': ['128']}; {'id': '128', 'type': 'block', 'children': ['129']}, {'id': '129', 'type': 'expression_statement', 'children': ['130']}; {'id': '130', 'type': 'augmented_assignment', 'children': ['131', '132'], 'value': '+='}, {'id': '131', 'type': 'identifier', 'children': [], 'value': 'current_index'}; {'id': '132', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '133', 'type': 'expression_statement', 'children': ['134']}; {'id': '134', 'type': 'assignment', 'children': ['135', '136']}, {'id': '135', 'type': 'identifier', 'children': [], 'value': 'current_index'}; {'id': '136', 'type': 'integer', 'children': [], 'value': '0'}, {'id': '137', 'type': 'expression_statement', 'children': ['138']}; {'id': '138', 'type': 'assignment', 'children': ['139', '140']}, {'id': '139', 'type': 'identifier', 'children': [], 'value': 'finished'}; {'id': '140', 'type': 'False', 'children': []}, {'id': '141', 'type': 'while_statement', 'children': ['142', '152']}; {'id': '142', 'type': 'comparison_operator', 'children': ['143', '144'], 'value': '<'}, {'id': '143', 'type': 'identifier', 'children': [], 'value': 'current_index'}; {'id': '144', 'type': 'binary_operator', 'children': ['145', '151'], 'value': '-'}, {'id': '145', 'type': 'call', 'children': ['146', '147']}; {'id': '146', 'type': 'identifier', 'children': [], 'value': 'len'}, {'id': '147', 'type': 'argument_list', 'children': ['148']}; {'id': '148', 'type': 'attribute', 'children': ['149', '150']}, {'id': '149', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '150', 'type': 'identifier', 'children': [], 'value': 'unit_list'}, {'id': '151', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '152', 'type': 'block', 'children': ['153']}, {'id': '153', 'type': 'if_statement', 'children': ['154', '182', '192']}; {'id': '154', 'type': 'comparison_operator', 'children': ['155', '167', '168'], 'value': '=='}, {'id': '155', 'type': 'call', 'children': ['156', '159']}; {'id': '156', 'type': 'attribute', 'children': ['157', '158']}, {'id': '157', 'type': 'identifier', 'children': [], 'value': 'stemmer'}; {'id': '158', 'type': 'identifier', 'children': [], 'value': 'stem'}, {'id': '159', 'type': 'argument_list', 'children': ['160']}; {'id': '160', 'type': 'attribute', 'children': ['161', '166']}, {'id': '161', 'type': 'subscript', 'children': ['162', '165']}; {'id': '162', 'type': 'attribute', 'children': ['163', '164']}, {'id': '163', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '164', 'type': 'identifier', 'children': [], 'value': 'unit_list'}, {'id': '165', 'type': 'identifier', 'children': [], 'value': 'current_index'}; {'id': '166', 'type': 'identifier', 'children': [], 'value': 'text'}, {'id': '167', 'type': 'line_continuation', 'children': [], 'value': '\\'}; {'id': '168', 'type': 'call', 'children': ['169', '172']}, {'id': '169', 'type': 'attribute', 'children': ['170', '171']}; {'id': '170', 'type': 'identifier', 'children': [], 'value': 'stemmer'}, {'id': '171', 'type': 'identifier', 'children': [], 'value': 'stem'}; {'id': '172', 'type': 'argument_list', 'children': ['173']}, {'id': '173', 'type': 'attribute', 'children': ['174', '181']}; {'id': '174', 'type': 'subscript', 'children': ['175', '178']}, {'id': '175', 'type': 'attribute', 'children': ['176', '177']}; {'id': '176', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '177', 'type': 'identifier', 'children': [], 'value': 'unit_list'}; {'id': '178', 'type': 'binary_operator', 'children': ['179', '180'], 'value': '+'}, {'id': '179', 'type': 'identifier', 'children': [], 'value': 'current_index'}; {'id': '180', 'type': 'integer', 'children': [], 'value': '1'}, {'id': '181', 'type': 'identifier', 'children': [], 'value': 'text'}; {'id': '182', 'type': 'block', 'children': ['183']}, {'id': '183', 'type': 'expression_statement', 'children': ['184']}; {'id': '184', 'type': 'call', 'children': ['185', '188']}, {'id': '185', 'type': 'attribute', 'children': ['186', '187']}; {'id': '186', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '187', 'type': 'identifier', 'children': [], 'value': 'combine_same_stem_units'}; {'id': '188', 'type': 'argument_list', 'children': ['189']}, {'id': '189', 'type': 'keyword_argument', 'children': ['190', '191']}; {'id': '190', 'type': 'identifier', 'children': [], 'value': 'index'}, {'id': '191', 'type': 'identifier', 'children': [], 'value': 'current_index'}; {'id': '192', 'type': 'else_clause', 'children': ['193']}, {'id': '193', 'type': 'block', 'children': ['194']}; {'id': '194', 'type': 'expression_statement', 'children': ['195']}, {'id': '195', 'type': 'augmented_assignment', 'children': ['196', '197'], 'value': '+='}; {'id': '196', 'type': 'identifier', 'children': [], 'value': 'current_index'}, {'id': '197', 'type': 'integer', 'children': [], 'value': '1'}; {'id': '198', 'type': 'if_statement', 'children': ['199', '204']}, {'id': '199', 'type': 'comparison_operator', 'children': ['200', '203'], 'value': '=='}; {'id': '200', 'type': 'attribute', 'children': ['201', '202']}, {'id': '201', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '202', 'type': 'identifier', 'children': [], 'value': 'type'}, {'id': '203', 'type': 'string', 'children': [], 'value': '"PHONETIC"'}; {'id': '204', 'type': 'block', 'children': ['205']}, {'id': '205', 'type': 'for_statement', 'children': ['206', '207', '210']}; {'id': '206', 'type': 'identifier', 'children': [], 'value': 'unit'}, {'id': '207', 'type': 'attribute', 'children': ['208', '209']}; {'id': '208', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '209', 'type': 'identifier', 'children': [], 'value': 'unit_list'}; {'id': '210', 'type': 'block', 'children': ['211', '217', '232', '257']}, {'id': '211', 'type': 'expression_statement', 'children': ['212']}; {'id': '212', 'type': 'assignment', 'children': ['213', '214']}, {'id': '213', 'type': 'identifier', 'children': [], 'value': 'word'}; {'id': '214', 'type': 'attribute', 'children': ['215', '216']}, {'id': '215', 'type': 'identifier', 'children': [], 'value': 'unit'}; {'id': '216', 'type': 'identifier', 'children': [], 'value': 'text'}, {'id': '217', 'type': 'if_statement', 'children': ['218', '223']}; {'id': '218', 'type': 'comparison_operator', 'children': ['219', '220'], 'value': 'in'}, {'id': '219', 'type': 'identifier', 'children': [], 'value': 'word'}; {'id': '220', 'type': 'attribute', 'children': ['221', '222']}, {'id': '221', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '222', 'type': 'identifier', 'children': [], 'value': 'cmudict'}, {'id': '223', 'type': 'block', 'children': ['224']}; {'id': '224', 'type': 'expression_statement', 'children': ['225']}, {'id': '225', 'type': 'assignment', 'children': ['226', '227']}; {'id': '226', 'type': 'identifier', 'children': [], 'value': 'phonetic_representation'}, {'id': '227', 'type': 'subscript', 'children': ['228', '231']}; {'id': '228', 'type': 'attribute', 'children': ['229', '230']}, {'id': '229', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '230', 'type': 'identifier', 'children': [], 'value': 'cmudict'}, {'id': '231', 'type': 'identifier', 'children': [], 'value': 'word'}; {'id': '232', 'type': 'if_statement', 'children': ['233', '238']}, {'id': '233', 'type': 'comparison_operator', 'children': ['234', '235'], 'value': 'not'}; {'id': '234', 'type': 'identifier', 'children': [], 'value': 'word'}, {'id': '235', 'type': 'attribute', 'children': ['236', '237']}; {'id': '236', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '237', 'type': 'identifier', 'children': [], 'value': 'cmudict'}; {'id': '238', 'type': 'block', 'children': ['239', '248']}, {'id': '239', 'type': 'expression_statement', 'children': ['240']}; {'id': '240', 'type': 'assignment', 'children': ['241', '242']}, {'id': '241', 'type': 'identifier', 'children': [], 'value': 'phonetic_representation'}; {'id': '242', 'type': 'call', 'children': ['243', '246']}, {'id': '243', 'type': 'attribute', 'children': ['244', '245']}; {'id': '244', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '245', 'type': 'identifier', 'children': [], 'value': 'generate_phonetic_representation'}; {'id': '246', 'type': 'argument_list', 'children': ['247']}, {'id': '247', 'type': 'identifier', 'children': [], 'value': 'word'}; {'id': '248', 'type': 'expression_statement', 'children': ['249']}, {'id': '249', 'type': 'assignment', 'children': ['250', '251']}; {'id': '250', 'type': 'identifier', 'children': [], 'value': 'phonetic_representation'}, {'id': '251', 'type': 'call', 'children': ['252', '255']}; {'id': '252', 'type': 'attribute', 'children': ['253', '254']}, {'id': '253', 'type': 'identifier', 'children': [], 'value': 'self'}; {'id': '254', 'type': 'identifier', 'children': [], 'value': 'modify_phonetic_representation'}, {'id': '255', 'type': 'argument_list', 'children': ['256']}; {'id': '256', 'type': 'identifier', 'children': [], 'value': 'phonetic_representation'}, {'id': '257', 'type': 'expression_statement', 'children': ['258']}; {'id': '258', 'type': 'assignment', 'children': ['259', '262']}, {'id': '259', 'type': 'attribute', 'children': ['260', '261']}; {'id': '260', 'type': 'identifier', 'children': [], 'value': 'unit'}, {'id': '261', 'type': 'identifier', 'children': [], 'value': 'phonetic_representation'}; {'id': '262', 'type': 'identifier', 'children': [], 'value': 'phonetic_representation'}, {'id': '263', 'type': 'if_statement', 'children': ['264', '268']}; {'id': '264', 'type': 'not_operator', 'children': ['265']}, {'id': '265', 'type': 'attribute', 'children': ['266', '267']}; {'id': '266', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '267', 'type': 'identifier', 'children': [], 'value': 'quiet'}; {'id': '268', 'type': 'block', 'children': ['269', '271', '273']}, {'id': '269', 'type': 'expression_statement', 'children': ['270']}; {'id': '270', 'type': 'identifier', 'children': [], 'value': 'print'}, {'id': '271', 'type': 'print_statement', 'children': ['272']}; {'id': '272', 'type': 'string', 'children': [], 'value': '"Cleaned response:"'}, {'id': '273', 'type': 'print_statement', 'children': ['274']}; {'id': '274', 'type': 'call', 'children': ['275', '278']}, {'id': '275', 'type': 'attribute', 'children': ['276', '277']}; {'id': '276', 'type': 'identifier', 'children': [], 'value': 'self'}, {'id': '277', 'type': 'identifier', 'children': [], 'value': 'display'} | def clean(self):
if not self.quiet:
print
print "Preprocessing input..."
print "Raw response:"
print self.display()
if not self.quiet:
print
print "Cleaning words..."
current_index = 0
while current_index < len(self.unit_list):
word = self.unit_list[current_index].text
if self.type == "PHONETIC":
test = (word.startswith(self.letter_or_category) and
not word.endswith('-') and
'_' not in word and
word.lower() in self.english_words)
elif self.type == "SEMANTIC":
test = word in self.permissible_words
if not test:
self.remove_unit(index = current_index)
else:
current_index += 1
current_index = 0
finished = False
while current_index < len(self.unit_list) - 1:
if stemmer.stem(self.unit_list[current_index].text) == \
stemmer.stem(self.unit_list[current_index + 1].text):
self.combine_same_stem_units(index = current_index)
else:
current_index += 1
if self.type == "PHONETIC":
for unit in self.unit_list:
word = unit.text
if word in self.cmudict:
phonetic_representation = self.cmudict[word]
if word not in self.cmudict:
phonetic_representation = self.generate_phonetic_representation(word)
phonetic_representation = self.modify_phonetic_representation(phonetic_representation)
unit.phonetic_representation = phonetic_representation
if not self.quiet:
print
print "Cleaned response:"
print self.display() |
Subsets and Splits