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

Method clear_status

Modules/_decimal/tests/deccheck.py:267–269  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

265 self.p.traps[trap] = False
266
267 def clear_status(self):
268 self.c.clear_flags()
269 self.p.clear_flags()
270
271 def settraps(self, lst):
272 """lst: C signal list"""

Callers 3

setstatusMethod · 0.95
convertFunction · 0.80
callfuncsFunction · 0.80

Calls 1

clear_flagsMethod · 0.80

Tested by

no test coverage detected