Shutil(Python)是什么意思?

发布于 2024-10-21 01:20:28 字数 80 浏览 1 评论 0原文

我知道这个模块的用途,只是不知道他们为什么选择这个名字——shutil。这种“随意”的名字如果不知道从何而来,是很难记住的。请给我一些提示,谢谢。

I knew what this module is for, I just don't know why they choose this name - shutil. It is hard to remember this kind of "random" name if I don't know where it come from. Please give me some hints, thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

花心好男孩 2024-10-28 01:20:28

它的意思是“shell 实用程序”,sh 代表 shell,util 代表实用程序。

如果您考虑 Shutil 的作用,就会发现这是有道理的(操作文件系统、制作档案等)。

It means "shell utilities", sh standing for shell, util standing for utilities.

If you think about what shutil does, that makes sense (manipulate the filesystem, make archives, etc.).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文