BaseMethod

todo

class blocksnet.method.base_method.BaseMethod(*, city_model: City)[source]

Bases: ABC, BaseModel

BaseMethod class required for methods implementation

city_model: City
calculate(*args, **kwargs) any[source]

Main calculation method that should be overrided in child class

plot(*args, **kwargs) any[source]

Plot method that can be overrided in child class