示例#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)