Пример #1
0
def optCreate(popt, msgBufSize):
    """optCreate(popt, msgBufSize) -> int"""
    return _optcc.optCreate(popt, msgBufSize)
Пример #2
0
def optCreate(*args):
  """optCreate(popt, msgBufSize) -> int"""
  return _optcc.optCreate(*args)