MCPcopy Create free account
hub / github.com/EdupageAPI/edupage-api / urlencode

Method urlencode

edupage_api/utils.py:91–92  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

89class RequestUtil:
90 @staticmethod
91 def urlencode(string):
92 return urllib.parse.quote(string)
93
94 @staticmethod
95 def encode_form_data(data):

Callers 1

encode_form_dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected