move-coop / parsons

A python library of connectors for the progressive community.
https://www.parsonsproject.org/
Other
259 stars 131 forks source link

Enable __len__ dunder method for parsons Table #830

Closed austinweisgrau closed 1 year ago

austinweisgrau commented 1 year ago

This enables the pythonic use of len(Table) rather than needing to use the idiosyncratic Table.num_rows. len(Table) calls Table.num_rows