MCPcopy Index your code
hub / github.com/RustPython/RustPython / get_flags

Method get_flags

Lib/mailbox.py:1736–1738  ·  view source on GitHub ↗

Return as a string the flags that are set.

(self)

Source from the content-addressed store, hash-verified

1734 self._from = from_
1735
1736 def get_flags(self):
1737 """Return as a string the flags that are set."""
1738 return self.get('Status', '') + self.get('X-Status', '')
1739
1740 def set_flags(self, flags):
1741 """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