MCPcopy 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
36class FileNameSet(FileStemSet):
37 def _make_name(self, f):
38 return os.path.normcase(f.name)
39
40
41class FileSuffixSet:

Callers 1

main.pyFile · 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…