DiffPair#
- class pyedb.workflows.drc.drc.DiffPair(*, positive: str, negative: str)#
Differential-pair definition.
Methods
DiffPair.construct([_fields_set])DiffPair.copy(*[, include, exclude, update, ...])Returns a copy of the model.
DiffPair.dict(*[, include, exclude, ...])DiffPair.from_orm(obj)DiffPair.json(*[, include, exclude, ...])DiffPair.model_construct([_fields_set])Creates a new instance of the Model class with validated data.
DiffPair.model_copy(*[, update, deep])!!! abstract "Usage Documentation"
DiffPair.model_dump(*[, mode, include, ...])!!! abstract "Usage Documentation"
DiffPair.model_dump_json(*[, indent, ...])!!! abstract "Usage Documentation"
DiffPair.model_json_schema([by_alias, ...])Generates a JSON schema for a model class.
DiffPair.model_parametrized_name(params)Compute the class name for parametrizations of generic classes.
DiffPair.model_post_init(context, /)Override this method to perform additional initialization after __init__ and model_construct.
DiffPair.model_rebuild(*[, force, ...])Try to rebuild the pydantic-core schema for the model.
DiffPair.model_validate(obj, *[, strict, ...])Validate a pydantic model instance.
DiffPair.model_validate_json(json_data, *[, ...])!!! abstract "Usage Documentation"
DiffPair.model_validate_strings(obj, *[, ...])Validate the given object with string data against the Pydantic model.
DiffPair.parse_file(path, *[, content_type, ...])DiffPair.parse_obj(obj)DiffPair.parse_raw(b, *[, content_type, ...])DiffPair.schema([by_alias, ref_template])DiffPair.schema_json(*[, by_alias, ref_template])DiffPair.update_forward_refs(**localns)DiffPair.validate(value)Attributes
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].