MCPcopy Index your code
hub / github.com/PyGithub/PyGithub / encode

Method encode

github/Requester.py:1039–1040  ·  view source on GitHub ↗
(_: Any)

Source from the content-addressed store, hash-verified

1037 headers["Accept"] = "application/octet-stream"
1038
1039 def encode(_: Any) -> tuple[str, str]:
1040 return "", ""
1041
1042 status, responseHeaders, output = self.__requestEncode(
1043 cnx, "GET", url, parameters, headers, None, encode, stream=True, follow_302_redirect=True

Callers 6

tokenMethod · 0.80
jwt_signMethod · 0.80
encryptFunction · 0.80
create_fileMethod · 0.80
update_fileMethod · 0.80
responseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected