MCPcopy 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

1from os.path import basename
2from Queue import Queue
3from random import random, seed
4from sys import argv, exit

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected