MCPcopy 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_existsMethod · 0.80
test_get_mainMethod · 0.80
test_createMethod · 0.80
test_whenceMethod · 0.80
__new__Method · 0.80

Calls

no outgoing calls

Tested by 3

test_get_mainMethod · 0.64
test_createMethod · 0.64
test_whenceMethod · 0.64