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

Function _path_eq

Lib/multiprocessing/popen_spawn_win32.py:24–25  ·  view source on GitHub ↗
(p1, p2)

Source from the content-addressed store, hash-verified

22
23
24def _path_eq(p1, p2):
25 return p1 == p2 or os.path.normcase(p1) == os.path.normcase(p2)
26
27WINENV = not _path_eq(sys.executable, sys._base_executable)
28

Callers 2

__init__Method · 0.85

Calls 1

normcaseMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…