MCPcopy 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
32def string_reverse(s):
33 return s[::-1]
34
35def bigendian_to_native(value):
36 if ISBIGENDIAN:

Callers 3

bigendian_to_nativeFunction · 0.85
test_oneMethod · 0.85
test_705836Method · 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…