def getSafeImpactFunctions(theFunction=None): """Thin wrapper around the safe impact_functions function. Args: theFunction - optional str giving a specific plugins name that should be fetched. Returns: A safe impact function is returned Raises: Any exceptions are propogated """ try: return safe_get_plugins(makeAscii(theFunction)) except: raise