python (3.11.7)

(root)/
lib/
python3.11/
site-packages/
setuptools/
__pycache__/
_path.cpython-311.pyc

*eRddlZddlmZeeejfZdZdededefdZdS)N)Unioncptj|}tj|ddS)z1Ensure that the parent directory of `path` existsT)exist_okN)ospathdirnamemakedirs)rrs  R/BuggyBox/python/3.11.7/bootstrap/lib/python3.11/site-packages/setuptools/_path.pyensure_directoryrs0good##GK$''''''p1p2returnctj|tj|kS)aDiffers from os.path.samefile because it does not require paths to exist.
    Purely string based (no comparison between i-nodes).
    >>> same_path("a/b", "./a/b")
    True
    >>> same_path("a/b", "a/./b")
    True
    >>> same_path("a/b", "././a/b")
    True
    >>> same_path("a/b", "./a/b/c/..")
    True
    >>> same_path("a/b", "../a/b/c")
    False
    >>> same_path("a", "a/b")
    False
    )rrnormpath)r
rs  r
	same_pathr
s/ 7B27#3#3B#7#777r)	rtypingrstrPathLike_Pathrboolrrr
<module>rss				
c2;(((8%8U8t888888r