pyslk.is_tape_available

pyslk.is_tape_available#

pyslk.is_tape_available(tape: int) bool | None#

Check if tape is available

Parameters:

tape (int or str) – id or barcode of a tape in the tape library

Returns:

True if tape is available for recalls/retrievals; else False; None if tape does not exist

Return type:

bool or None