Lines Matching refs:get
77 param = global_config.get(config_key, {}).get(item_key, None)
79 param = global_config.get('common', {}).get(item_key, None)
82 print('Prepare loading: {}, config: {}'.format(config_key, global_config.get(config_key)))
94 tar_dir = global_config.get('config', {}).get('targetDir')
99 template = templates.get(eng_v)
101 for required_key in template.get('required'):
108 for others_key in template.get('others'):
238 if not global_config.get(strs[0]):
258 read_jar_file = global_config.get('config', {}).get('signtool')
266 profile_file = global_config.get('sign.profile', {}).get('inFile')
267 app_cert_file = global_config.get('cert.app', {}).get('outFile')
268 tar_dir = global_config.get('config', {}).get('targetDir')