sys.platform
  • References/Python/Python/Runtime

sys.platform This string contains a platform identifier that can be used to append platform-specific components to sys

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

sys.setdlopenflags(n) Set the flags used by the interpreter for dlopen() calls, such as when the interpreter loads

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

sys._debugmallocstats() Print low-level information to stderr about the state of CPython’s memory allocator.

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

sys.get_coroutine_wrapper() Returns None, or a wrapper set by set_coroutine_wrapper().

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

sys._xoptions A dictionary of the various implementation-specific flags passed through the -X command-line option

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

inspect.getcoroutinelocals(coroutine) This function is analogous to getgeneratorlocals(), but works for coroutine

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

warnings.resetwarnings() Reset the warnings filter. This discards the effect of all previous calls to filterwarnings()

2025-01-10 15:47:30
abc.ABCMeta.
  • References/Python/Python/Runtime

__subclasshook__(subclass) (Must be defined as a class method.) Check whether subclass

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

sys.dont_write_bytecode If this is true, Python won’t try to write .pyc files on the import of source modules.

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

inspect.getgeneratorlocals(generator) Get the mapping of live local variables in generator to their current values

2025-01-10 15:47:30