altair.LogicalOrPredicate#

class altair.LogicalOrPredicate(**kwds)#

LogicalOrPredicate schema 包装器。

参数:
orSequence[str, dict, Predicate, FieldGTPredicate, FieldLTPredicate, FieldGTEPredicate, FieldLTEPredicate, LogicalOrPredicate, ParameterPredicate, FieldEqualPredicate, FieldOneOfPredicate, FieldRangePredicate, FieldValidPredicate, LogicalAndPredicate, LogicalNotPredicate, PredicateComposition]
__init__(**kwds)#

方法

__init__(**kwds)

copy([deep, ignore])

返回对象的副本。

from_dict(dct[, validate])

从字典表示构建类。

from_json(json_string[, validate])

从有效的 JSON 字符串实例化对象。

resolve_references([schema])

在对象的 schema 或根 schema 的上下文中解析引用。

to_dict([validate, ignore, context])

返回对象的字典表示。

to_json([validate, indent, sort_keys, ...])

以字符串形式输出此对象的 JSON 表示。

validate(instance[, schema])

在根 schema 的上下文中对照类 schema 验证实例。

validate_property(name, value[, schema])

在根 schema 的上下文中对照属性 schema 验证属性。