agx.NodeType¶ class agx.NodeType(type_id, num_connections)[source]¶ Bases: object Container for a node types. Parameters: type_id (int) – This defines a collection of nodes as equivalent. num_connections (int) – The number of connections the node makes. Methods Attributes type_id num_connections num_connections: int¶ type_id: int¶