Beispiel #1
0
def optSetErrorCallback(func):
    """optSetErrorCallback(func)"""
    return _optcc.optSetErrorCallback(func)
Beispiel #2
0
def optSetErrorCallback(*args):
  """optSetErrorCallback(func)"""
  return _optcc.optSetErrorCallback(*args)