i cant make it work ;-; (issue with unban) #5958
Unanswered
Zaz-Exploit
asked this question in
Q&A
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
The sole asterisk is used only in signatures and means that the arguments following it are keyword only arguments. def foo(a, *, b):
pass
# is called like this...
foo(10, b=20) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
so this is the code
in the part await unban(user, *, reason=None)
Beta Was this translation helpful? Give feedback.
All reactions