[Python-3000] PEP 3124 - Overloading, Generic Functions, Interfaces, etc. (original) (raw)
Talin talin at acm.org
Tue May 15 04:53:00 CEST 2007
- Previous message: [Python-3000] PEP 3124 - Overloading, Generic Functions, Interfaces, etc.
- Next message: [Python-3000] PEP 3124 - Overloading, Generic Functions, Interfaces, etc.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Phillip J. Eby wrote:
Meanwhile, I've been told repeatedly that TurboGears makes extensive use of RuleDispatch, and my quick look today showed they actually use a custom method combination, but I haven't yet tracked down where it gets used, or what the rationale for it is.
You want to look at the module TurboJSON:
http://docs.turbogears.org/1.0/JsonifyDecorator
http://trac.turbogears.org/browser/projects/TurboJson/trunk/turbojson/jsonify.py?rev=2200
-- Talin
- Previous message: [Python-3000] PEP 3124 - Overloading, Generic Functions, Interfaces, etc.
- Next message: [Python-3000] PEP 3124 - Overloading, Generic Functions, Interfaces, etc.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]