Exemplo n.º 1
0
def optGetIntStr(popt, AName):
    """optGetIntStr(popt, AName) -> int"""
    return _optcc.optGetIntStr(popt, AName)
Exemplo n.º 2
0
def optGetIntStr(*args):
  """optGetIntStr(popt, AName) -> int"""
  return _optcc.optGetIntStr(*args)