Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
def
do_something(x):
2
def
do_some_other(x):
3
return
x * 3
4
5
return
do_some_other(x)
6
7
8
if
__name__ ==
'__main__'
:
Callers
1
functions.py
File · 0.70
Calls
1
do_some_other
Function · 0.70
Tested by
no test coverage detected