MCPcopy Index your code
hub / github.com/python/cpython / test_unicode_file_functions.py

File test_unicode_file_functions.py

Lib/test/test_unicode_file_functions.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Test the Unicode versions of normal file functions
2# open, os.open, os.stat. os.listdir, os.rename, os.remove, os.mkdir, os.chdir, os.rmdir
3import os
4import sys

Callers

nothing calls this directly

Calls 3

extendMethod · 0.45
encodeMethod · 0.45
mainMethod · 0.45

Tested by

no test coverage detected