Home
last modified time | relevance | path

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

/aosp_15_r20/external/yapf/yapf/yapflib/
H A Dpy3compat.py32 …def open_with_encoding(filename, mode, encoding, newline=''): # pylint: disable=unused-argument #… function
55 open_with_encoding = io.open variable