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

Method get_flags

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

Return as a string the flags that are set.

(self)

Source from the content-addressed store, hash-verified

1660 self._from = from_
1661
1662 def get_flags(self):
1663 """Return as a string the flags that are set."""
1664 return self.get('Status', '') + self.get('X-Status', '')
1665
1666 def set_flags(self, flags):
1667 """Set the given flags and unset all others."""

Callers 3

add_flagMethod · 0.95
remove_flagMethod · 0.95
_explain_toMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected