Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ whence
Method
whence
Lib/concurrent/interpreters/__init__.py:171–172 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
169
170
@property
171
def
whence(self):
172
return
self._WHENCE_TO_STR[self._whence]
173
174
def
is_running(self):
175
""
"Return whether or not the identified interpreter is running."
""
Callers
5
interp_exists
Method · 0.80
test_get_main
Method · 0.80
test_create
Method · 0.80
test_whence
Method · 0.80
__new__
Method · 0.80
Calls
no outgoing calls
Tested by
3
test_get_main
Method · 0.64
test_create
Method · 0.64
test_whence
Method · 0.64