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