get_nowait

Applicability

Product

Supported

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

x

Atlas inference product

x

Atlas training product

x

Function Description

Obtains elements in a queue without waiting. The function is the same as get(block=False).

Prototype

1
get_nowait(self)

Parameters

None

Returns

Data object of the corresponding type in MsgType

Exception Handling

When the queue is empty, the queue.Empty exception is reported.

Constraints

None