offset For syntax errors - the offset into the text where the error occurred.
sys.getdefaultencoding() Return the name of the current default string encoding used by the Unicode implementation.
sys.setswitchinterval(interval) Set the interpreter’s thread switch interval (in seconds). This floating-point value determines
inspect.formatargspec(args[, varargs, varkw, defaults, kwonlyargs, kwonlydefaults, annotations[, formatarg, formatvarargs, formatvarkw, formatvalue, formatreturns,
inspect.ismodule(object) Return true if the object is a module.
sys.settscdump(on_flag) Activate dumping of VM measurements using the Pentium timestamp counter, if on_flag is true
sys.implementation An object containing information about the implementation of the currently running Python interpreter. The
classmethod from_callable(obj, *, follow_wrapped=True) Return a Signature (or its subclass) object for a given
sys.exec_prefix A string giving the site-specific directory prefix where the platform-dependent Python files are installed;
sysconfig.get_paths([scheme[, vars[, expand]]]) Return a dictionary containing all installation paths corresponding to an installation
Page 1 of 26