def outline(s=b'', end=b'\n', fp=None): # type: (Union[str, bytes], Union[str, bytes], Optional[IO]) -> None write(bytestr(s) + bytestr(end), fp=fp)