Path.is_dir() Return True if the path points to a directory (or a symbolic link pointing to a directory), False
shutil.copyfileobj(fsrc, fdst[, length]) Copy the contents of the file-like object fsrc to the file-like object fdst
CGIXMLRPCRequestHandler.register_multicall_functions() Register the XML-RPC multicall function system.multicall
inspect.formatargspec(args[, varargs, varkw, defaults, kwonlyargs, kwonlydefaults, annotations[, formatarg, formatvarargs, formatvarkw, formatvalue, formatreturns,
int.bit_length() Return the number of bits necessary to represent an integer in binary, excluding the sign and leading zeros:
Path.glob(pattern) Glob the given pattern in the directory represented by this path, yielding all matching files (of
socket.recv_into(buffer[, nbytes[, flags]]) Receive up to nbytes bytes from the socket, storing the data into a buffer
os.path.lexists(path) Return True if path refers to an existing path. Returns True for broken
locale.delocalize(string) Converts a string into a normalized number string, following the LC_NUMERIC settings
inspect.ismodule(object) Return true if the object is a module.
Page 41 of 100