加入新推出的
Discord 社区,展开实时讨论,获得同行支持,并直接与 Meridian 团队互动!
meridian.analysis.formatter.TableSpec
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
meridian.analysis.formatter.TableSpec(
id: str,
title: str,
column_headers: Sequence[str],
row_values: Sequence[Sequence[str]],
description: (str | None) = None
)
属性 |
id
|
数据类字段
|
title
|
数据类字段
|
column_headers
|
数据类字段
|
row_values
|
数据类字段
|
description
|
数据类字段
|
方法
__eq__
__eq__(
other
)
返回 self==value。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-01-25。
[null,null,["最后更新时间 (UTC):2025-01-25。"],[],["The core content describes the `TableSpec` dataclass within the `meridian.analysis.formatter` module. It defines a table structure using an `id`, `title`, `column_headers`, `row_values`, and an optional `description`. These are all dataclass fields. There is an `__eq__` method to check if two objects are equal. The default value of description class variable is None. The source code is available on GitHub.\n"],null,[]]