MCPcopy 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

1from string_manipulator import StringManipulator
2
3my_string = "Hello, World!"
4manipulator = StringManipulator(my_string)

Callers

nothing calls this directly

Calls 11

StringManipulatorClass · 0.90
concatenateMethod · 0.80
lengthMethod · 0.80
sliceMethod · 0.80
repeatMethod · 0.80
uppercaseMethod · 0.80
lowercaseMethod · 0.80
stripMethod · 0.80
splitMethod · 0.80
formatMethod · 0.80
interpolateMethod · 0.80

Tested by

no test coverage detected