Exemplo n.º 1
0
def col_main():
    global col_regex
    col_regex = RegCommon.compile_regex(cols_tests)
    find_matching_cols()
Exemplo n.º 2
0
def row_main():
    global row_regex
    row_regex = RegCommon.compile_regex(rows_tests)
    find_matching_rows()