Skip to content

Commit 5ca60d3

Browse files
committed
📄 Use correct StackOvewrflow attribution
1 parent ca9ee25 commit 5ca60d3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

discord/utils/hybridmethod.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# taken from https://stackoverflow.com/a/28238047/20324733
1+
# 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+
25
from typing import Callable, Generic, Protocol, TypeVar, overload
36

47
from typing_extensions import Concatenate, ParamSpec, Self, override

0 commit comments

Comments
 (0)