We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9ee25 commit 5ca60d3Copy full SHA for 5ca60d3
discord/utils/hybridmethod.py
@@ -1,4 +1,7 @@
1
-# taken from https://stackoverflow.com/a/28238047/20324733
+# Source - https://stackoverflow.com/questions/28237955/same-name-for-classmethod-and-instancemethod
2
+# Posted by Martijn Pieters
3
+# Retrieved 11/5/2025, License - CC-BY-SA 4.0
4
+
5
from typing import Callable, Generic, Protocol, TypeVar, overload
6
7
from typing_extensions import Concatenate, ParamSpec, Self, override
0 commit comments