MCPcopy Index your code
hub / github.com/python/cpython / _crossinterp.py

File _crossinterp.py

Lib/concurrent/interpreters/_crossinterp.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Common code between queues and channels."""
2
3
4class ItemInterpreterDestroyed(Exception):

Callers

nothing calls this directly

Calls 2

__new__Method · 0.45
itemsMethod · 0.45

Tested by

no test coverage detected