1
5
只需创建从元组继承并重写的新类
|
2
1
|
3
0
使用namedtuple( https://docs.python.org/3/library/collections.html#collections.namedtuple
|
4
0
是的,您可以通过一个“映射”来实现这一点——用其他类的属性创建一个自定义类。 资源: http://www.kr41.net/2016/03-23-dont_inherit_python_builtin_dict_type.html
您最好使用更复杂的数据结构,例如元组字典。
或(注释结构)
|
July · 如何定义数字间隔,然后四舍五入 1 年前 |
user026 · 如何根据特定窗口的平均值(行数)创建新列? 1 年前 |
Ashok Shrestha · 需要追踪特定的颜色线并获取坐标 1 年前 |
Nicote Ool · 在FastApi和Vue3中获得422 1 年前 |
Abdulaziz · 如何对集合内的列表进行排序[重复] 1 年前 |
asmgx · 为什么合并数据帧不能按照python中的预期方式工作 1 年前 |