Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _count
Function
_count
Lib/_dummy_thread.py:163–165 ·
view source on GitHub ↗
Dummy implementation of _thread._count().
()
Source
from the content-addressed store, hash-verified
161
162
163
def
_count():
164
""
"Dummy implementation of _thread._count()."
""
165
return
0
166
167
168
class
LockType(object):
Callers
1
threading.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected