Example #1
0
def optGetValStr(popt, AName):
    """optGetValStr(popt, AName) -> int"""
    return _optcc.optGetValStr(popt, AName)
Example #2
0
def optGetValStr(*args):
  """optGetValStr(popt, AName) -> int"""
  return _optcc.optGetValStr(*args)