Skip to Search
Skip to Navigation
Skip to Content
Community
|
Code
|
Docs
|
Downloads
▼
Perl
Python
Tcl
Komodo IDE
|
more
▼
Lists
Support
PPM Index
PyPM Index
Welcome, guest
|
Sign In
|
My Account
|
Store
|
Cart
ActiveState Code
»
Recipes
Languages
Tags
Authors
Sets
Popular recipes tagged "decorator"
Tags:
decorator
x
Recipe 61 to 66 of 66
« Prev
1
2
3
4
Next »
6
k
views
2
score
Curious Recursive Decorator Pattern
Python
/
decorator
,
oop
/
by
Y S
(14 years ago, revision 3)
5
k
views
1
score
Reevaluate functions when called, v3
Python
/
annotations
,
decorator
,
function
/
by
geremy condra
(14 years ago, revision 3)
4
k
views
1
score
Reevaluate functions when called
Python
/
decorator
,
function
/
by
geremy condra
(14 years ago, revision 2)
4
k
views
1
score
Reevaluate functions when called, v2
Python
/
annotations
,
decorator
,
function
/
by
geremy condra
(14 years ago)
20
k
views
1
score
Total Ordering: Class Decorator for Filling in Rich Comparison Methods When Only One is Implemented
Python
/
class_decorator
,
comparison
,
decorator
,
ordering
,
sorting
/
by
Michael Foord
(15 years ago, revision 5)
27
k
views
3
score
Method signature type checking decorator for Python 3
Python
/
checking
,
decorator
,
interface
,
method
,
signature
,
sysadmin
,
type
/
by
Dmitry Dvoinikov
(8 years ago, revision 8)
Recipe 61 to 66 of 66
« Prev
1
2
3
4
Next »
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the popular recipes tagged "decorator"
Top-rated recipes
The goto decorator
(Python)
Probably the fastest memoization d…
(Python)
Humanize decorator
(Python)
Decorators for adding aliases to m…
(Python)
Asynchronous subprocess using asyn…
(Python)
Run async code inline, nonblocking
(Python)
C function decorator
(Python)
Immutable class decorator
(Python)
partial with out of order arguments
(Python)
Fast and elegant switch/case-like …
(Python)
Related tags
+
−
decorators
(9)
+
−
function
(9)
+
−
python
(7)
+
−
generator
(6)
+
−
inheritance
(6)
+
−
docstring
(5)
+
−
method
(5)
+
−
annotations
(4)
+
−
asynchronous
(4)
+
−
descriptor
(4)
+
−
type
(4)
+
−
class
(3)
+
−
class_decorator
(3)
+
−
closure
(3)
+
−
coroutine
(3)
+
−
threads
(3)
+
−
arguments
(2)
+
−
async
(2)
+
−
cache
(2)
+
−
check
(2)
x
Undo