memwiper

memwiper.wipeit(s) -> str("")

Clear the memory of the string passed as parameter. Could raise TypeError if you use a parameter that is not a string. Also could raise MemWiperError exception if the string is not in it canonical representation, this usually never happen, but it MAY happen under weird circumstances.

param s:The string you want to overwrite.
return:An empty string.