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
Most viewed recipes by Eric Snow
Tags:
Recipe 21 to 39 of 39
« Prev
1
2
Next »
6
k
views
2
score
Inherit Method Docstrings Using Only Function Decorators
Python
/
decorator
,
decorators
,
docstring
/
by
Eric Snow
(11 years ago, revision 3)
6
k
views
1
score
Lazy Dynamic Binding on Classes (You'll Never Go Back)
Python
/
decorator
,
decorators
,
descriptor
,
descriptors
/
by
Eric Snow
(11 years ago, revision 4)
6
k
views
1
score
Change a Function's Closure!
Python
/
closure
,
function
/
by
Eric Snow
(11 years ago, revision 2)
5
k
views
1
score
Use Simple Plugins to Seemlessly Modify Modules at Import Time
Python
/
import
,
modules
/
by
Eric Snow
(11 years ago, revision 4)
5
k
views
1
score
A simple enum type
Python
/
enum
,
metaclass
/
by
Eric Snow
(10 years ago, revision 2)
5
k
views
2
score
Make a Class Available in its Own Definition Body!
Python
/
class
,
metaclass
/
by
Eric Snow
(11 years ago)
4
k
views
1
score
A generic factory factory.
Python
/
factory
/
by
Eric Snow
(10 years ago)
4
k
views
2
score
A Simpler Namespace Class
Python
/
namespaces
,
object
/
by
Eric Snow
(10 years ago, revision 3)
4
k
views
1
score
Turn Your Boring Old Modules Into Dynamic Powerhouses
Python
/
import
,
modules
/
by
Eric Snow
(11 years ago, revision 2)
4
k
views
1
score
A Class Decorator that Adds a copy() Method
Python
/
metaprogramming
/
by
Eric Snow
(10 years ago)
4
k
views
1
score
Turn @some_decorator() into @some_decorator
Python
/
decorators
/
by
Eric Snow
(11 years ago)
4
k
views
1
score
See How __getattribute__ Interacts With Special Methods
Python
/
attributes
,
special_methods
/
by
Eric Snow
(11 years ago)
4
k
views
1
score
A Simple Class for Transforming Python Source Files
Python
/
backport
,
transform
/
by
Eric Snow
(11 years ago, revision 3)
4
k
views
1
score
Tracking and Manipulating the Python Import State
Python
/
import
/
by
Eric Snow
(11 years ago)
4
k
views
1
score
An Introduction to Deferred Default Arguments
Python
/
default_arguments
,
deferred
/
by
Eric Snow
(11 years ago, revision 2)
3
k
views
1
score
Adding __implements__ to subclasses during ABCMeta.register
Python
/
abc
/
by
Eric Snow
(11 years ago)
3
k
views
1
score
Dynamic Class Construction a la DSLs
Python
/
collections
/
by
Eric Snow
(11 years ago)
3
k
views
1
score
ChainedList and ChainedListView: Exposing Multiple Lists as a Single Sequence
Python
/
lists
,
wrapper
/
by
Eric Snow
(10 years ago)
3
k
views
1
score
Make the New Class Available During the Execution of its Body
Python
/
class
,
metaclass
/
by
Eric Snow
(11 years ago)
Recipe 21 to 39 of 39
« Prev
1
2
Next »
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the most viewed recipes by Eric Snow
Top-rated recipes
Smarter Default Arguments
(Python)
A class decorator for creating nam…
(Python)
A Simpler Namespace Class
(Python)
Make a Class Available in its Own …
(Python)
Make a Class's Name Available in i…
(Python)
Simple but Powerful Grouped Consta…
(Python)
Inherit Method Docstrings Using On…
(Python)
Mixin and Overlay
(Python)
Class-only Methods
(Python)
A Class Decorator that Adds a copy…
(Python)
x
Undo