def __init__()

in uberpoet/commandlineutil.py [0:0]


    def __init__(self,
                 module_count=0,
                 big_module_count=0,
                 small_module_count=0,
                 swift_lines_of_code=0,
                 objc_lines_of_code=0,
                 app_layer_count=0,
                 dot_file_path='',
                 dot_root_node_name='',
                 loc_json_file_path=''):
        self.module_count = module_count
        self.big_module_count = big_module_count
        self.small_module_count = small_module_count
        self.swift_lines_of_code = swift_lines_of_code
        self.objc_lines_of_code = objc_lines_of_code
        self.app_layer_count = app_layer_count
        self.dot_file_path = dot_file_path
        self.dot_root_node_name = dot_root_node_name
        self.loc_json_file_path = loc_json_file_path