Lines Matching defs:block
111 block: bool = True
116 The optional 'block' and 'timeout' arguments are ignored, as this method
123 int block, PyObject *timeout)
188 block: bool = True
193 If optional args 'block' is true and 'timeout' is None (the default),
194 block if necessary until an item is available. If 'timeout' is
197 Otherwise ('block' is false), return an item if one is immediately
205 int block, PyObject *timeout_obj)
214 if (block == 0) {
411 "Exception raised by Queue.get(block=0)/get_nowait().",