Jonathan schrieb:
The idea of using an external method for dir/type is simply to allow a
developer to quickly investigate attributes/methods of objects - if you
are silly enough to actually incorporate this mechanism into 'production'
code then you should shoot yourself.
And how did you protect your external methods? :-)
We develop on an internal server (no public/outside access), so security for
developer utilities is not an issue.
Btw: Hint - as developer, start a 2nd ZEO client via
zopectl debug and use dir, type, help()
interactively on your object tree :-)
Good hint!
_______________________________________________
Zope maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )