开发者社区> 问答> 正文

python必备内置函数- help()  

python必备内置函数- help()

展开
收起
请回答1024 2020-03-30 11:31:04 579 0
2 条回答
写回答
取消 提交回答
  • 代码改变世界,我们改变代码

    help(对象)

    返回对象的帮助doc

    2020-04-06 17:00:14
    赞同 展开评论 打赏
  • 返回对象的帮助文档

    In [113]: help(xiaoming) Help on Student in module main object:

    class Student(builtins.object) | Methods defined here: | | init(self, id, name) | | repr(self) | | ---------------------------------------------------------------------- | Data descriptors defined here: | | dict | dictionary for instance variables (if defined) | | weakref | list of weak references to the object (if defined)

    2020-03-30 11:31:33
    赞同 展开评论 打赏
问答分类:
问答地址:
问答排行榜
最热
最新

相关电子书

更多
From Python Scikit-Learn to Sc 立即下载
Data Pre-Processing in Python: 立即下载
双剑合璧-Python和大数据计算平台的结合 立即下载