Home
last modified time | relevance | path

Searched refs:ast (Results 1 - 2 of 2) sorted by relevance

/build/
H A Dzip.py10 import ast namespace
29 inputs = ast.literal_eval(options.inputs)
/build/tools/component_tools/static_check/bundle_check/
H A Dbundle_json_check.py389 ast = component["adapted_system_type"]
390 if not ast:
395 type_set = tuple(set(ast))
396 if len(ast) > 3 or len(type_set) != len(ast):
403 error_type = [i for i in ast if i not in all_type_list]

Completed in 2 milliseconds