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