MCPcopy Index your code
hub / github.com/python/cpython / add_line

Function add_line

Lib/asyncio/graph.py:198–199  ·  view source on GitHub ↗
(line: str)

Source from the content-addressed store, hash-verified

196
197 def render_level(st: FutureCallGraph, buf: list[str], level: int) -> None:
198 def add_line(line: str) -> None:
199 buf.append(level * ' ' + line)
200
201 if isinstance(st.future, tasks.Task):
202 add_line(

Callers 1

render_levelFunction · 0.70

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…