示例#1
0
def optGetReady(msgBufSize):
    """optGetReady(msgBufSize) -> int"""
    return _optcc.optGetReady(msgBufSize)
示例#2
0
文件: optcc.py 项目: antwort7/Dutties
def optGetReady(*args):
  """optGetReady(msgBufSize) -> int"""
  return _optcc.optGetReady(*args)