MCPcopy Create free account
hub / github.com/python/cpython / _ignore_all_flags

Method _ignore_all_flags

Lib/_pydecimal.py:4027–4029  ·  view source on GitHub ↗

Ignore all flags, if they are raised

(self)

Source from the content-addressed store, hash-verified

4025 raise error(explanation)
4026
4027 def _ignore_all_flags(self):
4028 """Ignore all flags, if they are raised"""
4029 return self._ignore_flags(*_signals)
4030
4031 def _ignore_flags(self, *flags):
4032 """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