http://git.arav.i2p/Arav/PiggyBank/commit/33ec32cb18ba30263ac760bcbe111ca1e769419f?style=split&whitespace=ignore-eol
Overrides existing. """ with open ( path , ' w ' ) as cf : with open ( path , ' w ' , encoding = ' utf8 ' ) as cf : cf . write ( DEFAULT_CONFIGURATION_FILE_CONTENT ) cf . write ( DEFAULT_CONFIGURATION_FILE_CONTENT ) @property @property piggybank/currency.py +3 -2 Unescape Escape Copy filename View File @@ -112,9 +112,10 @@ class Currency: @staticmethod @staticmethod def from_string ( currency : str ) - > Currency : def from_string ( currency : str ) - > Currency : """ Creates a Currency object from its...