예제 #1
0
def optGetReadyD(dirName, msgBufSize):
    """optGetReadyD(dirName, msgBufSize) -> int"""
    return _optcc.optGetReadyD(dirName, msgBufSize)
예제 #2
0
파일: optcc.py 프로젝트: antwort7/Dutties
def optGetReadyD(*args):
  """optGetReadyD(dirName, msgBufSize) -> int"""
  return _optcc.optGetReadyD(*args)