module documentation

Undocumented

Function get_fatal_error_message Undocumented
Function prepare_crash_report Undocumented
Function _is_relative_to Checks if self is relative to other.
def get_fatal_error_message(filepath: str, issue_template_path: Path) -> str: (source)

Undocumented

def prepare_crash_report(ex: Exception, filepath: str, crash_file_path: str) -> Path: (source)

Undocumented

def _is_relative_to(self: Path, *other: Path) -> bool: (source)

Checks if self is relative to other. Backport of pathlib.Path.is_relative_to for Python <3.9 TODO: py39: Remove this backport and use stdlib function.