예제 #1
0
def optSetErrorCallback(func):
    """optSetErrorCallback(func)"""
    return _optcc.optSetErrorCallback(func)
예제 #2
0
파일: optcc.py 프로젝트: antwort7/Dutties
def optSetErrorCallback(*args):
  """optSetErrorCallback(func)"""
  return _optcc.optSetErrorCallback(*args)