Searched defs:put_nowait (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/ | ||
D | queue.py | 185 def put_nowait(self, item): member in Queue |
/third_party/python/Lib/asyncio/ | ||
D | queues.py | 138 def put_nowait(self, item): member in Queue |
/third_party/python/Lib/multiprocessing/ | ||
D | queues.py | 137 def put_nowait(self, obj): member in Queue |