twinlab.Emulator.unlock# Emulator.unlock(verbose=True)[source]# Unlock the emulator to allow further training. This method will unlock the emulator, allowing further training or deleting. Parameters: verbose (bool, optional) – Display confirmation. Return type: None Examples emulator = tl.Emulator("emulator_id") emulator.unlock()