博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
python下 help()使用方法
阅读量:5278 次
发布时间:2019-06-14

本文共 320 字,大约阅读时间需要 1 分钟。

 

查看python所有的modules:help("modules")

单看python所有的modules中包含指定字符串的modules: help("modules yourstr")

查看python中常见的topics: help("topics")

查看python标准库中的module:import os.path + help("os.path")

查看python内置的类型:help("list")

查看python类型的成员方法:help("str.find") 

查看python内置函数:help("open")

转载于:https://www.cnblogs.com/snowbook/p/5614260.html

你可能感兴趣的文章
ZendGuardLoader安装
查看>>
青云直上九宵天 功成名就把家还
查看>>
Mysql初识数据库《二》数据库管理软件的由来
查看>>
日期格式操作,在oracle和mysql中的实现
查看>>
CentOSx64 安装 Gearmand 和 Gearman php扩展
查看>>
linux:SUID、SGID详解
查看>>
小哼买书
查看>>
angular学习之手动启动一个模块
查看>>
初识Tomcat系统架构
查看>>
CSS 三角形
查看>>
40个Java集合面试问题和答案
查看>>
Redis集群搭建与简单使用
查看>>
[Swift]LeetCode1096. 花括号展开 II | Brace Expansion II
查看>>
[Apple开发者帐户帮助]二、管理你的团队(1)邀请团队成员
查看>>
[Apple开发者帐户帮助]五、管理标识符(1)注册应用程序ID
查看>>
javascript中for...in和for...of的区别
查看>>
a--
查看>>
[Java Sprint] Spring Configuration Using Java
查看>>
[Angular 2]ng-class and Encapsulated Component Style2
查看>>
(二)springmvc项目整合easyopen
查看>>