python标准库之fnmatch,dis,timeit
发布日期:2021-05-07 18:07:11 浏览次数:33 分类:技术文章

本文共 258 字,大约阅读时间需要 1 分钟。

fnmatch

一种unix shell-style的文件名检查方式,在windows下也可以使用。

Pattern Meaning
* matches everything
? matches any single character
[seq] matches any character in seq
[!seq] matches any character not in seq

timeit

(通过百万次运行,从而区分出程序间细微的时间差别)

dis

dis可以用来查看一个代码块所对应的python字节码

上一篇:常见博客网站的robots.txt
下一篇:coddenomicon工具

发表评论

最新留言

关注你微信了!
[***.104.42.241]2025年03月23日 07时46分40秒