23 lines
298 B
JSON
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"
|
|
}
|
|
}
|
|
}
|