mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-11 09:26:47 +08:00
It is a common pattern to subclass queue.Queue and override the private methods _init, _get, _put and _qsize so they should have stubs.
It is a common pattern to subclass queue.Queue and override the private methods _init, _get, _put and _qsize so they should have stubs.