MCPcopy Create free account
hub / github.com/graphql-python/graphene / call_fn

Function call_fn

graphene/utils/tests/test_dataloader.py:102–103  ·  view source on GitHub ↗
(keys)

Source from the content-addressed store, hash-verified

100@mark.asyncio
101async def test_build_a_simple_data_loader():
102 async def call_fn(keys):
103 return keys
104
105 identity_loader = DataLoader(call_fn)
106

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected