MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / main

Function main

tests_python/resources/my_code/my_code_coroutine.py:4–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3
4async def main():
5 import sys
6 import os
7 sys.path.append(os.path.dirname(os.path.dirname(__file__)))
8
9 from not_my_code import not_my_coroutine
10 await not_my_coroutine.call1(call2)
11 print('finish main')
12
13
14async def call2():

Callers 1

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected