From 42ec7286b2d36a9ba22925f816a17cb1cc2aa5ce Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 30 Oct 2021 11:32:16 +0800 Subject: + Penlight --- Data/Libraries/Penlight/docs/libraries/pl.url.html | 212 +++++++++++++++++++++ 1 file changed, 212 insertions(+) create mode 100644 Data/Libraries/Penlight/docs/libraries/pl.url.html (limited to 'Data/Libraries/Penlight/docs/libraries/pl.url.html') diff --git a/Data/Libraries/Penlight/docs/libraries/pl.url.html b/Data/Libraries/Penlight/docs/libraries/pl.url.html new file mode 100644 index 0000000..7c97371 --- /dev/null +++ b/Data/Libraries/Penlight/docs/libraries/pl.url.html @@ -0,0 +1,212 @@ + + + + + Penlight Documentation + + + + +
+ +
+ +
+
+
+ + +
+ + + + + + +
+ +

Module pl.url

+

Python-style URL quoting library.

+

+ +

+ + +

Functions

+ + + + + + + + + +
quote (s, quote_plus)Quote the url, replacing special characters using the '%xx' escape.
unquote (s)Unquote the url, replacing '%xx' escapes and plus signs.
+ +
+
+ + +

Functions

+ +
+
+ + quote (s, quote_plus) +
+
+ Quote the url, replacing special characters using the '%xx' escape. + + +

Parameters:

+
    +
  • s + string + the string +
  • +
  • quote_plus + bool + Also escape slashes and replace spaces by plus signs. +
  • +
+ +

Returns:

+
    + + The quoted string, or if s wasn't a string, just plain unaltered s. +
+ + + + +
+
+ + unquote (s) +
+
+ Unquote the url, replacing '%xx' escapes and plus signs. + + +

Parameters:

+
    +
  • s + string + the string +
  • +
+ +

Returns:

+
    + + The unquoted string, or if s wasn't a string, just plain unaltered s. +
+ + + + +
+
+ + +
+
+
+generated by LDoc 1.4.6 +
+
+ + -- cgit v1.1-26-g67d0