Home | History | Annotate | Download | only in checkout

Lines Matching refs:codecs

33 import codecs
71 with codecs.open(file_path, "w", encoding) as file:
79 with codecs.open(file_path, "r", encoding) as file: