MCPcopy 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
133def 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
141main()

Callers 1

Calls 1

process_fileFunction · 0.85

Tested by

no test coverage detected