traceback.TracebackException.offset
  • References/Python/Python/Runtime

offset For syntax errors - the offset into the text where the error occurred.

2025-01-10 15:47:30
sys.getdefaultencoding()
  • References/Python/Python/Runtime

sys.getdefaultencoding() Return the name of the current default string encoding used by the Unicode implementation.

2025-01-10 15:47:30
sys.setswitchinterval()
  • References/Python/Python/Runtime

sys.setswitchinterval(interval) Set the interpreter’s thread switch interval (in seconds). This floating-point value determines

2025-01-10 15:47:30
inspect.formatargspec()
  • References/Python/Python/Runtime

inspect.formatargspec(args[, varargs, varkw, defaults, kwonlyargs, kwonlydefaults, annotations[, formatarg, formatvarargs, formatvarkw, formatvalue, formatreturns,

2025-01-10 15:47:30
inspect.ismodule()
  • References/Python/Python/Runtime

inspect.ismodule(object) Return true if the object is a module.

2025-01-10 15:47:30
sys.settscdump()
  • References/Python/Python/Runtime

sys.settscdump(on_flag) Activate dumping of VM measurements using the Pentium timestamp counter, if on_flag is true

2025-01-10 15:47:30
sys.implementation
  • References/Python/Python/Runtime

sys.implementation An object containing information about the implementation of the currently running Python interpreter. The

2025-01-10 15:47:30
inspect.Signature.from_callable()
  • References/Python/Python/Runtime

classmethod from_callable(obj, *, follow_wrapped=True) Return a Signature (or its subclass) object for a given

2025-01-10 15:47:30
sys.exec_prefix
  • References/Python/Python/Runtime

sys.exec_prefix A string giving the site-specific directory prefix where the platform-dependent Python files are installed;

2025-01-10 15:47:30
sysconfig.get_paths()
  • References/Python/Python/Runtime

sysconfig.get_paths([scheme[, vars[, expand]]]) Return a dictionary containing all installation paths corresponding to an installation

2025-01-10 15:47:30