def optFree(popt): """optFree(popt) -> int""" return _optcc.optFree(popt)
def optFree(*args): """optFree(popt) -> int""" return _optcc.optFree(*args)