Exemplo n.º 1
0
def dictionary_delete(*args):
  return _clinkgrammar.dictionary_delete(*args)
Exemplo n.º 2
0
def dictionary_delete(*args) -> "void" :
  return _clinkgrammar.dictionary_delete(*args)
Exemplo n.º 3
0
 def __del__(self):
     if self._dict is not None and clg is not None:
         clg.dictionary_delete(self._dict)
         self._dict = None
Exemplo n.º 4
0
 def __del__(self):
     if self._dict is not None and clg is not None:
         clg.dictionary_delete(self._dict)
         self._dict = None
Exemplo n.º 5
0
def dictionary_delete(dict):
    return _clinkgrammar.dictionary_delete(dict)
Exemplo n.º 6
0
 def __del__(self):
     if hasattr(self, '_obj') and clg:
         clg.dictionary_delete(self._obj)
         del self._obj
Exemplo n.º 7
0
def dictionary_delete(arg1: 'Dictionary') -> "void":
    return _clinkgrammar.dictionary_delete(arg1)
Exemplo n.º 8
0
 def __del__(self):
     if hasattr(self, '_obj') and clg:
         clg.dictionary_delete(self._obj)
         del self._obj
Exemplo n.º 9
0
def dictionary_delete(*args) -> "void":
    return _clinkgrammar.dictionary_delete(*args)