MCPcopy Index your code
hub / github.com/python-pendulum/pendulum / to_rfc850_string

Method to_rfc850_string

src/pendulum/datetime.py:412–416  ·  view source on GitHub ↗

Format the instance as RFC 850.

(self)

Source from the content-addressed store, hash-verified

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 """

Callers 1

test_to_rfc850_stringFunction · 0.80

Calls 1

_to_stringMethod · 0.95

Tested by 1

test_to_rfc850_stringFunction · 0.64