Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/caldera
/ _generate_fact
Function
_generate_fact
tests/conftest.py:232–233 ·
view source on GitHub ↗
(trait, *args, **kwargs)
Source
from the content-addressed store, hash-verified
230
@pytest.fixture
231
def
fact():
232
def
_generate_fact(trait, *args, **kwargs):
233
return
Fact(*args, trait=trait, **kwargs)
234
235
return
_generate_fact
236
Callers
nothing calls this directly
Calls
1
Fact
Class · 0.90
Tested by
no test coverage detected