in uberpoet/commandlineutil.py [0:0]
def pull_from_args(self, args):
self.validate_app_gen_options(args)
self.module_count = args.module_count
self.big_module_count = args.big_module_count
self.small_module_count = args.small_module_count
self.swift_lines_of_code = args.swift_lines_of_code
self.objc_lines_of_code = args.objc_lines_of_code
self.app_layer_count = args.app_layer_count
self.dot_file_path = args.dot_file_path
self.dot_root_node_name = args.dot_root_node_name
self.loc_json_file_path = args.loc_json_file_path