Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-475217.py
File
recipe-475217.py
recipes/Python/475217_Bounded_Buffer_Example_2/recipe-475217.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
os.path
import
basename
2
from
Queue
import
Queue
3
from
random
import
random, seed
4
from
sys
import
argv, exit
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected