MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / get_date

Method get_date

tools/python-3.11.9-amd64/Lib/mailbox.py:1570–1572  ·  view source on GitHub ↗

Return delivery date of message, in seconds since the epoch.

(self)

Source from the content-addressed store, hash-verified

1568 self.set_flags(''.join(set(self.get_flags()) - set(flag)))
1569
1570 def get_date(self):
1571 """Return delivery date of message, in seconds since the epoch."""
1572 return self._date
1573
1574 def set_date(self, date):
1575 """Set delivery date of message, in seconds since the epoch."""

Callers 3

_explain_toMethod · 0.95
addMethod · 0.80
__setitem__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected