>>>>> "Casey" == Casey Duncan <[EMAIL PROTECTED]> writes:

    Casey> If you want an object to be able to handle calls to
    Casey> undefined methods, you'll probably need to use a
    Casey> __getattr__ hook. They can be a little tricky to get right
    Casey> (you want to filter out names that start with "_" or "aq"
    Casey> or else you'll be in trouble), and they don't have access
    Casey> to acquisition, but they will allow you to intercept calls
    Casey> to arbitrary names on an object.

have you some examples or docs about this? I'm tring using it but my product
felt in an unfinisched loop. Any suggestion

    Casey> -Casey

TIA,
baux

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to