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