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