Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ string_reverse
Function
string_reverse
Lib/test/test_struct.py:32–33 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
30
yield
code, byteorder
31
32
def
string_reverse(s):
33
return
s[::-1]
34
35
def
bigendian_to_native(value):
36
if
ISBIGENDIAN:
Callers
3
bigendian_to_native
Function · 0.85
test_one
Method · 0.85
test_705836
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…