摘要: 一、__doc__ """This is the module docstring""" class TestDoc: """类测试""" def demo(self): """方法注释""" pass if __name__ == '__main__': print(__doc__) print( 阅读全文
posted @ 2020-06-04 14:32 whitewall 阅读(197) 评论(0) 推荐(0)