(graphscope_session)
| 264 | |
| 265 | @pytest.fixture(scope="module") |
| 266 | def arrow_property_graph_directed(graphscope_session): |
| 267 | g = load_arrow_property_graph(graphscope_session, directed=True) |
| 268 | yield g |
| 269 | del g |
| 270 | |
| 271 | |
| 272 | @pytest.fixture(scope="module") |
nothing calls this directly
no test coverage detected