コード例 #1
0
def optCreate(popt, msgBufSize):
    """optCreate(popt, msgBufSize) -> int"""
    return _optcc.optCreate(popt, msgBufSize)
コード例 #2
0
ファイル: optcc.py プロジェクト: antwort7/Dutties
def optCreate(*args):
  """optCreate(popt, msgBufSize) -> int"""
  return _optcc.optCreate(*args)