pjautoml.cs.operand.graph.graph.Graph

class pjautoml.cs.operand.graph.graph.Graph(name=None, path=None, nodes=None)[source]

TODO.

__init__(name=None, path=None, nodes=None)[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__([name, path, nodes]) Initialize self.
disable_pretty_printing() Disable the pretty-printing.
enable_pretty_printing() Enable the pretty-printing.
identified(name, path)
sample() TODO.
updated(nodes)

Attributes

cs TODO.
jsonable
name Return the name of the CS.
path Return the name of the CS.
pretty_printing
cs[source]

TODO.

disable_pretty_printing()[source]

Disable the pretty-printing.

enable_pretty_printing()[source]

Enable the pretty-printing.

name[source]

Return the name of the CS.

path[source]

Return the name of the CS.

sample()[source]

TODO.