Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ uppercase.py
File
uppercase.py
04_strings_unicode/python/uppercase.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
ascii_capitalize(name):
2
if
name:
3
first = name[0]
4
if
first.isascii():
Callers
nothing calls this directly
Calls
2
ascii_capitalize
Function · 0.70
print
Function · 0.50
Tested by
no test coverage detected