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 "super"
Tags:
super
x
9
k
views
2
score
How to use super() effectively -- Python 3.2 version
Python
/
cooperative
,
inheritance
,
multiple
,
next_in_mro
,
super
/
by
Lance E Sloan
(8 years ago)
8
k
views
1
score
How to use super() effectively -- Python 2.7 version
Python
/
cooperative
,
inheritance
,
multiple
,
next_in_mro
,
super
/
by
Lance E Sloan
(8 years ago)
231
k
views
9
score
How to use super() effectively -- Python 2.7 version
Python
/
cooperative
,
inheritance
,
multiple
,
next_in_mro
,
super
/
by
Raymond Hettinger
(12 years ago, revision 8)
8
k
views
0
score
Shortest Common Supersequence algorithms
Python
/
approximation
,
bound
,
breadth_first_search
,
common
,
depth_first_search
,
sequence
,
shortest
,