Package zope :: Package schema :: Module _schema
[show private | hide private]
[frames | no frames]

Module zope.schema._schema

Schema convenience functions

$Id: _schema.py,v 1.2 2005/06/24 16:52:59 nyergler Exp $
Function Summary
  getFieldNames(schema)
Return a list of all the Field names in a schema.
  getFieldNamesInOrder(schema)
Return a list of all the Field names in a schema in schema order.
  getFields(schema)
Return a dictionary containing all the Fields in a schema.
  getFieldsInOrder(schema, _fieldsorter)
Return a list of (name, value) tuples in native schema order.

Function Details

getFieldNames(schema)

Return a list of all the Field names in a schema.

getFieldNamesInOrder(schema)

Return a list of all the Field names in a schema in schema order.

getFields(schema)

Return a dictionary containing all the Fields in a schema.

getFieldsInOrder(schema, _fieldsorter=<function <lambda> at 0xb650c8b4>)

Return a list of (name, value) tuples in native schema order.

Generated by Epydoc 2.1 on Fri Jun 24 12:01:25 2005 http://epydoc.sf.net