Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ registerResult
Function
registerResult
tools/python-3.11.9-amd64/Lib/unittest/signals.py:42–43 ·
view source on GitHub ↗
(result)
Source
from the content-addressed store, hash-verified
40
41
_results = weakref.WeakKeyDictionary()
42
def
registerResult(result):
43
_results[result] = 1
44
45
def
removeResult(result):
46
return
bool(_results.pop(result, None))
Callers
1
run
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected