Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
48
async
def
main() -> None:
49
asyncio.create_task(print_counter())
50
await interactive_shell()
51
52
53
if
__name__ ==
"__main__"
:
Callers
1
asyncio-python-embed.py
File · 0.70
Calls
2
print_counter
Function · 0.85
interactive_shell
Function · 0.85
Tested by
no test coverage detected