def set_theta(self, *args): return _MeCab.Lattice_set_theta(self, *args)
def set_theta(self, theta): return _MeCab.Lattice_set_theta(self, theta)
def set_theta(self, *args) -> "void": return _MeCab.Lattice_set_theta(self, *args)