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