Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ stop_alarm
Method
stop_alarm
Lib/test/_test_eintr.py:73–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
72
@staticmethod
73
def
stop_alarm():
74
signal.setitimer(signal.ITIMER_REAL, 0, 0)
75
76
def
tearDown(self):
77
self.stop_alarm()
Callers
8
tearDown
Method · 0.95
test_sleep
Method · 0.80
test_select
Method · 0.80
test_poll
Method · 0.80
test_epoll
Method · 0.80
test_kqueue
Method · 0.80
test_devpoll
Method · 0.80
_lock
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected