Searched refs:graph_shape_fn_ (Results 1 – 1 of 1) sorted by relevance
996 graph_shape_fn_ = PyObject_GetAttrString(py_vspace_, "graph_shape_fn"); in Initialize()997 if (graph_shape_fn_ == nullptr) { in Initialize()1008 Py_XDECREF(graph_shape_fn_); in ~PyVSpace()1087 PyObject* result = PyEval_CallObject(graph_shape_fn_, arg_list); in GraphShape()1144 PyObject* graph_shape_fn_; member in PyVSpace