Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ FileNameSet
Class
FileNameSet
PC/layout/support/filesets.py:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
35
36
class
FileNameSet(FileStemSet):
37
def
_make_name(self, f):
38
return
os.path.normcase(f.name)
39
40
41
class
FileSuffixSet:
Callers
1
main.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…