예제 #1
0
def gmdGetKeys(pgmd, symIterPtr, aDim):
    """gmdGetKeys(pgmd, symIterPtr, aDim) -> int"""
    return _gmdcc.gmdGetKeys(pgmd, symIterPtr, aDim)
예제 #2
0
파일: gmdcc.py 프로젝트: antwort7/Dutties
def gmdGetKeys(*args):
  """gmdGetKeys(pgmd, symIterPtr, aDim) -> int"""
  return _gmdcc.gmdGetKeys(*args)