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