Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ unicode_filename
Method
unicode_filename
Lib/test/test_importlib/metadata/fixtures.py:347–350 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
345
346
class
FileBuilder:
347
def
unicode_filename(self):
348
return
os_helper.FS_NONASCII or self.skip(
349
"File system does not support non-ascii."
350
)
351
352
353
def
DALS(str):
Callers
1
test_unicode_dir_on_sys_path
Method · 0.80
Calls
1
skip
Method · 0.80
Tested by
1
test_unicode_dir_on_sys_path
Method · 0.64