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 2164b90 commit 1fb7990Copy full SHA for 1fb7990
README.md
@@ -31,6 +31,7 @@ If you prefer to modify your own color scheme, here is a list of new/modified sc
31
def myfunc(self, # gotta have self
32
param1="value", # values are cool
33
param2=True, # or False, whatever
34
+ *args, # I'm here for an argument
35
**kwargs): # you never know
36
```
37
0 commit comments