From 000281711165a2e54d3d340d42929f406c56cf6e Mon Sep 17 00:00:00 2001 From: ChrisLovering Date: Sun, 2 Jul 2023 07:59:46 +0000 Subject: Deploying to docs from @ python-discord/bot-core@f80a263bfc024eade1c35b336128a74b707d2a3a 🚀 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/output/pydis_core.utils.function.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'main/output/pydis_core.utils.function.html') diff --git a/main/output/pydis_core.utils.function.html b/main/output/pydis_core.utils.function.html index dae195c6..d56e6718 100644 --- a/main/output/pydis_core.utils.function.html +++ b/main/output/pydis_core.utils.function.html @@ -10,9 +10,9 @@ + - @@ -211,6 +211,10 @@ main +
  • + v9.9.1 +
  • +
  • v9.9.0
  • @@ -399,14 +403,14 @@

    Utils for manipulating functions.

    -exception GlobalNameConflictError[source]#
    +exception GlobalNameConflictError[source]#

    Bases: Exception

    Raised on a conflict between the globals used to resolve annotations of a wrapped function and its wrapper.

    -command_wraps(wrapped, assigned=('__module__', '__name__', '__qualname__', '__doc__', '__annotations__'), updated=('__dict__',), *, ignored_conflict_names=frozenset({}))[source]#
    +command_wraps(wrapped, assigned=('__module__', '__name__', '__qualname__', '__doc__', '__annotations__'), updated=('__dict__',), *, ignored_conflict_names=frozenset({}))[source]#

    Update the decorated function to look like wrapped, and update globals for discord.py forwardref evaluation.

    See update_wrapper_globals() for more details on how the globals are updated.

    @@ -430,7 +434,7 @@ with the wrapper replaced with the function
    -update_wrapper_globals(wrapper, wrapped, *, ignored_conflict_names=frozenset({}))[source]#
    +update_wrapper_globals(wrapper, wrapped, *, ignored_conflict_names=frozenset({}))[source]#

    Create a copy of wrapper, the copy’s globals are updated with wrapped's globals.

    For forwardrefs in command annotations, discord.py uses the __global__ attribute of the function to resolve their values. This breaks for decorators that replace the function because they have -- cgit v1.2.3