Home
last modified time | relevance | path

Searched defs:open_with_encoding (Results 1 – 1 of 1) sorted by relevance

/external/yapf/yapf/yapflib/
Dpy3compat.py29 def open_with_encoding(filename, mode, encoding, newline=''): # pylint: disable=unused-argument function
52 open_with_encoding = io.open variable