finesse.exceptions.ModelClassAttributeError

Overview

class finesse.exceptions.ModelClassAttributeError(target: Any, resolved_attrs: list[str], missing_name: str)[source]

Bases: ModelAttributeError

Error indicating that a model path resolves to a class attribute.

E.g. l1.P.__dict__ or parse will resolve, but no usecase exists for referencing these class attributes in katscript.