edges_count property

edges_count property

Gets or sets the edges count. Contains a list of integers describing the number of edges for each wire.

Definition:

@property
def edges_count(self):
    ...
@edges_count.setter
def edges_count(self, value):
    ...

See Also