Searched refs:graph_shape_fn_ (Results 1 – 1 of 1) sorted by relevance
1222 graph_shape_fn_ = PyObject_GetAttrString(py_vspace_, "graph_shape_fn"); in Initialize()1223 if (graph_shape_fn_ == nullptr) { in Initialize()1236 Py_XDECREF(graph_shape_fn_); in ~PyVSpace()1325 PyObject* result = PyEval_CallObject(graph_shape_fn_, arg_list); in GraphShape()1394 PyObject* graph_shape_fn_; member in PyVSpace