sync/bug.py [364:375]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def add_attachment(self,
                       data: bytes,
                       file_name: str,
                       summary: str,
                       content_type: str = "text/plain",
                       comment=None,  # type Optional[Text]
                       is_patch: bool = False,
                       is_private: bool = False,
                       is_markdown: bool = False,
                       flags: list[str] | None = None
                       ):
        body: dict[str, Any] = {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sync/bug.py [527:538]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def add_attachment(self,
                       data: bytes,
                       file_name: str,
                       summary: str,
                       content_type: str = "text/plain",
                       comment=None,  # type Optional[Text]
                       is_patch: bool = False,
                       is_private: bool = False,
                       is_markdown: bool = False,
                       flags: list[str] | None = None
                       ):
        body: dict[str, Any] = {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



