-
python基础教程之python基础(13):函数名的使用、第一类对象、闭包、迭代器(3)
本站最新发布 Python从入门到精通|Python基础教程
试听地址 https://www.xin3721.com/eschool/pythonxin3721/
',
'ljust', 'lower', 'lstrip', 'maketrans', 'partition', 'replace', 'rfind',
'rindex', 'rjust', 'rpartition', 'rsplit', 'rstrip', 'split', 'splitlines',
'startswith', 'strip', 'swapcase', 'title', 'translate', 'upper', 'zfill']
试听地址 https://www.xin3721.com/eschool/pythonxin3721/
',
我们发现在字符串中可以找到__iter__,继续看⼀下list, tuple, dict, set。
- print(dir(tuple))
- print(dir(list))
- print(dir(open("护⼠少妇嫩模.txt"))) # ⽂件对象
- print(dir(set))
- print(dir(dict))
- 结果:
- ['__add__', '__class__', '__contains__', '__delattr__', '__dir__',
- '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__',
- '__getitem__', '__getnewargs__', '__gt__', '__hash__', '__init__',
- '__init_subclass__', '__iter__', '__le__', '__len__', '__lt__', '__mul__',
- '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__rmul__',
- '__setattr__', '__sizeof__', '__str__', '__subclasshook__', 'count',
- 'index']
- ['__add__', '__class__', '__contains__', '__delattr__', '__delitem__',
- '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__',
- '__getitem__', '__gt__', '__hash__', '__iadd__', '__imul__', '__init__',
- '__init_subclass__', '__iter__', '__le__', '__len__', '__lt__', '__mul__',
- '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__'
栏目列表
最新更新
如何使用OS模块中的stat方法
Python os 模块
seek() 方法
python打开文件实例1
Python写入文件
什么是流?
文件操作如何进制逐行读取
Python相对路径
with创建临时运行环境
Python文件操作
.Net Standard(.Net Core)实现获取配置信息
Linux PXE + Kickstart 自动装机
Shell 编程 基础
Shell 编程 条件语句
CentOS8-网卡配置及详解
Linux中LVM逻辑卷管理
1.数码相框-相框框架分析(1)
Ubuntu armhf 版本国内源
Linux中raid磁盘阵列
搭建简易网站
access教程之Access简介
mysql 安装了最新版本8.x版本后的报错:
Mysql空间数据&空间索引(spatial)
如何远程连接SQL Server数据库的图文教程
复制SqlServer数据库的方法
搜索sql语句
sql中返回参数的值
sql中生成查询的模糊匹配字符串
数据定义功能
数据操作功能