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

Function do_some_other

05_functions/python/functions.py:2–3  ·  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

Callers 1

do_somethingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected