MCPcopy Index your code
hub / github.com/python/cpython / work

Method work

Lib/test/test_threading.py:2430–2432  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2428 encoding = sys.getfilesystemencoding()
2429
2430 def work():
2431 nonlocal work_name
2432 work_name = _thread._get_name()
2433
2434 for name in tests:
2435 if not support.MS_WINDOWS:

Callers

nothing calls this directly

Calls 1

_get_nameMethod · 0.45

Tested by

no test coverage detected