requests.idna.punycode.codec

Undocumented in source.

Members

Classes

DecodeException
class DecodeException
Undocumented in source.

Functions

adapt_bias
size_t adapt_bias(size_t delta, size_t n_points, bool is_first)
Undocumented in source. Be warned that the author may not have intended to support it.
decode
string decode(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
decode_digit
uint decode_digit(uint d)
Undocumented in source. Be warned that the author may not have intended to support it.
encode
string encode(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
encode_digit
uint encode_digit(size_t d)
Undocumented in source. Be warned that the author may not have intended to support it.
encode_int
uint[] encode_int(size_t bias, size_t delta)
Undocumented in source. Be warned that the author may not have intended to support it.
next_smallest_codepoint
size_t next_smallest_codepoint(uint[] extended, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
threshold
size_t threshold(size_t k, size_t bias)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

base
enum base;
Undocumented in source.
damp
enum damp;
Undocumented in source.
delimiter
enum delimiter;
Undocumented in source.
initial_bias
enum initial_bias;
Undocumented in source.
initial_n
enum initial_n;
Undocumented in source.
skew
enum skew;
Undocumented in source.
tmax
enum tmax;
Undocumented in source.
tmin
enum tmin;
Undocumented in source.
unicode_max
enum unicode_max;
Undocumented in source.

Meta