def sem_post(*args): return _possem.sem_post(*args)
def unlock(self): return _possem.sem_post(self.sem)