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