How to use the urlpath.FrozenMultiDict function in urlpath

To help you get started, we’ve selected a few urlpath examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github chrono-meter / urlpath / urlpath.py View on Github external
def form(self):
        """The query parsed by `urllib.parse.parse_qs` of url."""
        return FrozenMultiDict({k: tuple(v)
                                for k, v in urllib.parse.parse_qs(self.query, **self._parse_qsl_args).items()})

urlpath

Object-oriented URL from urllib.parse and pathlib

MIT
Latest version published 2 months ago

Package Health Score

73 / 100
Full package analysis