def clear(self): return _MeCab.Lattice_clear(self)
def clear(self) -> "void": return _MeCab.Lattice_clear(self)