Skip to content

mkit.utils.text

strip_comments

strip_comments(
    text: str, comments: str = "#"
) -> Generator[str, None, None]