📜  如何知道python代码示例中模块中的所有方法

📅  最后修改于: 2022-03-11 14:46:12.502000             🧑  作者: Mango

代码示例1
>>> import re
>>> dir(re)