[Biopython-dev] [Biopython (old issues only) - Bug #2879] missing __delitem__ in Bio.PDB.Entity.Entity

redmine at redmine.open-bio.org redmine at redmine.open-bio.org
Wed Nov 9 04:42:36 UTC 2016


Issue #2879 has been updated by Vincent Davis.


looks like nothing was ever done. I'll look at again and move to gitub.

----------------------------------------
Bug #2879: missing __delitem__ in Bio.PDB.Entity.Entity
https://redmine.open-bio.org/issues/2879#change-15335

* Author: empty empty
* Status: New
* Priority: Normal
* Assignee: Biopython Dev Mailing List
* Category: Main Distribution
* Target version: 1.51b
* URL: 
----------------------------------------
I realised that using the __delitem__ method in class Chain causes the following error message:
...
  File "/Library/Python/2.5/site-packages/Bio/PDB/Chain.py", line 79, in __delitem__
    return Entity.__delitem__(self, id)
AttributeError: class Entity has no attribute '__delitem__'
And indeed, the class Entity doesn't have the method __delitem__ even though it is used in Chain.



-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here and login: http://redmine.open-bio.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.open-bio.org/pipermail/biopython-dev/attachments/20161109/988a1a15/attachment.html>


More information about the Biopython-dev mailing list