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

Method get_parameters_of_url

github/Requester.py:491–493  ·  view source on GitHub ↗
(url: str)

Source from the content-addressed store, hash-verified

489
490 @staticmethod
491 def get_parameters_of_url(url: str) -> dict[str, list]:
492 query = urllib.parse.urlparse(url)[4]
493 return urllib.parse.parse_qs(query)
494
495 @staticmethod
496 def add_parameters_to_url(

Callers 2

__reverseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected