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