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