def pull_from_args()

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.lines_of_code = args.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