take_records method

take_records

The method returns a copy of the record queue and then empty the record queue.

Returns

The copy of the record queue.

def take_records(self):
    ...

See Also