VertexViewer#

class langchain_core.runnables.graph_ascii.VertexViewer(name: str)[source]#

Class to define vertex box boundaries that will be accounted for during graph building by grandalf.

Parameters:

name (str) – name of the vertex.

Attributes

HEIGHT

Height of the box.

h

Height of the box.

w

Width of the box.

Methods

__init__(name)

__init__(name: str) None[source]#
Parameters:

name (str)

Return type:

None