• 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 "descriptor" but not "docstring"

 Tags: descriptor  x  -docstring  x 
  
  • 10k
    views
    1
    score
    Emulating super() in Python 3.x using Python 2.7
    Python / beginner, descriptor, metaclass, oop, python2 / by sunqingyao (7 years ago)
  • 5k
    views
    1
    score
    Observer pattern implemented with Descriptor class
    Python / descriptor, observer, publish, reactive, subscribe / by Rodney Drenth (12 years ago)
  • 6k
    views
    1
    score
    Lazy Dynamic Binding on Classes (You'll Never Go Back)
    Python / decorator, decorators, descriptor, descriptors / by Eric Snow (12 years ago, revision 4)
  • 7k
    views
    2
    score
    Item Properties
    Python / decorator, descriptor, oop, property / by Ian Kelly (11 years ago, revision 2)
  • 9k
    views
    2
    score
    dualmethod descriptor
    Python / decorator, descriptor, method / by Steven D'Aprano (14 years ago, revision 3)
  • 9k
    views
    1
    score
    Threadsafe observer pattern implemented as descriptor
    Python / descriptor, observer, publish, subscribe, threads / by Rodney Drenth (14 years ago)
  • 22k
    views
    0
    score
    Bound Inner Classes
    Python / class_decorator, descriptor / by Larry Hastings (10 years ago, revision 8)
  • 11k
    views
    3
    score
    Observer pattern implemented with Descriptor class
    Python / descriptor, observer, publish, subscribe / by Rodney Drenth (14 years ago, revision 5)
  • 10k
    views
    1
    score
    Alias class attributes
    Python / alias, attribute, class, descriptor, metaclass / by Euan Goddard (14 years ago)
  • 6k
    views
    1
    score
    Components and Abilities (different implementation of Component architecture)
    Python / abc, ability,