Esempio n. 1
0
def gdxDataWriteMap(pgdx, KeyInt, Values):
    r"""gdxDataWriteMap(pgdx, KeyInt, Values) -> int"""
    return _gdxcc.gdxDataWriteMap(pgdx, KeyInt, Values)
Esempio n. 2
0
def gdxDataWriteMap(*args):
  """gdxDataWriteMap(pgdx, KeyInt, Values) -> int"""
  return _gdxcc.gdxDataWriteMap(*args)