MCPcopy Index your code
hub / github.com/trekhleb/learn-python / reverse_function

Function reverse_function

src/modules/sound_package/effects/reverse.py:4–6  ·  view source on GitHub ↗

Reveres function mock

()

Source from the content-addressed store, hash-verified

2
3
4def reverse_function():
5 """Reveres function mock"""
6 return 'Do reverse effect'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected