def table_as_list_of_strings()

in memory_analyzer/frontend/frontend_utils.py [0:0]


def table_as_list_of_strings(table):
    string_table = table.get_string()
    return string_table.split("\n")