Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ main
Function
main
tools/convert_test_to_async.py:133–138 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
131
132
133
def
main() -> None:
134
args = sys.argv[1:]
135
sync_file =
"./test/"
+ args[0]
136
async_file =
"./"
+ args[0]
137
138
process_file(sync_file, async_file)
139
140
141
main()
Callers
1
convert_test_to_async.py
File · 0.70
Calls
1
process_file
Function · 0.85
Tested by
no test coverage detected