This website works better with JavaScript.
Explore
Help
Sign In
sciuro
/
weerwolven
Watch
1
Star
0
Fork
You've already forked weerwolven
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5
Commits
2
Branches
0
Tags
420 KiB
Python
100%
Tree:
d05bdecaa4
master
translation
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd05bdecaa4'
${ noResults }
weerwolven
/
decorators.py
7 lines
142 B
Raw
Blame
History
def
generate
(
fdict
)
:
def
cmd
(
s
)
:
def
dec
(
f
)
:
fdict
[
s
]
=
f
return
f
return
dec
return
cmd
Reference in new issue
Copy Permalink