(self, results, selector)
| 1101 | |
| 1102 | @apply_docstring(GraphDAGNode.add_column) |
| 1103 | def add_column(self, results, selector): |
| 1104 | return self._session._wrapper(self._graph_node.add_column(results, selector)) |
| 1105 | |
| 1106 | def to_numpy(self, selector, vertex_range=None): |
| 1107 | """Select some elements of the graph and output to numpy. |