MCPcopy 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
163def _count():
164 """Dummy implementation of _thread._count()."""
165 return 0
166
167
168class LockType(object):

Callers 1

threading.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected