pyslk.tape_exists

Contents

pyslk.tape_exists#

pyslk.tape_exists(tape: int | str) bool#

Check if tape exists

Parameters:

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

Returns:

True if tape exists; False otherwise

Return type:

bool