Пример #1
0
def col_main():
    global col_regex
    col_regex = RegCommon.compile_regex(cols_tests)
    find_matching_cols()
Пример #2
0
def row_main():
    global row_regex
    row_regex = RegCommon.compile_regex(rows_tests)
    find_matching_rows()