Settings
- class compas_session.settings.Settings(*, autosave=True)
Bases:
BaseModel
Inherited Methods
Returns a copy of the model.
Creates a new instance of the Model class with validated data.
Usage docs: https://docs.pydantic.dev/2.9/concepts/serialization/#model_copy
Usage docs: https://docs.pydantic.dev/2.9/concepts/serialization/#modelmodel_dump
Usage docs: https://docs.pydantic.dev/2.9/concepts/serialization/#modelmodel_dump_json
Generates a JSON schema for a model class.
Compute the class name for parametrizations of generic classes.
Override this method to perform additional initialization after __init__ and model_construct.
Try to rebuild the pydantic-core schema for the model.
Validate a pydantic model instance.
Usage docs: https://docs.pydantic.dev/2.9/concepts/json/#json-parsing
Validate the given object with string data against the Pydantic model.