inspect.Signature.return_annotation
  • References/Python/Python/Runtime

return_annotation The “return” annotation for the callable. If the callable has no “return” annotation, this attribute is set

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

site.getuserbase() Return the path of the user base directory, USER_BASE. If it is not initialized yet, this function

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

inspect.ismemberdescriptor(object) Return true if the object is a member descriptor.

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

inspect.isframe(object) Return true if the object is a frame.

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

@abc.abstractclassmethod A subclass of the built-in

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

gc.set_threshold(threshold0[, threshold1[, threshold2]]) Set the garbage collection thresholds (the collection frequency). Setting

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

gc.callbacks A list of callbacks that will be invoked by the garbage collector before and after collection. The callbacks will

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

warnings.showwarning(message, category, filename, lineno, file=None, line=None) Write a warning to a file. The default implementation

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
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