def is_empty_line()

in src/kernels/_vendored/convert_rst_to_mdx.py [0:0]


def is_empty_line(line):
    return len(line) == 0 or line.isspace()