blob: f9a801a66a8dfb80af2487654c7bfa63baf494bd (
plain) (
blame)
1
2
3
4
5
6
7
8
|
---
title: object 对象
---
!!! info
任何具有状态(属性或值)以及预定义行为(方法)的数据。object 也是任何 [new-style class] 的最顶层基类名。
[new-style class]: https://docs.python.org/zh-cn/3/glossary.html#term-new-style-class
|