traceback.StackSummary.from_list()
  • References/Python/Python/Runtime

classmethod from_list(a_list) Construct a StackSummary object from a supplied old-style list of tuples. Each tuple

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

inspect.ismethoddescriptor(object) Return true if the object is a method descriptor, but not if ismethod(),

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

sys._current_frames() Return a dictionary mapping each thread’s identifier to the topmost stack frame currently active in that

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

sys.getrefcount(object) Return the reference count of the object. The count returned is generally one higher than you

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

site.getusersitepackages() Return the path of the user-specific site-packages directory, USER_SITE. If it is not

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

sys.call_tracing(func, args) Call func(*args), while tracing is enabled. The tracing state is saved, and restored

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

inspect.getdoc(object) Get the documentation string for an object, cleaned up with cleandoc(). If the documentation

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

sys.getfilesystemencoding() Return the name of the encoding used to convert Unicode filenames into system file names. The result

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

sys.setcheckinterval(interval) Set the interpreter’s “check interval”. This integer value determines how often the interpreter

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

sys.float_info A struct sequence holding information about the float type. It contains

2025-01-10 15:47:30