autoextract_poet.items.Area¶
- class Area(value: Optional[float] = None, unitCode: Optional[str] = None, raw: Optional[str] = None)[source]¶
Bases:
autoextract_poet.items.Item- __init__(value: Optional[float] = None, unitCode: Optional[str] = None, raw: Optional[str] = None) None¶
Method generated by attrs for class Area.
Methods
__init__([value, unitCode, raw])Method generated by attrs for class Area.
from_dict(item)Read an item from a dictionary.
from_list(items)Read items from a list, invoking
from_dictfor each item in the listAttributes
valueunitCoderaw