MCPcopy Index your code
hub / github.com/nodejs/node / abspath

Function abspath

tools/install.py:16–18  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

14SYSTEM_AIX = "AIX"
15
16def abspath(*args):
17 path = os.path.join(*args)
18 return os.path.abspath(path)
19
20def is_child_dir(child, parent):
21 p = os.path.abspath(parent)

Callers 13

GetAnnotationInfoMethod · 0.85
HasRunMethod · 0.85
HasRunMethod · 0.85
__init__Method · 0.85
MainFunction · 0.85
try_rmdir_rFunction · 0.85
mkpathsFunction · 0.85
package_filesFunction · 0.85
corepack_filesFunction · 0.85
filesFunction · 0.85
MainFunction · 0.85
v8_presubmit.pyFile · 0.85

Calls 1

joinMethod · 0.45

Tested by 5

GetAnnotationInfoMethod · 0.68
HasRunMethod · 0.68
HasRunMethod · 0.68
__init__Method · 0.68
MainFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…