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