Joseph HENRY 852a5de700 Initial commit
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 13:00:51 +01:00

23 lines
298 B
JSON

{
"abspath": {
"params": {
"path": "str | bytes"
}
},
"basename": {
"params": {
"path": "str | bytes"
}
},
"is_subdir": {
"params": {
"directory": "str | bytes"
}
},
"native_pathsep": {
"params": {
"path": "str | bytes"
}
}
}