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
inspect.iscoroutinefunction()
  • References/Python/Python/Runtime

inspect.iscoroutinefunction(object) Return true if the object is a coroutine function

2025-01-10 15:47:30
traceback.TracebackException.
  • References/Python/Python/Runtime

__context__ A TracebackException of the original __context__.

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

inspect.cleandoc(doc) Clean up indentation from docstrings that are indented to line up with blocks of code.

2025-01-10 15:47:30
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.byteorder
  • References/Python/Python/Runtime

sys.byteorder An indicator of the native byte order. This will have the value 'big' on big-endian (most-significant

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

inspect.getfile(object) Return the name of the (text or binary) file in which an object was defined. This will fail with a

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
inspect.stack()
  • References/Python/Python/Runtime

inspect.stack(context=1) Return a list of frame records for the caller’s stack. The first entry in the returned list represents

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

sys.path_importer_cache A dictionary acting as a cache for finder objects. The keys are

2025-01-10 15:47:30