Skip to Search
Skip to Navigation
Skip to Content
Community
|
Code
|
Docs
|
Downloads
▼
ActivePerl
ActivePython
ActiveTcl
ActiveGo
Komodo IDE
|
more
▼
Lists
Bugs
PPM Index
PyPM Index
Welcome, guest
|
Sign In
|
My Account
|
Store
|
Cart
ActiveState Code
»
Recipes
Languages
Tags
Authors
Sets
Popular recipes by Dmitry Dvoinikov
Tags:
13
k
views
1
score
Function guards for Python 3
Python
/
call
,
decorator
,
dispatch
,
function
,
guard
/
by
Dmitry Dvoinikov
(6 years ago)
26
k
views
3
score
Method signature type checking decorator for Python 3
Python
/
checking
,
decorator
,
interface
,
method
,
signature
,
sysadmin
,
type
/
by
Dmitry Dvoinikov
(7 years ago, revision 8)
9
k
views
1
score
Assertion that a code fragment throws a particular exception (self-test utility, Python 3)
Python
/
testing
,
unittests
/
by
Dmitry Dvoinikov
(12 years ago, revision 2)
15
k
views
1
score
Shared lock (aka reader-writer lock) with timeouts and FIFO ordering
Python
/
threads
/
by
Dmitry Dvoinikov
(17 years ago)
17
k
views
4
score
Decorator to make a decorated call in a separate thread with timeout
Python
/
threads
/
by
Dmitry Dvoinikov
(17 years ago, revision 8)
14
k
views
1
score
Formats current exception with stack trace so that it fits in single line and has known encoding.
Python
/
sysadmin
/
by
Dmitry Dvoinikov
(17 years ago, revision 2)
32
k
views
6
score
Method signature checking decorators
Python
/
sysadmin
/
by
Dmitry Dvoinikov
(15 years ago, revision 3)
15
k
views
1
score
Yet another Design By Contract module for Python
Python
/
oop
/
by
Dmitry Dvoinikov
(16 years ago, revision 4)
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the popular recipes by Dmitry Dvoinikov
Top-rated recipes
Method signature checking decorato…
(Python)
Decorator to make a decorated call…
(Python)
Method signature type checking dec…
(Python)
Function guards for Python 3
(Python)
Assertion that a code fragment thr…
(Python)
Shared lock (aka reader-writer loc…
(Python)
Formats current exception with sta…
(Python)
Yet another Design By Contract mod…
(Python)
x
Undo