hostmask
FTP_TLS.prot_p() Set up secure data connection.
exception tarfile.StreamError Is raised for the limitations that are typical for stream-like TarFile objects.
feed_data(data) Feed data bytes in the internal buffer. Any operations waiting for the data will be resumed.
readline.get_completer() Get the completer function, or None if no completer function has been set.
shift(other, context=None) Return the result of shifting the digits of the first operand by an amount specified by the second operand. The second operand must be an integer in the range -precision through precision. The absolute value of the second operand gives the number of places to shift. If the second operand is positive then the shift is to the left; otherwise the shift is to the right. Digits shifted into the coefficient are zeros. The sign and exponent of the first operand are unchan
inspect.ismodule(object) Return true if the object is a module.
plistlib.dumps(value, *, fmt=FMT_XML, sort_keys=True, skipkeys=False) Return value as a plist-formatted bytes object. See the documentation for dump() for an explanation of the keyword arguments of this function. New in version 3.4.
types.BuiltinMethodType The type of built-in functions like len() or sys.exit(), and methods of built-in classes. (Here, the term “built-in” means “written in C”.)
MimeTypes.types_map_inv Tuple containing two dictionaries, mapping MIME types to a list of filename extensions: the first dictionary is for the non-standards types and the second one is for the standard types. They are initialized by common_types and types_map.
Page 484 of 663