Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ functions.py
File
functions.py
05_functions/python/functions.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
do_something(x):
2
def
do_some_other(x):
3
return
x * 3
4
Callers
nothing calls this directly
Calls
2
do_something
Function · 0.70
print
Function · 0.50
Tested by
no test coverage detected