MCPcopy Index your code
hub / github.com/RustPython/RustPython / tuple_encode

Function tuple_encode

Lib/test/test_urlparse.py:1762–1763  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

1760 return s.encode('ascii')
1761
1762def tuple_encode(t):
1763 return tuple(str_encode(x) for x in t)
1764
1765if __name__ == "__main__":
1766 unittest.main()

Callers 3

test_roundtripsMethod · 0.85
test_http_roundtripsMethod · 0.85

Calls 1

str_encodeFunction · 0.85

Tested by

no test coverage detected