This is a product of how sphinx autodoc generates class documentation, patches welcome (for sphinx, that is) otherwise just navigate up the superclass via the link to see all the methods.
Sent from my iPhone On May 15, 2012, at 8:56 AM, Rodney Barnett <[email protected]> wrote: > Shouldn't the select() method be included in the Table class documentation? > The following exception shows where I expected it and can be seen online > here: > http://docs.sqlalchemy.org/en/latest/core/schema.html#sqlalchemy.schema.Table.get_children. > > =========================== > get_children(column_collections=True, schema_visitor=False, **kw) > > key > > tometadata(metadata, schema=<symbol 'retain_schema>) > =========================== > > Rodney > > -- > You received this message because you are subscribed to the Google Groups > "sqlalchemy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sqlalchemy?hl=en. > -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
