wepy.analysis.network_layouts.layout module
General stuff for layouts.
-
exception wepy.analysis.network_layouts.layout.LayoutError[source]
Bases: Exception
Error for requirements specific to network layouts.
-
args
-
with_traceback()
Exception.with_traceback(tb) –
set self.__traceback__ to tb and return self.