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