altair.SortArray#
- class altair.SortArray(*args, **kwds)#
SortArray schema 封装器。
- __init__(*args, **kwds)#
方法
__init__
(*args, **kwds)复制
([deep, ignore])返回对象的副本。
从字典创建
(dct[, validate])从字典表示构造类。
从 JSON 创建
(json_string[, validate])从有效的 JSON 字符串实例化对象。
解析引用
([schema])在此对象的 schema 或根 schema 的上下文中解析引用。
转为字典
([validate, ignore, context])返回对象的字典表示。
转为 JSON
([validate, indent, sort_keys, ...])将此对象的 JSON 表示作为字符串发出。
验证
(instance[, schema])在根 schema 的上下文中根据类 schema 验证实例。
验证属性
(name, value[, schema])在根 schema 的上下文中根据属性 schema 验证属性。