Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dcodecs.py907 def EncodedFile(file, data_encoding, file_encoding=None, errors='strict'): function
/external/python/cpython3/Lib/
Dcodecs.py919 def EncodedFile(file, data_encoding, file_encoding=None, errors='strict'): function