some tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-07-03 02:36:09 +03:00
parent 57122965de
commit e904f8d869

View File

@ -445,10 +445,12 @@ _action_ is build-in.
handler will also work. handler will also work.
- one should not call actions directly from within a __call__ - one should not call actions directly from within a __call__
handler as that will result in infinite recursion. handler as that will result in infinite recursion.
XXX need a way to prevent this...
- one should use this with extreme care as this will introduce - one should use this with extreme care as this will introduce
an overhead on all the actions if not done carefully. an overhead on all the actions if not done carefully.
XXX need docs on mix(..) and .mix*(..) protocols...
<!-- vim:set ts=4 sw=4 spell : --> <!-- vim:set ts=4 sw=4 spell : -->