Home
last modified time | relevance | path

Searched refs:_open_with_encoding (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Drefactor.py115 _open_with_encoding = codecs.open variable
125 _open_with_encoding = open variable
331 with _open_with_encoding(filename, "r", encoding=encoding) as f:
530 f = _open_with_encoding(filename, "w", encoding=encoding)