hydrotools._restclient.urllib_types module

class hydrotools._restclient.urllib_types.Quote(value)

Bases: Enum

Enumeration of quote/unquote handling methods.

QUOTE = QuoteStyle(quote_style=<function quote>, unquote_style=<function unquote>)
QUOTE_FROM_BYTES = QuoteStyle(quote_style=<function quote_from_bytes>, unquote_style=<function unquote_to_bytes>)
QUOTE_PLUS = QuoteStyle(quote_style=<function quote_plus>, unquote_style=<function unquote_plus>)
quote(*args, **kwargs)
property quote_style
unquote(*args, **kwargs)
property unquote_style