MCPcopy 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

1def ascii_capitalize(name):
2 if name:
3 first = name[0]
4 if first.isascii():

Callers

nothing calls this directly

Calls 2

ascii_capitalizeFunction · 0.70
printFunction · 0.50

Tested by

no test coverage detected