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

Function _relax_case

Lib/importlib/_bootstrap_external.py:67–69  ·  view source on GitHub ↗

True if filenames must be checked case-insensitively and ignore environment flags are not set.

()

Source from the content-addressed store, hash-verified

65 key = b'PYTHONCASEOK'
66
67 def _relax_case():
68 """True if filenames must be checked case-insensitively and ignore environment flags are not set."""
69 return not sys.flags.ignore_environment and key in _os.environ
70 else:
71 def _relax_case():
72 """True if filenames must be checked case-insensitively."""

Callers 1

find_specMethod · 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…