Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setstatus
Method · 0.95
convert
Function · 0.80
callfuncs
Function · 0.80
Calls
1
clear_flags
Method · 0.80
Tested by
no test coverage detected