inspect.BoundArguments.kwargs
  • References/Python/Python/Runtime

kwargs A dict of keyword arguments values. Dynamically computed from the arguments attribute.

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

inspect.getcoroutinestate(coroutine) Get current state of a coroutine object. The function is intended to be used with coroutine

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

inspect.getmoduleinfo(path) Returns a named tuple ModuleInfo(name, suffix, mode

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

inspect.getfullargspec(func) Get the names and default values of a Python function’s arguments. A named

2025-01-10 15:47:30
contextlib.ExitStack.close()
  • References/Python/Python/Runtime

close() Immediately unwinds the callback stack, invoking callbacks in the reverse order of registration. For any context managers

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

empty A special class-level marker to specify absence of a return annotation.

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