gpt4 book ai didi

python - 使用 Python Humanize 自定义文件大小格式?

转载 作者:行者123 更新时间:2023-12-04 02:48:56 25 4
gpt4 key购买 nike

我正在使用 Python Humanize module 来格式化一些文件大小信息。该模块默认保留一位小数,有没有办法返回具有不同小数位的值?

这是默认值:

>>> humanize.naturalsize(12345678)
'12.3 MB'

有没有办法使用此模块获得:12.35 MB12 MB

最佳答案

不,这是不可能的。格式说明符 %.1f 是硬编码的: https://github.com/jmoiron/humanize/blob/master/humanize/filesize.py#L33-L38

编辑: joemaller刚刚提交了一个pull request对于此功能。

关于python - 使用 Python Humanize 自定义文件大小格式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18167818/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com