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