priops.priop

priops.Priop

class priops.priop.Priop(name=None, *args, **kwargs)[source]

Bases: list

A graph of edges.

__init__(name=None, *args, **kwargs)[source]

Sets up a new Priop named name (optional). The constructor accepts all the various formats that list accepts.

__str__()[source]

Returns a pretty-formatted string (human readable), describing the Priop.

__add__(other_priop)[source]

Concatenates both the list items as well as the names. If the names are the same, the name is kept.

Table Of Contents

Previous topic

priops.path

Next topic

priops.pathfinder

This Page