Format the instance as RFC 850.
(self)
| 410 | return self._to_string("rfc822") |
| 411 | |
| 412 | def to_rfc850_string(self) -> str: |
| 413 | """ |
| 414 | Format the instance as RFC 850. |
| 415 | """ |
| 416 | return self._to_string("rfc850") |
| 417 | |
| 418 | def to_rfc1036_string(self) -> str: |
| 419 | """ |