set_charset(charset) Set the character set of the payload to charset, which can either be a
aifc.aiff() Create an AIFF file. The default is that an AIFF-C file is created, unless the name of the file ends in '
str.replace(old, new[, count]) Return a copy of the string with all occurrences of substring old replaced by new
handle_expect_100() When a HTTP/1.1 compliant server receives an Expect: 100-continue request header it responds
class collections.defaultdict([default_factory[, ...]]) Returns a new dictionary-like object. defaultdict is a
locked() Return True if the lock is acquired.
HTTPPasswordMgr.add_password(realm, uri, user, passwd) uri can be either a single URI, or a sequence of URIs. realm
urllib.parse.parse_qsl(qs, keep_blank_values=False, strict_parsing=False, encoding='utf-8', errors='replace') Parse a query
daemon The process’s daemon flag, a Boolean value. This must be set before start() is called. The
html.unescape(s) Convert all named and numeric character references (e.g. >, >,
Page 53 of 100