mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-10 08:57:53 +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.