MCPcopy Create free account
hub / github.com/dagger/dagger / custom_span

Method custom_span

dagql/idtui/viztest/python/src/main/__init__.py:20–22  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18
19 @function
20 async def custom_span(self) -> str:
21 with tracer.start_as_current_span("custom span"):
22 return await self.echo(f"hello from Python! it is currently {now}")
23
24 @function
25 async def pending(self):

Callers

nothing calls this directly

Calls 1

echoMethod · 0.95

Tested by

no test coverage detected