MCPcopy Index your code
hub / github.com/prompt-toolkit/ptpython / main

Function main

examples/asyncio-python-embed.py:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46
47
48async def main() -> None:
49 asyncio.create_task(print_counter())
50 await interactive_shell()
51
52
53if __name__ == "__main__":

Callers 1

Calls 2

print_counterFunction · 0.85
interactive_shellFunction · 0.85

Tested by

no test coverage detected