Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pathwaycom/pathway
/ parse_graph_teardown
Function
parse_graph_teardown
python/pathway/conftest.py:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
21
@pytest.fixture(autouse=True)
22
def
parse_graph_teardown() -> Generator[None, None, None]:
23
yield
24
parse_graph.G.clear()
25
26
27
@pytest.fixture(autouse=True)
Callers
nothing calls this directly
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected