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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
H A Drefactor.py115 _open_with_encoding = codecs.open
125 _open_with_encoding = open variable
336 with _open_with_encoding(filename, "r", encoding=encoding) as f:
536 f = _open_with_encoding(filename, "w", encoding=encoding)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
H A Drefactor.py115 _open_with_encoding = codecs.open
125 _open_with_encoding = open variable
336 with _open_with_encoding(filename, "r", encoding=encoding) as f:
536 f = _open_with_encoding(filename, "w", encoding=encoding)

Completed in 722 milliseconds