Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/plotly/dash
/ empty_environ
Function
empty_environ
tests/conftest.py:9–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
8
@pytest.fixture
9
def
empty_environ():
10
for
k in DASH_ENV_VARS.keys():
11
if
k in os.environ:
12
os.environ.pop(k)
13
14
15
@pytest.fixture
Callers
nothing calls this directly
Calls
2
keys
Method · 0.80
pop
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…