def __init__()

in uberpoet/commandlineutil.py [0:0]


    def __init__(self,
                 module_count=0,
                 big_module_count=0,
                 small_module_count=0,
                 lines_of_code=0,
                 app_layer_count=0,
                 dot_file_path='',
                 dot_root_node_name=''):
        self.module_count = module_count
        self.big_module_count = big_module_count
        self.small_module_count = small_module_count
        self.lines_of_code = 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