MCPcopy Index your code
hub / github.com/python/cpython / casefold

Method casefold

Lib/collections/__init__.py:1495–1496  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1493 return self.__class__(self.data.capitalize())
1494
1495 def casefold(self):
1496 return self.__class__(self.data.casefold())
1497
1498 def center(self, width, *args):
1499 return self.__class__(self.data.center(width, *args))

Callers 15

ismountFunction · 0.80
test_casefoldMethod · 0.80
test_issue18183Method · 0.80
test_launcher.pyFile · 0.80
test_mode_win32Method · 0.80
debug_buildFunction · 0.80
add_known_fileMethod · 0.80
add_known_linkMethod · 0.80
add_known_dirMethod · 0.80
hassuffixMethod · 0.80
isdirMethod · 0.80
isfileMethod · 0.80

Calls 1

__class__Method · 0.45

Tested by 15

test_casefoldMethod · 0.64
test_issue18183Method · 0.64
test_mode_win32Method · 0.64
debug_buildFunction · 0.64
add_known_fileMethod · 0.64
add_known_linkMethod · 0.64
add_known_dirMethod · 0.64
hassuffixMethod · 0.64
isdirMethod · 0.64
isfileMethod · 0.64
ismoduleMethod · 0.64
isxfileMethod · 0.64