@typing.no_type_check_decorator(decorator) Decorator to give another decorator the no_type_check() effect.
bytearray.join(iterable) Return a bytes or bytearray object which is the concatenation of the binary data sequences in the
NodeList.item(i) Return the i‘th item from the sequence, if there is one, or None. The index i
parser.expr(source) The expr() function parses the parameter source as if it were an input to compile(source
logical_and(other, context=None) logical_and() is a logical operation which takes two logical operands
string.whitespace A string containing all ASCII characters that are considered whitespace. This includes the characters space
issuperset(other) set >= other Test whether every element in other is in the set.
exception ftplib.error_proto Exception raised when a reply is received from the server that does not fit the response specifications
getopt.getopt(args, shortopts, longopts=[]) Parses command line options and parameter list. args is the argument list
time.time() Return the time in seconds since the epoch as a floating point number. Note that even though the time is always
Page 31 of 100