pydistsim.demo_algorithms.santoro2007.mega_merger.algorithm.City

class City(name: int, level: int, is_downtown: bool)[source]

Bases: object

Methods

__init__

make_child

Attributes

name

level

is_downtown

__setattr__(name, value)

Implement setattr(self, name, value).