docs
code
community
mailing lists
downloads
blogs
bugs
safari bookshelf
workspace
ActiveState Code
Sign in
|
Register (Free!)
Add a recipe
|
Recipes
|
Languages
|
Tags
|
Authors
All recipes tagged "oop"
Recipe 161 to 168 of 168
« Prev
1
...
7
8
9
Next »
Accurate "Look before you leap" for safer (but still full) polymorphism
Python
/
oop
/
by
Alex Martelli
(8 years, 8 months ago)
various idioms for "call my superclass's __init__ IF it has one"
Python
/
oop
/ 1 point (1 vote) /
by
Alex Martelli
(8 years, 7 months ago, revision 2)
Multicasting on objects
Python
/
oop
/ 3 points (3 votes) /
by
Eduard Hiti
(7 years, 11 months ago, revision 2)
Getting a dictionary of all members of a class hierarchy
Python
/
oop
/
by
Jürgen Hermann
(8 years, 8 months ago)
a Set class for python
Python
/
oop
/
by
Thomas Heller
(8 years, 8 months ago)
Importing a name from a module with a computed name
Python
/
oop
/ 1 point (1 vote) /
by
Jürgen Hermann
(8 years, 8 months ago)
__getattr__: handle with care
Python
/
oop
/
by
Jose Sebrosa
(8 years, 8 months ago)
calling a superclass's implementation of a method
Python
/
oop
/
by
Alex Martelli
(8 years, 8 months ago)
Recipe 161 to 168 of 168
« Prev
1
...
7
8
9
Next »
View
20
,
50
,
100
recipes per page.
Feed of recipes tagged with "oop"
Related tags
+
algorithms
+
backup
+
consistency
+
decorator
+
decorators
+
dependency injection
+
files
+
gnu
+
gpl
+
just in case
+
memmap
+
metaclasses
+
numpy
+
pickle
+
python
+
script
+
spring
+
state machine
(2)
+
state pattern
+
storage
+
sync
+
synchronize
+
threads