popframe.method.base_method
Classes
|
BaseMethod class required for methods implementation |
- class popframe.method.base_method.BaseMethod(*, region: Region)[source]
Bases:
ABC
,BaseModel
BaseMethod class required for methods implementation
- model_computed_fields: ClassVar[dict[str, ComputedFieldInfo]] = {}
A dictionary of computed field names and their corresponding ComputedFieldInfo objects.