Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ndleah/python-mini-project
/ sample.py
File
sample.py
string_manipulator/sample.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
string_manipulator
import
StringManipulator
2
3
my_string =
"Hello, World!"
4
manipulator = StringManipulator(my_string)
Callers
nothing calls this directly
Calls
11
StringManipulator
Class · 0.90
concatenate
Method · 0.80
length
Method · 0.80
slice
Method · 0.80
repeat
Method · 0.80
uppercase
Method · 0.80
lowercase
Method · 0.80
strip
Method · 0.80
split
Method · 0.80
format
Method · 0.80
interpolate
Method · 0.80
Tested by
no test coverage detected