MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / do_something

Function do_something

05_functions/python/functions.py:1–5  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

1def do_something(x):
2 def do_some_other(x):
3 return x * 3
4
5 return do_some_other(x)
6
7
8if __name__ == '__main__':

Callers 1

functions.pyFile · 0.70

Calls 1

do_some_otherFunction · 0.70

Tested by

no test coverage detected