in src/diarizers/data/speaker_diarization.py [0:0]
def represent_int(s): try: int(s) return True except ValueError as e: return False