Python dir() 函数
定义和用法
The dir()
函数返回指定对象的属性和方法,不包含值。
此函数将返回所有属性和方法,即使是所有对象默认的内置属性。
语法
dir(object)
参数值
参数 | 描述 |
---|---|
object | 您要查看有效属性的对象 |
The dir()
函数返回指定对象的属性和方法,不包含值。
此函数将返回所有属性和方法,即使是所有对象默认的内置属性。
dir(object)
参数 | 描述 |
---|---|
object | 您要查看有效属性的对象 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]