Re: [Zope] zope object list from python

2005-12-22 Thread Andreas Jung
By traversing the *whole* ZODB hierarchy (expensive!): lst = context.ZopeFind(obj_metatypes=[zsql_metatype], search_sub=1) or possibly lst = context.superValues(zsql_metatype) depending on your usecase...replace 'zsql_metatype' with the corresponding metatype for ZSQL method (look at the sou

[Zope] zope object list from python

2005-12-22 Thread Fabio
Hi! I need to get all SQL Methods defined in Zope from python script. How can I do? Thanks, Fabio -- Dott. Fabio Marcone 2T srl Telefono+39 - 0871- 540154 Fax +39 - 0871- 571594 Email [EMAIL PROTECTED] Indirizzo Viale B. Croce 573, 66013 Chieti Scalo (CH) __