hf3fs.fuse¶ serverPath 从完整路径获取 client 接受的路径名 mountName 从完整路径获取 mount name hf3fs.fuse.serverPath(p)[source]¶ 从完整路径获取 client 接受的路径名 Parameters p – 待解析的路径名 Examples: import hf3fs.fuse hf3fs.fuse.serverPath('/hf3fs-jd/aaa/../cpu/abc/def') hf3fs.fuse.mountName(p)[source]¶ 从完整路径获取 mount name Parameters p – 待解析的路径名 Examples: import hf3fs.fuse hf3fs.fuse.mountName('/hf3fs-jd/aaa/../cpu/abc/def')