1 Star 0 Fork 0

趣味AI / python-small-examples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
51.md 497 Bytes
一键复制 编辑 原始数据 按行查看 历史
vuefine 提交于 2020-08-23 12:40 . md-head
@author jackzhenguo
@desc 
@date 2019/3/4

51 help 一键帮助 

返回对象的帮助文档

In [1]: 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)
1
https://gitee.com/funny_ai/python-small-examples.git
git@gitee.com:funny_ai/python-small-examples.git
funny_ai
python-small-examples
python-small-examples
master

搜索帮助