MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / main

Function main

tests/test_code/py/import_paths/import_paths.py:5–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3from abra import abra2 as abra3
4
5def main():
6 abra3()
7 cadabra.cadabra2()
8 main2()
9
10def main2():
11 abra.abra2()

Callers 1

import_paths.pyFile · 0.70

Calls 1

main2Function · 0.85

Tested by

no test coverage detected