如何在 python 3.1.x 中打印文档字符串?
我尝试使用 re 和 sys 模块作为测试,但我不断收到错误。谢谢
import re
print(re._doc_)
Traceback (most recent call last):
File "<pyshell#91>", line 1, in <module>
print(re._doc_)
AttributeError: 'module' object has no attribute '_doc_'
如何在 python 3.1.x 中打印文档字符串?
我尝试使用 re 和 sys 模块作为测试,但我不断收到错误。谢谢
import re
print(re._doc_)
Traceback (most recent call last):
File "<pyshell#91>", line 1, in <module>
print(re._doc_)
AttributeError: 'module' object has no attribute '_doc_'