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