MCPcopy Create free account
hub / github.com/s3tools/s3cmd / urlencode_string

Function urlencode_string

S3/Utils.py:175–178  ·  view source on GitHub ↗
(string, urlencoding_mode=None, unicode_output=False)

Source from the content-addressed store, hash-verified

173
174## Low level methods
175def urlencode_string(string, urlencoding_mode=None, unicode_output=False):
176 if urlencoding_mode is None:
177 urlencoding_mode = S3.Config.Config().urlencoding_mode
178 return base_urlencode_string(string, urlencoding_mode, unicode_output)
179__all__.append("urlencode_string")
180
181

Callers

nothing calls this directly

Calls 1

base_urlencode_stringFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…