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

Method _ignore_all_flags

Lib/_pydecimal.py:4024–4026  ·  view source on GitHub ↗

Ignore all flags, if they are raised

(self)

Source from the content-addressed store, hash-verified

4022 raise error(explanation)
4023
4024 def _ignore_all_flags(self):
4025 """Ignore all flags, if they are raised"""
4026 return self._ignore_flags(*_signals)
4027
4028 def _ignore_flags(self, *flags):
4029 """Ignore the flags, if they are raised"""

Callers 2

next_minusMethod · 0.80
next_plusMethod · 0.80

Calls 1

_ignore_flagsMethod · 0.95

Tested by

no test coverage detected