(graphscope_session)
| 250 | |
| 251 | @pytest.fixture(scope="module") |
| 252 | def arrow_property_graph(graphscope_session): |
| 253 | g = load_arrow_property_graph(graphscope_session, directed=True) |
| 254 | yield g |
| 255 | del g |
| 256 | |
| 257 | |
| 258 | @pytest.fixture(scope="module") |
nothing calls this directly
no test coverage detected