[Biopython-dev] Bio.GFF and Brad's code

Peter biopython at maubp.freeserve.co.uk
Sat Apr 18 21:48:58 UTC 2009


On Sat, Apr 18, 2009 at 2:54 PM, Peter <biopython at maubp.freeserve.co.uk> wrote:
> This is what I was talking about in the earlier email on this thread,
> the SeqFeature has start and end "attributes", but they are done
> with some magic in __getattr__.  I plan to update this to use a
> modern python property get (so they will show up in dir(...) and
> we can give them docstring), but don't recall filing a bug on this
> issue yet.

Filed now, Bug 2814 - Use properties instead of __getattr__ in FeatureLocation
http://bugzilla.open-bio.org/show_bug.cgi?id=2814

Something for after Biopython 1.50 is done.

Peter



More information about the Biopython-dev mailing list